Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dadaptor_algorithm_test.cpp173 Buffer *plaintext = nullptr; variable
205 Buffer *plaintext = nullptr; variable
247 Buffer *plaintext = CreateBufferBySize(contextSize); variable
/ohos5.0/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 … 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()
/ohos5.0/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(TokenDat… in GetTokenDataCipherResult() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c339 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()
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_algorithm_test.cpp172 Buffer *plaintext = CreateBufferBySize(20); variable
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_sm4.c313 const struct HksBlob *message, struct HksBlob *plaintext) in HksOpensslSm4Decrypt()
/ohos5.0/base/security/asset/test/unittest/module_test/src/crypto_manager/
H A Dlib.rs92 let plaintext = Crypto::decrypt(&secret_key, &cipher, &aad).unwrap(); in encrypt_and_decrypt() localVariable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_aes_cipher.cpp768 HksBlob plaintext = { .size = outLen, .data = (uint8_t *)HksMalloc(outLen) }; in RunTestCase() local
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp383 OH_UdsPlainText *plaintext = OH_UdsPlainText_Create(); variable