Searched defs:plaintext (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/drivers/peripheral/user_auth/test/unittest/base_test/src/ |
H A D | adaptor_algorithm_test.cpp | 173 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 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()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/common/src/ |
H A 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
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
H A 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()
|
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/ |
H A D | adaptor_algorithm_test.cpp | 172 Buffer *plaintext = CreateBufferBySize(20); variable
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_sm4.c | 313 const struct HksBlob *message, struct HksBlob *plaintext) in HksOpensslSm4Decrypt()
|
/ohos5.0/base/security/asset/test/unittest/module_test/src/crypto_manager/ |
H A D | lib.rs | 92 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 D | hks_crypto_hal_aes_cipher.cpp | 768 HksBlob plaintext = { .size = outLen, .data = (uint8_t *)HksMalloc(outLen) }; in RunTestCase() local
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
H A D | udmf_test.cpp | 383 OH_UdsPlainText *plaintext = OH_UdsPlainText_Create(); variable
|