Home
last modified time | relevance | path

Searched defs:cipherText (Results 1 – 7 of 7) sorted by relevance

/test/xts/acts/security/huks_napi_BasicTest/src/
Dhuks_cipher_rsa_test_common.cpp21 …Huks_ParamSet *encryptParamSet, const struct OH_Huks_Blob *inData, struct OH_Huks_Blob *cipherText) in HksRsaCipherTestEncryptAbnormal()
45 …Huks_ParamSet *encryptParamSet, const struct OH_Huks_Blob *inData, struct OH_Huks_Blob *cipherText) in HksRsaCipherTestEncrypt()
66 …const struct OH_Huks_ParamSet *decryptParamSet, const struct OH_Huks_Blob *cipherText, struct OH_H… in HksRsaCipherTestDecrypt()
106 struct OH_Huks_Blob cipherText = { Unittest::RsaCipher::RSA_COMMON_SIZE, cipher }; in HksRsaCipherTestCase() local
142 struct OH_Huks_Blob cipherText = { Unittest::RsaCipher::RSA_COMMON_SIZE, cipher }; in HksRsaCipherTestCaseAbnormal() local
Dhuks_cipher_sm4_test_common.cpp22 …Huks_ParamSet *encryptParamSet, const struct OH_Huks_Blob *inData, struct OH_Huks_Blob *cipherText) in HksSm4CipherTestEncrypt()
43 …const struct OH_Huks_ParamSet *decryptParamSet, const struct OH_Huks_Blob *cipherText, struct OH_H… in HksSm4CipherTestDecrypt()
87 struct OH_Huks_Blob cipherText = { SM4_COMMON_SIZE, cipher }; in HksSm4CipherTestCaseOther() local
Dhuks_cipher_aes_test_common.cpp25 …Huks_ParamSet *encryptParamSet, const struct OH_Huks_Blob *inData, struct OH_Huks_Blob *cipherText) in HksAesCipherTestEncrypt()
49 …const struct OH_Huks_ParamSet *decryptParamSet, const struct OH_Huks_Blob *cipherText, struct OH_H… in HksAesCipherTestDecrypt()
99 struct OH_Huks_Blob cipherText = {AES_COMMON_SIZE, cipher}; in HksAesCipherTestCaseOther() local
132 struct OH_Huks_Blob cipherText = {AES_COMMON_SIZE, cipher}; in HksAesCipherTestCaseGcm2() local
Dhuks_cipher_aes_test.cpp257 struct OH_Huks_Blob cipherText = { AES_COMMON_SIZE, cipher }; variable
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.c383 struct HksBlob cipherText = { g_bufferSize, g_buffer }; in TestAes256ByAgree() local
451 struct HksBlob cipherText = { g_bufferSize, g_buffer }; in TestAes256ByAgree1() local
509 struct HksBlob cipherText = { g_bufferSize, g_buffer }; in TestAes256ByAgree2() local
577 struct HksBlob cipherText = { g_bufferSize, g_buffer }; 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()