Home
last modified time | relevance | path

Searched refs:Openssl_EC_KEY_get0_group (Results 1 – 4 of 4) sorted by relevance

/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
Decc_asy_key_generator_openssl.c364 const EC_GROUP *group = Openssl_EC_KEY_get0_group(ecKey); in InitEcKeyByPubKey()
424 const EC_GROUP *group = Openssl_EC_KEY_get0_group(ecKey); in SetEcPubKeyFromPriKey()
1061 res = GetPubKeyXOrY(Openssl_EC_KEY_get0_group(((HcfOpensslEccPubKey *)self)->ecKey), in GetPkSkBigInteger()
1082 group = Openssl_EC_KEY_get0_group(((HcfOpensslEccPriKey *)self)->ecKey); in GetEcKeySpecBigInteger()
1084 group = Openssl_EC_KEY_get0_group(((HcfOpensslEccPubKey *)self)->ecKey); in GetEcKeySpecBigInteger()
1154 group = Openssl_EC_KEY_get0_group(((HcfOpensslEccPriKey *)self)->ecKey); in GetEcKeySpecInt()
1156 group = Openssl_EC_KEY_get0_group(((HcfOpensslEccPubKey *)self)->ecKey); in GetEcKeySpecInt()
1543 int32_t curveId = Openssl_EC_GROUP_get_curve_name(Openssl_EC_KEY_get0_group(ecKey)); in EngineGenerateKeyPairBySpec()
1576 int32_t curveId = Openssl_EC_GROUP_get_curve_name(Openssl_EC_KEY_get0_group(ecKey)); in EngineGeneratePubKeyBySpec()
1609 int32_t curveId = Openssl_EC_GROUP_get_curve_name(Openssl_EC_KEY_get0_group(ecKey)); in EngineGeneratePriKeyBySpec()
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
Dopenssl_adapter.h59 const EC_GROUP *Openssl_EC_KEY_get0_group(const EC_KEY *key);
/base/security/crypto_framework/plugin/openssl_plugin/common/src/
Dopenssl_adapter.c146 const EC_GROUP *Openssl_EC_KEY_get0_group(const EC_KEY *key) in Openssl_EC_KEY_get0_group() function
/base/security/crypto_framework/test/unittest/src/
Dopenssl_adapter_mock.c256 const EC_GROUP *Openssl_EC_KEY_get0_group(const EC_KEY *key) in Openssl_EC_KEY_get0_group() function