Home
last modified time | relevance | path

Searched refs:g_eccFieldType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/ecc/
H A Decc_asy_key_common.cpp43 eccCommSpec->field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc192CommParamsSpec()
71 eccCommSpec->field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224CommParamsSpec()
99 eccPubKeySpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224PubKeyParamsSpec()
131 eccPriKeySpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224PriKeyParamsSpec()
195 eccCommSpec->field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc256CommParamsSpec()
319 eccCommSpec->field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc384CommParamsSpec()
443 eccCommSpec->field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc521CommParamsSpec()
567 eccCommSpec->field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224ErrCommParamsSpec()
595 eccCommSpec->field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc256ErrCommParamsSpec()
623 eccCommSpec->field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc384ErrCommParamsSpec()
[all …]
H A Dcrypto_ecc_no_length_sign_sub_test.cpp68 static string g_eccFieldType = "Fp"; variable
88 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224KeyPairParamsSpec()
122 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc256KeyPairParamsSpec()
156 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc384KeyPairParamsSpec()
190 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc521KeyPairParamsSpec()
H A Dcrypto_ecc_no_length_sign_test.cpp68 static string g_eccFieldType = "Fp"; variable
88 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224KeyPairParamsSpec()
122 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc256KeyPairParamsSpec()
156 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc384KeyPairParamsSpec()
190 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc521KeyPairParamsSpec()
H A Dcrypto_ecc_no_length_verify_test.cpp71 static string g_eccFieldType = "Fp"; variable
91 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224KeyPairParamsSpec()
125 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc256KeyPairParamsSpec()
159 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc384KeyPairParamsSpec()
193 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc521KeyPairParamsSpec()
H A Dcrypto_ecc_no_length_verify_sub_test.cpp71 static string g_eccFieldType = "Fp"; variable
91 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224KeyPairParamsSpec()
125 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc256KeyPairParamsSpec()
159 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc384KeyPairParamsSpec()
193 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc521KeyPairParamsSpec()
H A Dcrypto_ecc_asy_key_generator_by_spec_sub_four_test.cpp608 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc521KeyPairParamsSpecByGet()
/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Decc_common.h491 static std::string g_eccFieldType = "Fp"; variable
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_ecc_key_agreement_by_spec_test.cpp65 static string g_eccFieldType = "Fp"; variable
85 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224KeyPairParamsSpec()
119 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc256KeyPairParamsSpec()
153 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc384KeyPairParamsSpec()
187 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc521KeyPairParamsSpec()
H A Dcrypto_key_utils_test.cpp63 eccCommSpec->field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224CommParamsSpec()
H A Dcrypto_asy_key_generator_cov_test.cpp517 static string g_eccFieldType = "Fp"; variable
536 eccCommSpec->field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224CommParamsSpec()
571 eccPubKeySpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224PubKeyParamsSpec()
611 eccPriKeySpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224PriKeyParamsSpec()
649 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224KeyPairParamsSpec()
/ohos5.0/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/
H A Dasykeygenerator_fuzzer.cpp375 static string g_eccFieldType = "Fp"; variable
506 eccCommSpec->field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224CommParamsSpec()
534 eccPubKeySpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224PubKeyParamsSpec()
566 eccPriKeySpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224PriKeyParamsSpec()
596 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224KeyPairParamsSpec()