Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_common.h45 HcfResult GetNidByCurveNameValue(int32_t curveNameValue, int32_t *nid);
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_openssl_common_test.cpp45 HcfResult ret = GetNidByCurveNameValue(0, nullptr);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_common.c152 HcfResult GetNidByCurveNameValue(int32_t curveNameValue, int32_t *nid) in GetNidByCurveNameValue() function
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_common_param_spec_generator_openssl.c287 if (GetNidByCurveNameValue(curveNameValue, &nid) != HCF_SUCCESS) { in InitEccPoint()