[#EVP_PKEY_asn1_set_security_bits] = EVP_PKEY_asn1_set_security_bits :mrdocs: Set the security‐bits callback on a custom EVP_PKEY_ASN1_METHOD. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void EVP_PKEY_asn1_set_security_bits( xref:EVP_PKEY_ASN1_METHOD.adoc[EVP_PKEY_ASN1_METHOD]* ameth, int(* pkey_security_bits)(xref:EVP_PKEY.adoc[EVP_PKEY] const*)); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ameth* | ASN.1 method being constructed. | *pkey_security_bits* | Callback returning an estimate of security strength in bits. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#