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/ |
| D | publicSymmetricPromise.js | 113 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
|
| D | publicSymmetricCallback.js | 112 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/ |
| D | huks_cipher_aes_test_common.cpp | 49 …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
|
| D | huks_cipher_sm4_test_common.cpp | 43 …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
|
| D | huks_cipher_rsa_test_common.cpp | 66 …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
|
| D | huks_three_stage_test_common.cpp | 458 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/ |
| D | hks_test_aes.c | 385 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
|
| D | hks_test_api_performance.c | 43 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()
|