Searched defs:cipherText (Results 1 – 7 of 7) sorted by relevance
| /test/xts/acts/security/huks_napi_BasicTest/src/ |
| D | huks_cipher_rsa_test_common.cpp | 21 …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
|
| D | huks_cipher_sm4_test_common.cpp | 22 …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
|
| D | huks_cipher_aes_test_common.cpp | 25 …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
|
| D | huks_cipher_aes_test.cpp | 257 struct OH_Huks_Blob cipherText = { AES_COMMON_SIZE, cipher }; variable
|
| 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 | 383 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
|
| 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()
|