Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Dalg_25519_asy_key_generator_openssl.c274 if (!OpensslEvpPkeyGetRawPublicKey(pubKey, NULL, &len)) { in GetAlg25519PubKey()
283 if (!OpensslEvpPkeyGetRawPublicKey(pubKey, returnBigInteger->data, &len)) { in GetAlg25519PubKey()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_adapter.h127 int OpensslEvpPkeyGetRawPublicKey(const EVP_PKEY *pkey, unsigned char *pub, size_t *len);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c403 int OpensslEvpPkeyGetRawPublicKey(const EVP_PKEY *pkey, unsigned char *pub, size_t *len) in OpensslEvpPkeyGetRawPublicKey() function
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c671 int OpensslEvpPkeyGetRawPublicKey(const EVP_PKEY *pkey, unsigned char *pub, size_t *len) in OpensslEvpPkeyGetRawPublicKey() function