Home
last modified time | relevance | path

Searched defs:plainText (Results 1 – 8 of 8) sorted by relevance

/test/xts/acts/security/cryptoFramework/js_api_test_one/src/main/js/test/utils/symmetric/
DpublicSymmetricPromise.js113 async function updateCipher(cipherGenerator, mode, plainText) { argument
218 let plainText = { data: stringTouInt8Array(globalText) }; variable
333 let plainText = { data: stringTouInt8Array(globalText) }; variable
450 let plainText = { data: stringTouInt8Array(globalText) }; variable
588 let plainText = { data: stringTouInt8Array(globalText) }; variable
DpublicSymmetricCallback.js112 async function updateCipher(cipherGenerator, mode, plainText) { argument
186 let plainText = { data: stringTouInt8Array(globalText) }; variable
303 let plainText = { data: stringTouInt8Array(globalText) }; variable
/test/xts/acts/security/huks_napi_BasicTest/src/
Dhuks_cipher_aes_test_common.cpp49 …s_ParamSet *decryptParamSet, const struct OH_Huks_Blob *cipherText, struct OH_Huks_Blob *plainText, in HksAesCipherTestDecrypt()
105 struct OH_Huks_Blob plainText = {AES_COMMON_SIZE, plain}; in HksAesCipherTestCaseOther() local
159 struct OH_Huks_Blob plainText = {AES_COMMON_SIZE, plain}; in HksAesCipherTestCaseGcm2() local
Dhuks_cipher_sm4_test_common.cpp43 …s_ParamSet *decryptParamSet, const struct OH_Huks_Blob *cipherText, struct OH_Huks_Blob *plainText, in HksSm4CipherTestDecrypt()
93 struct OH_Huks_Blob plainText = { SM4_COMMON_SIZE, plain }; in HksSm4CipherTestCaseOther() local
Dhuks_cipher_rsa_test_common.cpp66 …s_ParamSet *decryptParamSet, const struct OH_Huks_Blob *cipherText, struct OH_Huks_Blob *plainText, in HksRsaCipherTestDecrypt()
112 struct OH_Huks_Blob plainText = { Unittest::RsaCipher::RSA_COMMON_SIZE, plain }; in HksRsaCipherTestCase() local
Dhuks_three_stage_test_common.cpp458 const struct OH_Huks_Blob *plainText, struct OH_Huks_Blob *cipherText) in HuksEncrypt()
545 const struct OH_Huks_Blob *cipherText, struct OH_Huks_Blob *plainText) in HuksDecrypt()
/test/xts/acts/security_lite/huks/common/
Dhks_test_aes.c385 struct HksBlob plainText = { TEST_AES_256, tmp }; in TestAes256ByAgree() local
453 struct HksBlob plainText = { TEST_AES_256, tmp }; in TestAes256ByAgree1() local
511 struct HksBlob plainText = { TEST_AES_256, tmp }; in TestAes256ByAgree2() local
579 struct HksBlob plainText = { TEST_AES_256, tmp }; in TestAes256ByLocal() local
Dhks_test_api_performance.c43 const struct HksBlob *plainText, struct HksBlob *cipherText, uint32_t performTimes) in HksEncryptRun()
66 const struct HksBlob *cipherText, struct HksBlob *plainText, uint32_t performTimes) in HksDecryptRun()