Searched refs:AesGcm256Decrypt (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/ |
H A D | adaptor_algorithm.h | 57 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 D | adaptor_algorithm_test.cpp | 211 result = AesGcm256Decrypt(cipherText, ¶m, tag, &plaintext2);
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | verifier_func.c | 442 result = AesGcm256Decrypt(cipherText, &aesGcmParam, tag, &plainText); in GetPinData()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
H A D | adaptor_algorithm.c | 590 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 D | pin_db.c | 933 int32_t result = AesGcm256Decrypt(&cipherText, ¶m, &tag, &plainText); in GenerateDecodeCredential()
|