Home
last modified time | relevance | path

Searched refs:MSG_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance

/mbedtls-3.7.0/programs/cipher/
Dcipher_aead_demo.c75 #define MSG_MAX_SIZE (MSG1_SIZE > MSG2_SIZE ? MSG1_SIZE : MSG2_SIZE) macro
185 unsigned char out[MSG_MAX_SIZE + MAX_TAG_LENGTH]; in aead_encrypt()
/mbedtls-3.7.0/programs/psa/
Daead_demo.c78 #define MSG_MAX_SIZE (MSG1_SIZE > MSG2_SIZE ? MSG1_SIZE : MSG2_SIZE) macro
199 unsigned char out[PSA_AEAD_ENCRYPT_OUTPUT_MAX_SIZE(MSG_MAX_SIZE)]; in aead_encrypt()