Symbol: BN_GENCB
crypto/openssl/apps/genrsa.c
86
BN_GENCB *cb = BN_GENCB_new();
crypto/openssl/crypto/bn/bn_depr.c
26
BN_GENCB cb;
crypto/openssl/crypto/bn/bn_depr.c
50
BN_GENCB cb;
crypto/openssl/crypto/bn/bn_depr.c
60
BN_GENCB cb;
crypto/openssl/crypto/bn/bn_lib.c
1092
BN_GENCB *BN_GENCB_new(void)
crypto/openssl/crypto/bn/bn_lib.c
1094
BN_GENCB *ret;
crypto/openssl/crypto/bn/bn_lib.c
1102
void BN_GENCB_free(BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_lib.c
1120
void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback)(int, int, void *),
crypto/openssl/crypto/bn/bn_lib.c
1123
BN_GENCB *tmp_gencb = gencb;
crypto/openssl/crypto/bn/bn_lib.c
1130
void BN_GENCB_set(BN_GENCB *gencb, int (*callback)(int, int, BN_GENCB *),
crypto/openssl/crypto/bn/bn_lib.c
1133
BN_GENCB *tmp_gencb = gencb;
crypto/openssl/crypto/bn/bn_lib.c
1139
void *BN_GENCB_get_arg(BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_local.h
287
int (*cb_2)(int, int, BN_GENCB *);
crypto/openssl/crypto/bn/bn_local.h
691
int do_trial_division, BN_GENCB *cb);
crypto/openssl/crypto/bn/bn_prime.c
101
int BN_GENCB_call(BN_GENCB *cb, int a, int b)
crypto/openssl/crypto/bn/bn_prime.c
124
const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb,
crypto/openssl/crypto/bn/bn_prime.c
212
const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_prime.c
229
BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_prime.c
235
int do_trial_division, BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_prime.c
243
int do_trial_division, BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_prime.c
259
BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_prime.c
264
int BN_check_prime(const BIGNUM *p, BN_CTX *ctx, BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_prime.c
276
int do_trial_division, BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_prime.c
28
int do_trial_division, BN_GENCB *cb);
crypto/openssl/crypto/bn/bn_prime.c
348
BN_GENCB *cb, int enhanced, int *status)
crypto/openssl/crypto/bn/bn_rsa_fips186_4.c
135
BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_rsa_fips186_4.c
189
BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_rsa_fips186_4.c
277
BN_CTX *ctx, BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_x931p.c
222
const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_x931p.c
24
BN_GENCB *cb)
crypto/openssl/crypto/bn/bn_x931p.c
56
BN_GENCB *cb)
crypto/openssl/crypto/dh/dh_depr.c
28
BN_GENCB *cb;
crypto/openssl/crypto/dh/dh_gen.c
116
BN_GENCB *cb)
crypto/openssl/crypto/dh/dh_gen.c
157
BN_GENCB *cb)
crypto/openssl/crypto/dh/dh_gen.c
36
BN_GENCB *cb);
crypto/openssl/crypto/dh/dh_gen.c
40
BN_GENCB *cb)
crypto/openssl/crypto/dh/dh_local.h
59
BN_GENCB *cb);
crypto/openssl/crypto/dh/dh_meth.c
161
int (*DH_meth_get_generate_params(const DH_METHOD *dhm))(DH *, int, int, BN_GENCB *)
crypto/openssl/crypto/dh/dh_meth.c
167
int (*generate_params)(DH *, int, int, BN_GENCB *))
crypto/openssl/crypto/dh/dh_pmeth.c
273
BN_GENCB *pcb)
crypto/openssl/crypto/dh/dh_pmeth.c
323
BN_GENCB *pcb = NULL;
crypto/openssl/crypto/dsa/dsa_depr.c
37
BN_GENCB *cb;
crypto/openssl/crypto/dsa/dsa_gen.c
27
BN_GENCB *cb)
crypto/openssl/crypto/dsa/dsa_gen.c
50
BN_GENCB *cb)
crypto/openssl/crypto/dsa/dsa_local.h
67
BN_GENCB *cb);
crypto/openssl/crypto/dsa/dsa_meth.c
191
BN_GENCB *)
crypto/openssl/crypto/dsa/dsa_meth.c
198
unsigned long *, BN_GENCB *))
crypto/openssl/crypto/dsa/dsa_pmeth.c
211
BN_GENCB *pcb;
crypto/openssl/crypto/evp/pmeth_gn.c
289
static int trans_cb(int a, int b, BN_GENCB *gcb)
crypto/openssl/crypto/evp/pmeth_gn.c
297
void evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx)
crypto/openssl/crypto/ffc/ffc_params_generate.c
1045
int *res, BN_GENCB *cb)
crypto/openssl/crypto/ffc/ffc_params_generate.c
1055
int *res, BN_GENCB *cb)
crypto/openssl/crypto/ffc/ffc_params_generate.c
193
BIGNUM *p, int L, BN_GENCB *cb, int *counter,
crypto/openssl/crypto/ffc/ffc_params_generate.c
316
BN_GENCB *cb)
crypto/openssl/crypto/ffc/ffc_params_generate.c
392
int *res, BN_GENCB *cb)
crypto/openssl/crypto/ffc/ffc_params_generate.c
519
BN_GENCB *cb)
crypto/openssl/crypto/ffc/ffc_params_generate.c
812
BN_GENCB *cb)
crypto/openssl/crypto/ffc/ffc_params_validate.c
54
int *res, BN_GENCB *cb)
crypto/openssl/crypto/ffc/ffc_params_validate.c
72
int *res, BN_GENCB *cb)
crypto/openssl/crypto/rsa/rsa_chk.c
22
static int rsa_validate_keypair_multiprime(const RSA *key, BN_GENCB *cb)
crypto/openssl/crypto/rsa/rsa_chk.c
261
int RSA_check_key_ex(const RSA *key, BN_GENCB *cb)
crypto/openssl/crypto/rsa/rsa_depr.c
33
BN_GENCB *cb = BN_GENCB_new();
crypto/openssl/crypto/rsa/rsa_gen.c
266
BIGNUM *e_value, BN_GENCB *cb)
crypto/openssl/crypto/rsa/rsa_gen.c
32
BIGNUM *e_value, BN_GENCB *cb, int pairwise_test);
crypto/openssl/crypto/rsa/rsa_gen.c
41
int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb)
crypto/openssl/crypto/rsa/rsa_gen.c
51
BIGNUM *e_value, BN_GENCB *cb)
crypto/openssl/crypto/rsa/rsa_gen.c
612
BIGNUM *e_value, BN_GENCB *cb, int pairwise_test)
crypto/openssl/crypto/rsa/rsa_local.h
145
int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
crypto/openssl/crypto/rsa/rsa_local.h
147
BIGNUM *e, BN_GENCB *cb);
crypto/openssl/crypto/rsa/rsa_local.h
188
BN_GENCB *cb);
crypto/openssl/crypto/rsa/rsa_local.h
194
BN_GENCB *cb);
crypto/openssl/crypto/rsa/rsa_meth.c
254
int (*RSA_meth_get_keygen(const RSA_METHOD *meth))(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb)
crypto/openssl/crypto/rsa/rsa_meth.c
261
BN_GENCB *cb))
crypto/openssl/crypto/rsa/rsa_meth.c
267
int (*RSA_meth_get_multi_prime_keygen(const RSA_METHOD *meth))(RSA *rsa, int bits, int primes, BIGNUM *e, BN_GENCB *cb)
crypto/openssl/crypto/rsa/rsa_meth.c
275
BN_GENCB *cb))
crypto/openssl/crypto/rsa/rsa_pmeth.c
781
BN_GENCB *pcb;
crypto/openssl/crypto/rsa/rsa_sp800_56b_gen.c
366
BN_GENCB *cb)
crypto/openssl/crypto/rsa/rsa_sp800_56b_gen.c
57
BN_GENCB *cb)
crypto/openssl/crypto/rsa/rsa_x931g.c
151
BN_GENCB *cb)
crypto/openssl/crypto/rsa/rsa_x931g.c
28
const BIGNUM *Xq, const BIGNUM *e, BN_GENCB *cb)
crypto/openssl/include/crypto/bn.h
108
BN_GENCB *cb, int enhanced, int *status);
crypto/openssl/include/crypto/bn.h
110
BN_GENCB *cb);
crypto/openssl/include/crypto/bn.h
119
BN_GENCB *cb);
crypto/openssl/include/crypto/bn.h
124
BN_GENCB *cb);
crypto/openssl/include/crypto/dh.h
23
BN_GENCB *cb);
crypto/openssl/include/crypto/dsa.h
31
BN_GENCB *cb);
crypto/openssl/include/crypto/evp.h
196
void evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx);
crypto/openssl/include/internal/ffc.h
158
int *res, BN_GENCB *cb);
crypto/openssl/include/internal/ffc.h
161
int *res, BN_GENCB *cb);
crypto/openssl/include/internal/ffc.h
166
BN_GENCB *cb);
crypto/openssl/include/internal/ffc.h
170
BN_GENCB *cb);
crypto/openssl/include/internal/ffc.h
180
int type, int *res, BN_GENCB *cb);
crypto/openssl/include/internal/ffc.h
183
int type, int *res, BN_GENCB *cb);
crypto/openssl/include/openssl/bn.h
100
void BN_GENCB_free(BN_GENCB *cb);
crypto/openssl/include/openssl/bn.h
103
void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback)(int, int, void *),
crypto/openssl/include/openssl/bn.h
107
void BN_GENCB_set(BN_GENCB *gencb, int (*callback)(int, int, BN_GENCB *),
crypto/openssl/include/openssl/bn.h
110
void *BN_GENCB_get_arg(BN_GENCB *cb);
crypto/openssl/include/openssl/bn.h
379
int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb);
crypto/openssl/include/openssl/bn.h
382
int do_trial_division, BN_GENCB *cb);
crypto/openssl/include/openssl/bn.h
386
const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb,
crypto/openssl/include/openssl/bn.h
389
const BIGNUM *rem, BN_GENCB *cb);
crypto/openssl/include/openssl/bn.h
390
int BN_check_prime(const BIGNUM *p, BN_CTX *ctx, BN_GENCB *cb);
crypto/openssl/include/openssl/bn.h
400
BN_GENCB *cb);
crypto/openssl/include/openssl/bn.h
404
BN_CTX *ctx, BN_GENCB *cb);
crypto/openssl/include/openssl/bn.h
97
int BN_GENCB_call(BN_GENCB *cb, int a, int b);
crypto/openssl/include/openssl/bn.h
99
BN_GENCB *BN_GENCB_new(void);
crypto/openssl/include/openssl/dh.h
225
BN_GENCB *cb);
crypto/openssl/include/openssl/dh.h
316
BN_GENCB *);
crypto/openssl/include/openssl/dh.h
319
BN_GENCB *));
crypto/openssl/include/openssl/dsa.h
176
BN_GENCB *cb);
crypto/openssl/include/openssl/dsa.h
260
BN_GENCB *);
crypto/openssl/include/openssl/dsa.h
263
unsigned long *, BN_GENCB *));
crypto/openssl/include/openssl/rsa.h
271
BN_GENCB *cb);
crypto/openssl/include/openssl/rsa.h
275
BN_GENCB *cb);
crypto/openssl/include/openssl/rsa.h
283
const BIGNUM *e, BN_GENCB *cb);
crypto/openssl/include/openssl/rsa.h
286
BN_GENCB *cb);
crypto/openssl/include/openssl/rsa.h
289
OSSL_DEPRECATEDIN_3_0 int RSA_check_key_ex(const RSA *, BN_GENCB *cb);
crypto/openssl/include/openssl/rsa.h
593
BIGNUM *e, BN_GENCB *cb);
crypto/openssl/include/openssl/rsa.h
597
BN_GENCB *cb));
crypto/openssl/include/openssl/rsa.h
603
BN_GENCB *cb);
crypto/openssl/include/openssl/rsa.h
608
BN_GENCB *cb));
crypto/openssl/providers/implementations/keymgmt/dh_kmgmt.c
683
static int dh_gencb(int p, int n, BN_GENCB *cb)
crypto/openssl/providers/implementations/keymgmt/dh_kmgmt.c
699
BN_GENCB *gencb = NULL;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
581
static int dsa_gencb(int p, int n, BN_GENCB *cb)
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
596
BN_GENCB *gencb = NULL;
crypto/openssl/providers/implementations/keymgmt/rsa_kmgmt.c
434
static int rsa_gencb(int p, int n, BN_GENCB *cb)
crypto/openssl/providers/implementations/keymgmt/rsa_kmgmt.c
575
BN_GENCB *gencb = NULL;
crypto/openssl/test/dhtest.c
257
static int cb(int p, int n, BN_GENCB *arg)
crypto/openssl/test/dhtest.c
35
static int cb(int p, int n, BN_GENCB *arg);
crypto/openssl/test/dhtest.c
44
BN_GENCB *_cb = NULL;
crypto/openssl/test/dsatest.c
192
BN_GENCB *cb;
crypto/openssl/test/dsatest.c
270
static int dsa_cb(int p, int n, BN_GENCB *arg)
crypto/openssl/test/dsatest.c
33
static int dsa_cb(int p, int n, BN_GENCB *arg);
usr.bin/factor/factor.c
70
BN_check_prime(BIGNUM *p, BN_CTX *ctx, BN_GENCB *cb)