Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/common/src/
H A Duser_sign_centre.c28 #define AES_GCM_TOKEN_AAD_SIZE 12 macro
89 .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()