Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_algorithm_test.cpp160 int32_t result = AesGcm256Encrypt(nullptr, nullptr, nullptr, nullptr);
174 int32_t result = AesGcm256Encrypt(plaintext, nullptr, nullptr, nullptr);
207 int32_t result = AesGcm256Encrypt(plaintext1, &param, &cipherText, &tag);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
H A Dadaptor_algorithm.h56 int32_t AesGcm256Encrypt(const Buffer *plaintext, const AesGcmParam *param, Buffer **ciphertext, Bu…
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dcollector_func.c357 int32_t result = AesGcm256Encrypt(&plainText, &aesGcmParam, &cipherText, &tag); in SetEncryptParam()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c493 int32_t AesGcm256Encrypt(const Buffer *plaintext, const AesGcmParam *param, Buffer **ciphertext, Bu… in AesGcm256Encrypt() function
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c513 if (AesGcm256Encrypt(pinData, &param, &cipherText, &tag) != RESULT_SUCCESS) { in GetPinCiperInfo()