Arduino Cryptography Library
|
This is the complete list of members for GCM< T >, including all inherited members.
addAuthData(const void *data, size_t len) | GCMCommon | virtual |
AuthenticatedCipher() | AuthenticatedCipher | |
authSize (defined in GCMCommon) | GCMCommon | |
checkTag(const void *tag, size_t len) | GCMCommon | virtual |
Cipher() | Cipher | |
clear() | GCMCommon | virtual |
computeTag(void *tag, size_t len) | GCMCommon | virtual |
counter (defined in GCMCommon) | GCMCommon | |
dataSize (defined in GCMCommon) | GCMCommon | |
dataStarted (defined in GCMCommon) | GCMCommon | |
decrypt(uint8_t *output, const uint8_t *input, size_t len) | GCMCommon | virtual |
encrypt(uint8_t *output, const uint8_t *input, size_t len) | GCMCommon | virtual |
GCM() | GCM< T > | inline |
GCMCommon() | GCMCommon | protected |
ivSize() const | GCMCommon | virtual |
keySize() const | GCMCommon | virtual |
nonce (defined in GCMCommon) | GCMCommon | |
posn (defined in GCMCommon) | GCMCommon | |
setBlockCipher(BlockCipher *cipher) | GCMCommon | inlineprotected |
setIV(const uint8_t *iv, size_t len) | GCMCommon | virtual |
setKey(const uint8_t *key, size_t len) | GCMCommon | virtual |
stream (defined in GCMCommon) | GCMCommon | |
tagSize() const | GCMCommon | virtual |
~AuthenticatedCipher() | AuthenticatedCipher | virtual |
~Cipher() | Cipher | virtual |
~GCMCommon() | GCMCommon | virtual |