Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 5 of 5) sorted by relevance

/drivers/peripheral/user_auth/test/unittest/base_test/src/
Dadaptor_algorithm_test.cpp175 Buffer *ciphertext = nullptr; variable
203 Buffer *ciphertext = nullptr; variable
254 Buffer *ciphertext = nullptr; variable
/drivers/peripheral/user_auth/hdi_service/common/src/
Duser_sign_centre.c99 const Buffer ciphertext = GetTmpBuffer((uint8_t *)userAuthToken->tokenDataCipher, in DecryptTokenCipher() local
199 IAM_STATIC ResultCode CopyTokenCipherParam(const Buffer *ciphertext, const Buffer *tag, const Buffe… in CopyTokenCipherParam()
234 Buffer *ciphertext = NULL; in GetTokenDataCipherResult() local
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c449 static bool DoAesEncrypt(EVP_CIPHER_CTX *ctx, const Buffer *plaintext, Buffer **ciphertext, Buffer … in DoAesEncrypt()
493 int32_t AesGcm256Encrypt(const Buffer *plaintext, const AesGcmParam *param, Buffer **ciphertext, Bu… in AesGcm256Encrypt()
550 static bool DoAesDecrypt(EVP_CIPHER_CTX *ctx, const Buffer *ciphertext, const Buffer *tag, Buffer *… in DoAesDecrypt()
590 int32_t AesGcm256Decrypt(const Buffer *ciphertext, const AesGcmParam *param, const Buffer *tag, Buf… in AesGcm256Decrypt()
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c339 int32_t AesGcmEncrypt(const Buffer *plaintext, const AesGcmParam *aesGcmParam, Buffer **ciphertext,… in AesGcmEncrypt()
421 int32_t AesGcmDecrypt(const Buffer *ciphertext, const AesGcmParam *aesGcmParam, const Buffer *tag, … in AesGcmDecrypt()
/drivers/peripheral/pin_auth/hdi_service/database/src/
Dpin_db.c465 static Buffer *SplicePinCiperInfo(const Buffer *iv, const Buffer *tag, const Buffer *ciphertext) in SplicePinCiperInfo()