Arduino Cryptography Library
ChaChaPoly Member List

This is the complete list of members for ChaChaPoly, including all inherited members.

addAuthData(const void *data, size_t len)ChaChaPolyvirtual
AuthenticatedCipher()AuthenticatedCipher
authSize (defined in ChaChaPoly)ChaChaPoly
ChaChaPoly()ChaChaPoly
checkTag(const void *tag, size_t len)ChaChaPolyvirtual
Cipher()Cipher
clear()ChaChaPolyvirtual
computeTag(void *tag, size_t len)ChaChaPolyvirtual
dataSize (defined in ChaChaPoly)ChaChaPoly
dataStarted (defined in ChaChaPoly)ChaChaPoly
decrypt(uint8_t *output, const uint8_t *input, size_t len)ChaChaPolyvirtual
encrypt(uint8_t *output, const uint8_t *input, size_t len)ChaChaPolyvirtual
ivSize (defined in ChaChaPoly)ChaChaPoly
ivSize() constChaChaPolyvirtual
keySize() constChaChaPolyvirtual
nonce (defined in ChaChaPoly)ChaChaPoly
setIV(const uint8_t *iv, size_t len)ChaChaPolyvirtual
setKey(const uint8_t *key, size_t len)ChaChaPolyvirtual
tagSize() constChaChaPolyvirtual
~AuthenticatedCipher()AuthenticatedCiphervirtual
~ChaChaPoly()ChaChaPolyvirtual
~Cipher()Ciphervirtual