Home
last modified time | relevance | path

Searched refs:OpensslEcKeyCheckKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Dsm2_asy_key_generator_openssl.c155 if (OpensslEcKeyCheckKey(ecKey) <= 0) { in NewSm2KeyPairWithCommSpec()
183 if (OpensslEcKeyCheckKey(ecKey) <= 0) { in NewSm2PubKeyWithPubSpec()
211 if (OpensslEcKeyCheckKey(ecKey) <= 0) { in NewSm2PriKeyWithPriSpec()
244 if (OpensslEcKeyCheckKey(ecKey) <= 0) { in NewSm2KeyWithKeyPairSpec()
H A Decc_asy_key_generator_openssl.c699 if (OpensslEcKeyCheckKey(ecKey) <= 0) { in NewEcKeyPairWithCommSpec()
727 if (OpensslEcKeyCheckKey(ecKey) <= 0) { in NewEcPubKeyWithPubSpec()
755 if (OpensslEcKeyCheckKey(ecKey) <= 0) { in NewEcPriKeyWithPriSpec()
788 if (OpensslEcKeyCheckKey(ecKey) <= 0) { in NewEcKeyWithKeyPairSpec()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Decc_openssl_common.c36 if (OpensslEcKeyCheckKey(ecKey) <= 0) { in NewEcKeyPair()
H A Dopenssl_adapter.c140 int OpensslEcKeyCheckKey(const EC_KEY *key) in OpensslEcKeyCheckKey() function
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_adapter.h67 int OpensslEcKeyCheckKey(const EC_KEY *key);
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c241 int OpensslEcKeyCheckKey(const EC_KEY *key) in OpensslEcKeyCheckKey() function