Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c33 #define AES_GCM_TEXT_MAX_SIZE 1000 macro
342 plaintext->contentSize == 0 || plaintext->contentSize > AES_GCM_TEXT_MAX_SIZE || in AesGcmEncrypt()
424 ciphertext->contentSize == 0 || ciphertext->contentSize > AES_GCM_TEXT_MAX_SIZE || in AesGcmDecrypt()