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 D | alg_25519_asy_key_generator_openssl.c | 274 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 D | openssl_adapter.h | 127 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 D | openssl_adapter.c | 403 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 D | openssl_adapter_mock.c | 671 int OpensslEvpPkeyGetRawPublicKey(const EVP_PKEY *pkey, unsigned char *pub, size_t *len) in OpensslEvpPkeyGetRawPublicKey() function
|