Home
last modified time | relevance | path

Searched defs:plaintext (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_algorithm_test.cpp172 Buffer *plaintext = CreateBufferBySize(20); in HWTEST_F() local
/drivers/peripheral/user_auth/hdi_service/common/src/
H A Duser_sign_centre.c91 Buffer *plaintext = NULL; in DecryptTokenCipher() local
241 const Buffer plaintext = GetTmpBuffer((uint8_t *)data, sizeof(TokenDataToEncrypt), sizeof(TokenDataToEncrypt)); in GetTokenDataCipherResult() local
/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dadaptor_algorithm_test.cpp173 Buffer *plaintext = nullptr; in HWTEST_F() local
205 Buffer *plaintext = nullptr; HWTEST_F() local
247 Buffer *plaintext = CreateBufferBySize(contextSize); HWTEST_F() local
[all...]
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c339 int32_t AesGcmEncrypt(const Buffer *plaintext, const AesGcmParam *aesGcmParam, Buffer **ciphertext, Buffer **tag) in AesGcmEncrypt() argument
421 int32_t AesGcmDecrypt(const Buffer *ciphertext, const AesGcmParam *aesGcmParam, const Buffer *tag, Buffer **plaintext) in AesGcmDecrypt() argument
[all...]
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c449 static bool DoAesEncrypt(EVP_CIPHER_CTX *ctx, const Buffer *plaintext, Buffer **ciphertext, Buffer **tag) in DoAesEncrypt() argument
493 int32_t AesGcm256Encrypt(const Buffer *plaintext, const AesGcmParam *param, Buffer **ciphertext, Buffer **tag) in AesGcm256Encrypt() argument
550 static bool DoAesDecrypt(EVP_CIPHER_CTX *ctx, const Buffer *ciphertext, const Buffer *tag, Buffer **plaintext) in DoAesDecrypt() argument
590 AesGcm256Decrypt(const Buffer *ciphertext, const AesGcmParam *param, const Buffer *tag, Buffer **plaintext) AesGcm256Decrypt() argument
[all...]

Completed in 7 milliseconds