RSA_get0_dmq1

Return CRT exponent d mod (q-1) without duplicating it (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
BIGNUM const*
RSA_get0_dmq1(RSA const* r);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Internal BIGNUM pointer for dmq1, or NULL if unset; do not free.

Parameters

NameDescription
rRSA key to query.