Home
last modified time | relevance | path

Searched refs:GetCofactor (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Decc_openssl_common.h33 HcfResult GetCofactor(const EC_GROUP *group, int *returnCofactor);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Decc_openssl_common.c400 HcfResult GetCofactor(const EC_GROUP *group, int *returnCofactor) in GetCofactor() function
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_common_param_spec_generator_openssl.c163 if (GetCofactor(ecGroup, &(returnCommonParamSpec->paramsSpec.h)) != HCF_SUCCESS) { in BuildCommonParam()
H A Dsm2_asy_key_generator_openssl.c690 ret = GetCofactor(group, returnInt); in GetSm2KeySpecInt()
H A Decc_asy_key_generator_openssl.c1517 res = GetCofactor(group, returnInt); in GetEcKeySpecInt()