Return CRT exponent d mod (p‐1) without duplicating it (deprecated).
Synopsis
Declared in <openssl/rsa.h>
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Internal BIGNUM pointer for dmp1, or NULL if unset; do not free.
Parameters
Name |
Description |
r |
RSA key to query. |
Created with MrDocs