Return the CRT modular-exponentiation callback from an RSA_METHOD (deprecated).
Declared in <openssl/rsa.h>
[[deprecated]]
int(*
RSA_meth_get_mod_exp(RSA_METHOD const* meth))(BIGNUM*, BIGNUM const*, RSA*, BN_CTX*);
Deprecated. Use of this entity is allowed but discouraged.
Pointer to the mod_exp callback, or NULL if unset.
| Name | Description |
|---|---|
| meth | Method table to query. |