Searched refs:AES256_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
28 #define AES256_BLOCK_SIZE 16 macro
423 …plaintext->contentSize % AES256_BLOCK_SIZE != 0 || !IsBufferValid(key) || key->contentSize != AES2… in Aes256GcmEncryptNoPadding()