| /base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
| D | hks_rsa_common_mt.cpp | 65 HksBlob plainText = { in GenerateKeyTestCase() local 132 HksBlob plainText = { in EncryptLocalTestCase() local 179 HksBlob plainText = { in EncryptServiceTestCase() local 262 HksBlob plainText = { in DecryptLocalTestCase() local 323 HksBlob plainText = { in DecryptServiceTestCase() local 380 HksBlob plainText = { in SignLocalTestCase() local 439 HksBlob plainText = { .size =strlen(hexData), in SignServiceTestCase() local 506 HksBlob plainText = { in VerifyLocalTestCase() local 556 HksBlob plainText = { in VerifyServiceTestCase() local
|
| D | hks_dsa_mt.cpp | 665 HksBlob plainText = { .size = (uint32_t)strlen(hexData), .data = (uint8_t *)hexData }; in GenerateKeyTestCase() local 728 HksBlob plainText = { .size = (uint32_t)strlen(hexData), .data = (uint8_t *)hexData }; in SignLocalTestCase() local 787 HksBlob plainText = { .size = (uint32_t)strlen(hexData), .data = (uint8_t *)hexData }; in SignServiceTestCase() local 852 HksBlob plainText = { .size = (uint32_t)strlen(hexData), .data = (uint8_t *)hexData }; in VerifyLocalTestCase() local 885 HksBlob plainText = { .size = (uint32_t)strlen(hexData), .data = (uint8_t *)hexData }; in VerifyServiceTestCase() local
|
| D | openssl_dsa_helper.c | 156 …const struct HksBlob *plainText, struct HksBlob *signData, struct HksBlob *key, enum HksKeyDigest … in OpensslSignDsa() 210 …const struct HksBlob *plainText, struct HksBlob *signData, struct HksBlob *key, enum HksKeyDigest … in OpensslVerifyDsa()
|
| D | openssl_rsa_helper.c | 418 int32_t OpensslSignRsa(const struct HksBlob *plainText, struct HksBlob *signData, struct HksBlob *k… in OpensslSignRsa() 480 int32_t OpensslVerifyRsa(const struct HksBlob *plainText, struct HksBlob *signData, struct HksBlob … in OpensslVerifyRsa()
|
| D | hks_aes_cipher_mt.cpp | 439 HksBlob plainText = { in RunTestCase() local
|
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
| D | hks_sm4_cipher_test_common.cpp | 45 …t struct HksParamSet *decryptParamSet, const struct HksBlob *cipherText, struct HksBlob *plainText, in HksSm4CipherTestDecrypt() 96 struct HksBlob plainText = { SM4_COMMON_SIZE, plain }; in HksSm4CipherTestCaseOther() local
|
| D | hks_aes_cipher_test_common.cpp | 54 …t struct HksParamSet *decryptParamSet, const struct HksBlob *cipherText, struct HksBlob *plainText, in HksAesCipherTestDecrypt() 136 struct HksBlob plainText = { AES_COMMON_SIZE, plain }; in HksAesCipherTestCaseOther() local 192 struct HksBlob plainText = { AES_COMMON_SIZE, plain }; in HksAesCipherTestCaseGcm2() local
|
| D | hks_rsa_cipher_test_common.cpp | 82 …t struct HksParamSet *decryptParamSet, const struct HksBlob *cipherText, struct HksBlob *plainText, in HksRsaCipherTestDecrypt() 137 struct HksBlob plainText = { Unittest::RsaCipher::RSA_COMMON_SIZE, plain }; in HksRsaCipherTestCase() local
|
| D | hks_cross_test.cpp | 78 struct HksBlob plainText = { CROSS_COMMON_SIZE, plain }; variable 121 struct HksBlob plainText = { CROSS_COMMON_SIZE, plain }; variable 168 struct HksBlob plainText = { CROSS_COMMON_SIZE, plain }; variable 216 struct HksBlob plainText = { CROSS_COMMON_SIZE, plain }; variable
|
| D | hks_cross_test_common.cpp | 68 …t struct HksParamSet *decryptParamSet, const struct HksBlob *cipherTest, struct HksBlob *plainText) in HksCrossTestAesDecrypt() 119 …t struct HksParamSet *decryptParamSet, const struct HksBlob *cipherTest, struct HksBlob *plainText) in HksCrossTestRsaDecrypt()
|
| /base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/setplaintext_fuzzer/ |
| D | setplaintext_fuzzer.cpp | 30 std::shared_ptr<std::string> plainText = std::make_shared<std::string>(text); in DoSomethingInterestingWithMyAPI() local
|
| /base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getmimetype_fuzzer/ |
| D | getmimetype_fuzzer.cpp | 28 std::shared_ptr<std::string> plainText = std::make_shared<std::string>(text); in DoSomethingInterestingWithMyAPI() local
|
| /base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/seturi_fuzzer/ |
| D | seturi_fuzzer.cpp | 28 std::shared_ptr<std::string> plainText = std::make_shared<std::string>(text); in DoSomethingInterestingWithMyAPI() local
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
| D | hks_openssl_aes.c | 198 void *cryptoCtx, const struct HksBlob *message, struct HksBlob *plainText) in OpensslBlockCipherDecryptUpdate() 217 void **cryptoCtx, const struct HksBlob *message, struct HksBlob *plainText) in OpensslBlockCipherDecryptFinalThree() 426 …tx, const struct HksUsageSpec *usageSpec, const struct HksBlob *message, struct HksBlob *plainText) in OpensslAesAeadDecryptFinal() 564 const struct HksBlob *message, struct HksBlob *plainText) in OpensslAesAeadDecryptUpdate() 627 struct HksBlob *plainText, struct HksBlob *tagAead) in OpensslAesAeadDecryptFinalGCM() 757 EVP_CIPHER_CTX *ctx, const struct HksBlob *message, struct HksBlob *plainText) in OpensslAesCipherDecryptFinal() 901 …sOpensslAesDecryptUpdate(void *cryptoCtx, const struct HksBlob *message, struct HksBlob *plainText) in HksOpensslAesDecryptUpdate() 1043 const struct HksBlob *message, struct HksBlob *plainText) in HksOpensslAesDecrypt()
|
| /base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/ |
| D | hcfciphercreate_fuzzer.cpp | 36 uint8_t plainText[] = "this is test!"; in AesEncrypt() local 75 uint8_t plainText[] = "this is test!"; in AesDecrypt() local
|
| /base/security/crypto_framework/test/unittest/src/ |
| D | crypto_3des_cipher_test.cpp | 76 uint8_t plainText[] = "this is test!"; in DesEncrypt() local 119 uint8_t plainText[] = "this is test!"; in DesDecrypt() local 166 uint8_t plainText[] = "this is test!"; in DesNoUpdateEncrypt() local 196 uint8_t plainText[] = "this is test!"; in DesNoUpdateDecrypt() local 1655 uint8_t plainText[] = "this is test!"; variable 1695 uint8_t plainText[] = "this is test!"; variable 1735 uint8_t plainText[] = "this is test!"; variable 1775 uint8_t plainText[] = "this is test!"; variable
|
| /base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/ |
| D | hks_ca_access.c | 54 const struct HksBlob *plainText, struct HksBlob *cipherText) in HksAccessEncrypt() 60 const struct HksBlob *cipherText, struct HksBlob *plainText) in HksAccessDecrypt()
|
| /base/web/webview/ohos_adapter/pasteboard_adapter/src/ |
| D | pasteboard_client_adapter_impl.cpp | 56 std::shared_ptr<std::string> plainText) in PasteDataRecordAdapterImpl() 74 std::shared_ptr<std::string> plainText) in NewRecord() 91 bool PasteDataRecordAdapterImpl::SetPlainText(std::shared_ptr<std::string> plainText) in SetPlainText()
|
| /base/security/huks/test/unittest/huks_lite_test/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 | 42 const struct HksBlob *plainText, struct HksBlob *cipherText, uint32_t performTimes) in HksEncryptRun() 64 const struct HksBlob *cipherText, struct HksBlob *plainText, uint32_t performTimes) in HksDecryptRun()
|
| /base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/ |
| D | hks_test_aes.c | 383 struct HksBlob plainText = { TEST_AES_256, tmp }; in TestAes256ByAgree() local 451 struct HksBlob plainText = { TEST_AES_256, tmp }; in TestAes256ByAgree1() local 509 struct HksBlob plainText = { TEST_AES_256, tmp }; in TestAes256ByAgree2() local
|
| D | hks_test_api_performance.c | 42 const struct HksBlob *plainText, struct HksBlob *cipherText, uint32_t performTimes) in HksEncryptRun() 65 const struct HksBlob *cipherText, struct HksBlob *plainText, uint32_t performTimes) in HksDecryptRun()
|
| /base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/passthrough/ |
| D | huks_access.c | 194 const struct HksBlob *plainText, struct HksBlob *cipherText)) in ENABLE_CFI() 205 const struct HksBlob *cipherText, struct HksBlob *plainText)) in ENABLE_CFI()
|
| /base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
| D | hks_core_interfaces.c | 122 const struct HksBlob *plainText, struct HksBlob *cipherText) in HuksHdiEncrypt() 128 const struct HksBlob *cipherText, struct HksBlob *plainText) in HuksHdiDecrypt()
|
| /base/security/huks/frameworks/huks_standard/main/core/src/ |
| D | hks_local_engine.c | 219 const struct HksBlob *plainText, struct HksBlob *cipherText) in HksLocalEncrypt() 226 const struct HksBlob *cipherText, struct HksBlob *plainText) in HksLocalDecrypt()
|