Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/test/unittest/base_test/src/
Dadaptor_algorithm_test.cpp172 Buffer *plaintext = nullptr; variable
200 Buffer *plaintext = nullptr; variable
232 Buffer *plaintext = CreateBufferBySize(100); variable
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c304 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/
Dadaptor_algorithm.c338 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/
Duser_sign_centre.c92 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/
Dadaptor_algorithm_test.cpp173 Buffer *plaintext = CreateBufferBySize(20); variable