Searched refs:AES_GCM_TEXT_MAX_SIZE (Results 1 – 1 of 1) sorted by relevance
33 #define AES_GCM_TEXT_MAX_SIZE 1000 macro342 plaintext->contentSize == 0 || plaintext->contentSize > AES_GCM_TEXT_MAX_SIZE || in AesGcmEncrypt()424 ciphertext->contentSize == 0 || ciphertext->contentSize > AES_GCM_TEXT_MAX_SIZE || in AesGcmDecrypt()