Home
last modified time | relevance | path

Searched refs:OpensslEvpPkeySet1EcKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_adapter.h130 int OpensslEvpPkeySet1EcKey(EVP_PKEY *pkey, EC_KEY *key);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c418 int OpensslEvpPkeySet1EcKey(EVP_PKEY *pkey, EC_KEY *key) in OpensslEvpPkeySet1EcKey() function
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_asy_key_generator_openssl.c1330 if (OpensslEvpPkeySet1EcKey(pkey, impl->ecKey) != HCF_OPENSSL_SUCCESS) { in GetECPriKeyEncodedDer()