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 | 172 Buffer *plaintext = nullptr; variable 200 Buffer *plaintext = nullptr; variable 232 Buffer *plaintext = CreateBufferBySize(100); variable
|
| /drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
| D | adaptor_algorithm.c | 304 static Buffer *CreateCiphertext(EVP_CIPHER_CTX *ctx, const Buffer *plaintext) in CreateCiphertext() 373 static int32_t DoAes256GcmEncryptNoPadding(const Buffer *plaintext, const Buffer *key, Buffer *ciph… in DoAes256GcmEncryptNoPadding() 420 Buffer *Aes256GcmEncryptNoPadding(const Buffer *plaintext, const Buffer *key) in Aes256GcmEncryptNoPadding() 482 …t SetPlaintext(EVP_CIPHER_CTX *ctx, const Buffer *ciphertext, const Buffer *tag, Buffer *plaintext) in SetPlaintext() 514 …int32_t DoAes256GcmDecryptNoPadding(const Buffer *cipherInfo, const Buffer *key, Buffer *plaintext) in DoAes256GcmDecryptNoPadding() 553 Buffer *plaintext = CreateBufferBySize(cipherInfo->contentSize); in Aes256GcmDecryptNoPadding() local
|
| /drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
| D | adaptor_algorithm.c | 338 int32_t AesGcmEncrypt(const Buffer *plaintext, const AesGcmParam *aesGcmParam, Buffer **ciphertext,… in AesGcmEncrypt() 420 …pt(const Buffer *ciphertext, const AesGcmParam *aesGcmParam, const Buffer *tag, Buffer **plaintext) in AesGcmDecrypt()
|
| /drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
| D | user_sign_centre.c | 92 Buffer *plaintext = NULL; in DecryptTokenCipher() local 278 …const Buffer plaintext = GetTmpBuffer((uint8_t *)data, sizeof(TokenDataToEncrypt), sizeof(TokenDat… in GetTokenDataCipherResult() local
|
| /drivers/peripheral/pin_auth/test/uinttest/pin_auth/adaptor/src/ |
| D | adaptor_algorithm_test.cpp | 173 Buffer *plaintext = CreateBufferBySize(20); variable
|