Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
Dadaptor_algorithm.h29 #define AES256_KEY_SIZE 32 macro
/drivers/peripheral/pin_auth/test/uinttest/pin_auth/adaptor/src/
Dadaptor_algorithm_test.cpp196 Buffer *key = CreateBufferBySize(AES256_KEY_SIZE);
249 Buffer *rootKey = CreateBufferBySize(AES256_KEY_SIZE);
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c423 …ntentSize % AES256_BLOCK_SIZE != 0 || !IsBufferValid(key) || key->contentSize != AES256_KEY_SIZE) { in Aes256GcmEncryptNoPadding()
549 …contentSize > CIPHER_INFO_MAX_SIZE || !IsBufferValid(key) || key->contentSize != AES256_KEY_SIZE) { in Aes256GcmDecryptNoPadding()