Set the multi‐prime key‐generation callback on a custom RSA_METHOD (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
int
RSA_meth_set_multi_prime_keygen(
    RSA_METHOD* meth,
    int(* keygen)(RSA*, int, int, BIGNUM*, BN_GENCB*));
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success.

Parameters

Name

Description

meth

Method object to update.

keygen

Callback implementing multi‐prime RSA key generation, or NULL.

Created with MrDocs