Return the modular-exponentiation callback from a DH_METHOD (deprecated).
Declared in <openssl/dh.h>
[[deprecated]]
int(*
DH_meth_get_bn_mod_exp(DH_METHOD const* dhm))(DH const*, BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX*);
Deprecated. Use of this entity is allowed but discouraged.
Pointer to the bn_mod_exp callback used during DH operations, or NULL if unset.
| Name | Description |
|---|---|
| dhm | Method table to query. |