Searched refs:AES256_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance
29 #define AES256_KEY_SIZE 32 macro
196 Buffer *key = CreateBufferBySize(AES256_KEY_SIZE);249 Buffer *rootKey = CreateBufferBySize(AES256_KEY_SIZE);
423 …ntentSize % AES256_BLOCK_SIZE != 0 || !IsBufferValid(key) || key->contentSize != AES256_KEY_SIZE) { in Aes256GcmEncryptNoPadding()549 …contentSize > CIPHER_INFO_MAX_SIZE || !IsBufferValid(key) || key->contentSize != AES256_KEY_SIZE) { in Aes256GcmDecryptNoPadding()