Arduino Cryptography Library
|
This is the complete list of members for AuthenticatedCipher, including all inherited members.
addAuthData(const void *data, size_t len)=0 | AuthenticatedCipher | pure virtual |
AuthenticatedCipher() | AuthenticatedCipher | |
checkTag(const void *tag, size_t len)=0 | AuthenticatedCipher | pure virtual |
Cipher() | Cipher | |
clear()=0 | Cipher | pure virtual |
computeTag(void *tag, size_t len)=0 | AuthenticatedCipher | pure virtual |
decrypt(uint8_t *output, const uint8_t *input, size_t len)=0 | Cipher | pure virtual |
encrypt(uint8_t *output, const uint8_t *input, size_t len)=0 | Cipher | pure virtual |
ivSize() const =0 | Cipher | pure virtual |
keySize() const =0 | Cipher | pure virtual |
setIV(const uint8_t *iv, size_t len)=0 | Cipher | pure virtual |
setKey(const uint8_t *key, size_t len)=0 | Cipher | pure virtual |
tagSize() const =0 | AuthenticatedCipher | pure virtual |
~AuthenticatedCipher() | AuthenticatedCipher | virtual |
~Cipher() | Cipher | virtual |