Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
Dadaptor_algorithm.h28 #define AES256_BLOCK_SIZE 16 macro
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c423 …plaintext->contentSize % AES256_BLOCK_SIZE != 0 || !IsBufferValid(key) || key->contentSize != AES2… in Aes256GcmEncryptNoPadding()