Return the key‐generation callback from a custom RSA_METHOD (deprecated).
Synopsis
Declared in <openssl/rsa.h>
[[deprecated]]
int(*
RSA_meth_get_keygen(RSA_METHOD const* meth))(RSA*, int, BIGNUM*, BN_GENCB*);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Keygen function pointer used by RSA_generate_key_ex(), or NULL.
Parameters
Name |
Description |
meth |
Method object to query. |
Created with MrDocs