Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/test/unittest/src/ecc/
H A Decc_asy_key_common.cpp40 eccCommSpec->base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc192CommParamsSpec()
68 eccCommSpec->base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224CommParamsSpec()
96 eccPubKeySpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224PubKeyParamsSpec()
128 eccPriKeySpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224PriKeyParamsSpec()
192 eccCommSpec->base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc256CommParamsSpec()
316 eccCommSpec->base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc384CommParamsSpec()
440 eccCommSpec->base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc521CommParamsSpec()
564 eccCommSpec->base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224ErrCommParamsSpec()
592 eccCommSpec->base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc256ErrCommParamsSpec()
620 eccCommSpec->base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc384ErrCommParamsSpec()
[all …]
H A Dcrypto_ecc_no_length_sign_sub_test.cpp67 static string g_eccAlgName = "ECC"; variable
85 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224KeyPairParamsSpec()
119 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc256KeyPairParamsSpec()
153 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc384KeyPairParamsSpec()
187 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc521KeyPairParamsSpec()
H A Dcrypto_ecc_no_length_sign_test.cpp67 static string g_eccAlgName = "ECC"; variable
85 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224KeyPairParamsSpec()
119 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc256KeyPairParamsSpec()
153 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc384KeyPairParamsSpec()
187 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc521KeyPairParamsSpec()
H A Dcrypto_ecc_no_length_verify_test.cpp70 static string g_eccAlgName = "ECC"; variable
88 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224KeyPairParamsSpec()
122 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc256KeyPairParamsSpec()
156 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc384KeyPairParamsSpec()
190 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc521KeyPairParamsSpec()
H A Dcrypto_ecc_no_length_verify_sub_test.cpp70 static string g_eccAlgName = "ECC"; variable
88 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224KeyPairParamsSpec()
122 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc256KeyPairParamsSpec()
156 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc384KeyPairParamsSpec()
190 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc521KeyPairParamsSpec()
H A Dcrypto_ecc_asy_key_generator_by_spec_sub_four_test.cpp605 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc521KeyPairParamsSpecByGet()
/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Decc_common.h490 static std::string g_eccAlgName = "ECC"; variable
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_ecc_key_agreement_by_spec_test.cpp64 static string g_eccAlgName = "ECC"; variable
82 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224KeyPairParamsSpec()
116 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc256KeyPairParamsSpec()
150 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc384KeyPairParamsSpec()
184 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc521KeyPairParamsSpec()
H A Dcrypto_key_utils_test.cpp60 eccCommSpec->base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224CommParamsSpec()
H A Dcrypto_asy_key_generator_cov_test.cpp516 static string g_eccAlgName = "ECC"; variable
533 eccCommSpec->base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224CommParamsSpec()
568 eccPubKeySpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224PubKeyParamsSpec()
608 eccPriKeySpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224PriKeyParamsSpec()
646 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224KeyPairParamsSpec()
1296 eccCommSpec->field->fieldType = const_cast<char *>(g_eccAlgName.c_str());
/ohos5.0/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/
H A Dasykeygenerator_fuzzer.cpp374 static string g_eccAlgName = "ECC"; variable
503 eccCommSpec->base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224CommParamsSpec()
531 eccPubKeySpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224PubKeyParamsSpec()
563 eccPriKeySpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224PriKeyParamsSpec()
593 eccKeyPairSpec->base.base.algName = const_cast<char *>(g_eccAlgName.c_str()); in ConstructEcc224KeyPairParamsSpec()