[#EVP_PKEY_asn1_set_set_priv_key] = EVP_PKEY_asn1_set_set_priv_key :mrdocs: Install a callback that sets raw private‐key octets on an EVP_PKEY. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void EVP_PKEY_asn1_set_set_priv_key( xref:EVP_PKEY_ASN1_METHOD.adoc[EVP_PKEY_ASN1_METHOD]* ameth, int(* set_priv_key)(xref:EVP_PKEY.adoc[EVP_PKEY]*, unsigned char const*, size_t)); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ameth* | ASN.1 method being customized. | *set_priv_key* | Callback that imports `len` bytes of raw private key material into `pk.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#