Home
last modified time | relevance | path

Searched refs:g_ecc256CorrectBigGX (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Decc_openssl_common_param_spec.h78 static unsigned char g_ecc256CorrectBigGX[] = { variable
/ohos5.0/base/security/crypto_framework/test/unittest/src/ecc/
H A Decc_asy_key_common.cpp203 eccCommSpec->g.x.data = (IS_BIG_ENDIAN ? g_ecc256CorrectBigGX : g_ecc256CorrectLittleGX); in ConstructEcc256CommParamsSpec()
231 eccPubKeySpec->base.g.x.data = (IS_BIG_ENDIAN ? g_ecc256CorrectBigGX : g_ecc256CorrectLittleGX); in ConstructEcc256PubKeyParamsSpec()
263 eccPriKeySpec->base.g.x.data = (IS_BIG_ENDIAN ? g_ecc256CorrectBigGX : g_ecc256CorrectLittleGX); in ConstructEcc256PriKeyParamsSpec()
293 … eccKeyPairSpec->base.g.x.data = (IS_BIG_ENDIAN ? g_ecc256CorrectBigGX : g_ecc256CorrectLittleGX); in ConstructEcc256KeyPairParamsSpec()
603 eccCommSpec->g.x.data = (IS_BIG_ENDIAN ? g_ecc256CorrectBigGX : g_ecc256CorrectLittleGX); in ConstructEcc256ErrCommParamsSpec()
H A Dcrypto_ecc_no_length_sign_sub_test.cpp130 … eccKeyPairSpec->base.g.x.data = (IS_BIG_ENDIAN ? g_ecc256CorrectBigGX : g_ecc256CorrectLittleGX); in ConstructEcc256KeyPairParamsSpec()
H A Dcrypto_ecc_no_length_sign_test.cpp130 … eccKeyPairSpec->base.g.x.data = (IS_BIG_ENDIAN ? g_ecc256CorrectBigGX : g_ecc256CorrectLittleGX); in ConstructEcc256KeyPairParamsSpec()
H A Dcrypto_ecc_no_length_verify_test.cpp133 … eccKeyPairSpec->base.g.x.data = (IS_BIG_ENDIAN ? g_ecc256CorrectBigGX : g_ecc256CorrectLittleGX); in ConstructEcc256KeyPairParamsSpec()
H A Dcrypto_ecc_no_length_verify_sub_test.cpp133 … eccKeyPairSpec->base.g.x.data = (IS_BIG_ENDIAN ? g_ecc256CorrectBigGX : g_ecc256CorrectLittleGX); in ConstructEcc256KeyPairParamsSpec()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_ecc_key_agreement_by_spec_test.cpp127 … eccKeyPairSpec->base.g.x.data = (IS_BIG_ENDIAN ? g_ecc256CorrectBigGX : g_ecc256CorrectLittleGX); in ConstructEcc256KeyPairParamsSpec()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_asy_key_generator_openssl.c84 BIGNUM *xStd = OpensslBin2Bn(g_ecc256CorrectBigGX, NID_X9_62_prime256v1_len, NULL); in CheckEc256CurveId()