BN_GENCB
BN_GENCB *BN_GENCB_new(void);
void BN_GENCB_free(BN_GENCB *cb);
int BN_GENCB_call(BN_GENCB *cb, int a, int b);
void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback)(int, int, void *),
void BN_GENCB_set(BN_GENCB *gencb, int (*callback)(int, int, BN_GENCB *),
void *BN_GENCB_get_arg(BN_GENCB *cb);
const BIGNUM *rem, BN_GENCB *cb);
int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb);
int do_trial_division, BN_GENCB *cb);
BN_GENCB *
BN_GENCB *cb;
BN_GENCB_free(BN_GENCB *cb)
BN_GENCB_set_old(BN_GENCB *gencb, void (*cb)(int, int, void *), void *cb_arg)
BN_GENCB_set(BN_GENCB *gencb, int (*cb)(int, int, BN_GENCB *), void *cb_arg)
BN_GENCB_get_arg(BN_GENCB *cb)
int (*cb_2)(int, int, BN_GENCB *);
BN_GENCB_call(BN_GENCB *cb, int a, int b)
const BIGNUM *rem, BN_GENCB *cb)
BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, BN_GENCB *cb)
int do_trial_division, BN_GENCB *cb)
int DH_generate_parameters_ex(DH *dh, int prime_len,int generator, BN_GENCB *cb);
dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb)
BN_GENCB cb;
BN_GENCB *cb);
DH_generate_parameters_ex(DH *ret, int prime_len, int generator, BN_GENCB *cb)
BN_GENCB *cb);
BN_GENCB *pcb = NULL;
BN_GENCB cb = {0};
int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
int seed_len, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
BN_GENCB *pcb = NULL;
BN_GENCB cb = {0};
void evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx);
trans_cb(int a, int b, BN_GENCB *gcb)
evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx)
int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
BIGNUM *e, BN_GENCB *cb));
BN_GENCB *cb);
BN_GENCB cb;
static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb);
RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb)
rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb)
int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
BIGNUM *e, BN_GENCB *cb))
BN_GENCB *cb)
BN_GENCB *pcb = NULL;
BN_GENCB cb = {0};
genprime_cb(int p, int n, BN_GENCB *arg)
BN_GENCB *cb = NULL;
BN_GENCB *cb = NULL;
cb(int p, int n, BN_GENCB *arg)
BN_GENCB *_cb;
BN_GENCB *cb;
dsa_cb(int p, int n, BN_GENCB *arg)
static int dsa_cb(int p, int n, BN_GENCB *arg);
static int dh_cb(int p, int n, BN_GENCB *cb);
BN_GENCB *cb = NULL;
dh_cb(int p, int n, BN_GENCB *cb)
static int dsa_cb(int p, int n, BN_GENCB *cb);
BN_GENCB *cb = NULL;
dsa_cb(int p, int n, BN_GENCB *cb)
BN_GENCB *cb = NULL;
dh_cb(int p, int n, BN_GENCB *cb)
static int dh_cb(int p, int n, BN_GENCB *cb);
BN_GENCB *cb = NULL;
genrsa_cb(int p, int n, BN_GENCB *cb)
static int genrsa_cb(int p, int n, BN_GENCB *cb);