Symbol: BN_GENCB
lib/libcrypto/bn/bn.h
177
BN_GENCB *BN_GENCB_new(void);
lib/libcrypto/bn/bn.h
178
void BN_GENCB_free(BN_GENCB *cb);
lib/libcrypto/bn/bn.h
181
int BN_GENCB_call(BN_GENCB *cb, int a, int b);
lib/libcrypto/bn/bn.h
184
void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback)(int, int, void *),
lib/libcrypto/bn/bn.h
188
void BN_GENCB_set(BN_GENCB *gencb, int (*callback)(int, int, BN_GENCB *),
lib/libcrypto/bn/bn.h
191
void *BN_GENCB_get_arg(BN_GENCB *cb);
lib/libcrypto/bn/bn.h
379
const BIGNUM *rem, BN_GENCB *cb);
lib/libcrypto/bn/bn.h
380
int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb);
lib/libcrypto/bn/bn.h
382
int do_trial_division, BN_GENCB *cb);
lib/libcrypto/bn/bn_lib.c
705
BN_GENCB *
lib/libcrypto/bn/bn_lib.c
708
BN_GENCB *cb;
lib/libcrypto/bn/bn_lib.c
718
BN_GENCB_free(BN_GENCB *cb)
lib/libcrypto/bn/bn_lib.c
728
BN_GENCB_set_old(BN_GENCB *gencb, void (*cb)(int, int, void *), void *cb_arg)
lib/libcrypto/bn/bn_lib.c
738
BN_GENCB_set(BN_GENCB *gencb, int (*cb)(int, int, BN_GENCB *), void *cb_arg)
lib/libcrypto/bn/bn_lib.c
747
BN_GENCB_get_arg(BN_GENCB *cb)
lib/libcrypto/bn/bn_local.h
165
int (*cb_2)(int, int, BN_GENCB *);
lib/libcrypto/bn/bn_prime.c
132
BN_GENCB_call(BN_GENCB *cb, int a, int b)
lib/libcrypto/bn/bn_prime.c
157
const BIGNUM *rem, BN_GENCB *cb)
lib/libcrypto/bn/bn_prime.c
237
BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, BN_GENCB *cb)
lib/libcrypto/bn/bn_prime.c
247
int do_trial_division, BN_GENCB *cb)
lib/libcrypto/dh/dh.h
167
int DH_generate_parameters_ex(DH *dh, int prime_len,int generator, BN_GENCB *cb);
lib/libcrypto/dh/dh_gen.c
107
dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb)
lib/libcrypto/dh/dh_gen.c
184
BN_GENCB cb;
lib/libcrypto/dh/dh_gen.c
69
BN_GENCB *cb);
lib/libcrypto/dh/dh_gen.c
72
DH_generate_parameters_ex(DH *ret, int prime_len, int generator, BN_GENCB *cb)
lib/libcrypto/dh/dh_local.h
77
BN_GENCB *cb);
lib/libcrypto/dh/dh_pmeth.c
180
BN_GENCB *pcb = NULL;
lib/libcrypto/dh/dh_pmeth.c
181
BN_GENCB cb = {0};
lib/libcrypto/dsa/dsa.h
165
int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
lib/libcrypto/dsa/dsa_gen.c
105
int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
lib/libcrypto/dsa/dsa_gen.c
84
int seed_len, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
lib/libcrypto/dsa/dsa_local.h
103
int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
lib/libcrypto/dsa/dsa_pmeth.c
280
BN_GENCB *pcb = NULL;
lib/libcrypto/dsa/dsa_pmeth.c
281
BN_GENCB cb = {0};
lib/libcrypto/evp/evp_local.h
323
void evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx);
lib/libcrypto/evp/pmeth_gn.c
181
trans_cb(int a, int b, BN_GENCB *gcb)
lib/libcrypto/evp/pmeth_gn.c
190
evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx)
lib/libcrypto/rsa/rsa.h
247
int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
lib/libcrypto/rsa/rsa.h
430
BIGNUM *e, BN_GENCB *cb));
lib/libcrypto/rsa/rsa.h
449
BN_GENCB *cb);
lib/libcrypto/rsa/rsa_gen.c
245
BN_GENCB cb;
lib/libcrypto/rsa/rsa_gen.c
69
static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb);
lib/libcrypto/rsa/rsa_gen.c
72
RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb)
lib/libcrypto/rsa/rsa_gen.c
81
rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb)
lib/libcrypto/rsa/rsa_local.h
98
int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
lib/libcrypto/rsa/rsa_meth.c
163
BIGNUM *e, BN_GENCB *cb))
lib/libcrypto/rsa/rsa_meth.c
251
BN_GENCB *cb)
lib/libcrypto/rsa/rsa_pmeth.c
787
BN_GENCB *pcb = NULL;
lib/libcrypto/rsa/rsa_pmeth.c
788
BN_GENCB cb = {0};
regress/lib/libcrypto/bn/bn_test.c
1423
genprime_cb(int p, int n, BN_GENCB *arg)
regress/lib/libcrypto/bn/bn_test.c
1443
BN_GENCB *cb = NULL;
regress/lib/libcrypto/bn/bn_test.c
1546
BN_GENCB *cb = NULL;
regress/lib/libcrypto/dh/dhtest.c
72
cb(int p, int n, BN_GENCB *arg)
regress/lib/libcrypto/dh/dhtest.c
92
BN_GENCB *_cb;
regress/lib/libcrypto/dsa/dsatest.c
117
BN_GENCB *cb;
regress/lib/libcrypto/dsa/dsatest.c
206
dsa_cb(int p, int n, BN_GENCB *arg)
regress/lib/libcrypto/dsa/dsatest.c
73
static int dsa_cb(int p, int n, BN_GENCB *arg);
usr.bin/openssl/dhparam.c
227
static int dh_cb(int p, int n, BN_GENCB *cb);
usr.bin/openssl/dhparam.c
233
BN_GENCB *cb = NULL;
usr.bin/openssl/dhparam.c
429
dh_cb(int p, int n, BN_GENCB *cb)
usr.bin/openssl/dsaparam.c
152
static int dsa_cb(int p, int n, BN_GENCB *cb);
usr.bin/openssl/dsaparam.c
160
BN_GENCB *cb = NULL;
usr.bin/openssl/dsaparam.c
297
dsa_cb(int p, int n, BN_GENCB *cb)
usr.bin/openssl/gendh.c
131
BN_GENCB *cb = NULL;
usr.bin/openssl/gendh.c
203
dh_cb(int p, int n, BN_GENCB *cb)
usr.bin/openssl/gendh.c
87
static int dh_cb(int p, int n, BN_GENCB *cb);
usr.bin/openssl/genrsa.c
274
BN_GENCB *cb = NULL;
usr.bin/openssl/genrsa.c
375
genrsa_cb(int p, int n, BN_GENCB *cb)
usr.bin/openssl/genrsa.c
86
static int genrsa_cb(int p, int n, BN_GENCB *cb);