[#OSSL_STORE_INFO_new_PKEY] = OSSL_STORE_INFO_new_PKEY :mrdocs: Create an OSSL_STORE_INFO holding a key (takes ownership of `pkey).` == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_STORE_INFO.adoc[OSSL_STORE_INFO]* OSSL_STORE_INFO_new_PKEY(xref:EVP_PKEY.adoc[EVP_PKEY]* pkey); ---- == Return Value New OSSL_STORE_INFO, or NULL on error; free with OSSL_STORE_INFO_free(). == Parameters [cols="1,4"] |=== | Name| Description | *pkey* | EVP_PKEY (typically a private key); ownership transfers on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#