Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
H A Dadaptor_algorithm.h32 #define AES_GCM_256_KEY_SIZE 32 macro
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_algorithm_test.cpp201 param.key = RandomBuffer(AES_GCM_256_KEY_SIZE);
262 Buffer *rootKey = CreateBufferBySize(AES_GCM_256_KEY_SIZE);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c35 #define AES_GCM_256_KEY_SIZE 32 macro
287 if (!CheckBufferWithSize(aesGcmParam->key, AES_GCM_256_KEY_SIZE)) { in CheckAesGcmParam()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c399 if (!CheckBufferWithSize(param->key, AES_GCM_256_KEY_SIZE)) { in CheckAes256GcmParams()