Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/user_auth/test/unittest/base_test/src/
Dadaptor_algorithm_test.cpp174 Buffer *ciphertext = nullptr; variable
198 Buffer *ciphertext = nullptr; variable
239 Buffer *ciphertext = nullptr; variable
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c306 Buffer *ciphertext = CreateBufferBySize(plaintext->contentSize); in CreateCiphertext() local
342 static int32_t SpliceOutput(const Buffer *vi, const Buffer *tag, const Buffer *ciphertext, Buffer *… in SpliceOutput()
378 Buffer *ciphertext = NULL; in DoAes256GcmEncryptNoPadding() local
440 static int32_t SplitInput(const Buffer *cipherInfo, Buffer *vi, Buffer *tag, Buffer *ciphertext) in SplitInput()
482 static int32_t SetPlaintext(EVP_CIPHER_CTX *ctx, const Buffer *ciphertext, const Buffer *tag, Buffe… in SetPlaintext()
519 Buffer *ciphertext = CreateBufferBySize(cipherInfo->contentSize); in DoAes256GcmDecryptNoPadding() local
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
Duser_sign_centre.c100 const Buffer ciphertext = GetTmpBuffer((uint8_t *)userAuthToken->tokenDataCipher, in DecryptTokenCipher() local
214 IAM_STATIC ResultCode CopyTokenCipherParam(const Buffer *ciphertext, const Buffer *tag, const Buffe… in CopyTokenCipherParam()
271 Buffer *ciphertext = NULL; in GetTokenDataCipherResult() 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 int32_t AesGcmDecrypt(const Buffer *ciphertext, const AesGcmParam *aesGcmParam, const Buffer *tag, … in AesGcmDecrypt()