Searched defs:plaintext (Results 1 – 5 of 5) sorted by relevance
| /drivers/peripheral/user_auth/test/unittest/base_test/src/ |
| D | adaptor_algorithm_test.cpp | 173 Buffer *plaintext = nullptr; variable 205 Buffer *plaintext = nullptr; variable 247 Buffer *plaintext = CreateBufferBySize(contextSize); variable
|
| /drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
| D | adaptor_algorithm.c | 449 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 … DoAesDecrypt(EVP_CIPHER_CTX *ctx, const Buffer *ciphertext, const Buffer *tag, Buffer **plaintext) in DoAesDecrypt() 590 …6Decrypt(const Buffer *ciphertext, const AesGcmParam *param, const Buffer *tag, Buffer **plaintext) in AesGcm256Decrypt()
|
| /drivers/peripheral/user_auth/hdi_service/common/src/ |
| D | user_sign_centre.c | 91 Buffer *plaintext = NULL; in DecryptTokenCipher() local 241 …const Buffer plaintext = GetTmpBuffer((uint8_t *)data, sizeof(TokenDataToEncrypt), sizeof(TokenDat… in GetTokenDataCipherResult() local
|
| /drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
| D | adaptor_algorithm.c | 339 int32_t AesGcmEncrypt(const Buffer *plaintext, const AesGcmParam *aesGcmParam, Buffer **ciphertext,… in AesGcmEncrypt() 421 …pt(const Buffer *ciphertext, const AesGcmParam *aesGcmParam, const Buffer *tag, Buffer **plaintext) in AesGcmDecrypt()
|
| /drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/ |
| D | adaptor_algorithm_test.cpp | 172 Buffer *plaintext = CreateBufferBySize(20); variable
|