Searched refs:AES_GCM_TOKEN_AAD_SIZE (Results 1 – 1 of 1) sorted by relevance
28 #define AES_GCM_TOKEN_AAD_SIZE 12 macro89 .aad = CreateBufferByData((uint8_t *)AES_GCM_TOKEN_AAD, AES_GCM_TOKEN_AAD_SIZE), in DecryptTokenCipher()182 aesGcmParam->aad = CreateBufferByData((uint8_t *)AES_GCM_TOKEN_AAD, AES_GCM_TOKEN_AAD_SIZE); in InitAesGcmParam()