Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
H A Dadaptor_algorithm.h57 int32_t AesGcm256Decrypt(const Buffer *ciphertext, const AesGcmParam *param, const Buffer *tag, Buf…
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_algorithm_test.cpp211 result = AesGcm256Decrypt(cipherText, &param, tag, &plaintext2);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dverifier_func.c442 result = AesGcm256Decrypt(cipherText, &aesGcmParam, tag, &plainText); in GetPinData()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c590 int32_t AesGcm256Decrypt(const Buffer *ciphertext, const AesGcmParam *param, const Buffer *tag, Buf… in AesGcm256Decrypt() function
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c933 int32_t result = AesGcm256Decrypt(&cipherText, &param, &tag, &plainText); in GenerateDecodeCredential()