[#EVP_PKEY_CTX_get0_dh_kdf_oid] = EVP_PKEY_CTX_get0_dh_kdf_oid :mrdocs: Return the X9.42 KDF OID currently configured on a DH key context. == Synopsis Declared in `<openssl/dh.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_PKEY_CTX_get0_dh_kdf_oid( xref:EVP_PKEY_CTX.adoc[EVP_PKEY_CTX]* ctx, xref:ASN1_OBJECT.adoc[ASN1_OBJECT]** oid); ---- == Return Value 1 on success, or a non‐positive value on failure. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Key context configured for a DH KDF operation. | *oid* | Receives an internal ASN1_OBJECT pointer (do not free). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#