[#OSSL_STORE_INFO_get1_PKEY] = OSSL_STORE_INFO_get1_PKEY :mrdocs: Return a new reference to the key EVP_PKEY from a store object. == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_PKEY.adoc[EVP_PKEY]* OSSL_STORE_INFO_get1_PKEY(xref:OSSL_STORE_INFO.adoc[OSSL_STORE_INFO] const* info); ---- == Return Value Up‐reffed EVP_PKEY, or NULL on error; free with EVP_PKEY_free(). == Parameters [cols="1,4"] |=== | Name| Description | *info* | Store object of type OSSL_STORE_INFO_PKEY. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#