Searched refs:MAX_AAD_LENGTH (Results 1 – 2 of 2) sorted by relevance
9 #define MAX_AAD_LENGTH 65536 macro12 static uint8_t gcm_aad_zero_text[MAX_AAD_LENGTH] = { 0 };14 static uint8_t gcm_aad_text[MAX_AAD_LENGTH] = {
7646 for (i = 32; i < MAX_AAD_LENGTH; i += 32) in test_authenticated_encryption()9272 for (i = 32; i < MAX_AAD_LENGTH; i += 32) in test_authenticated_decryption()