Return CRT coefficient qˆ‐1 mod p without duplicating it (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
BIGNUM const*
RSA_get0_iqmp(RSA const* r);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

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

Parameters

Name

Description

r

RSA key to query.

Created with MrDocs