[#RSA_get0_dmp1] = RSA_get0_dmp1 :mrdocs: Return CRT exponent d mod (p‐1) without duplicating it (deprecated). == Synopsis Declared in `<openssl/rsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:BIGNUM.adoc[BIGNUM] const* RSA_get0_dmp1(xref:RSA.adoc[RSA] const* r); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Internal BIGNUM pointer for dmp1, or NULL if unset; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *r* | RSA key to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#