Symbol: BN_GENCB
crypto/libressl/apps/openssl/dhparam.c
234
static int dh_cb(int p, int n, BN_GENCB *cb);
crypto/libressl/apps/openssl/dhparam.c
240
BN_GENCB *cb = NULL;
crypto/libressl/apps/openssl/dhparam.c
487
dh_cb(int p, int n, BN_GENCB *cb)
crypto/libressl/apps/openssl/dsaparam.c
159
static int dsa_cb(int p, int n, BN_GENCB *cb);
crypto/libressl/apps/openssl/dsaparam.c
167
BN_GENCB *cb = NULL;
crypto/libressl/apps/openssl/dsaparam.c
360
dsa_cb(int p, int n, BN_GENCB *cb)
crypto/libressl/apps/openssl/gendh.c
131
BN_GENCB *cb = NULL;
crypto/libressl/apps/openssl/gendh.c
205
dh_cb(int p, int n, BN_GENCB *cb)
crypto/libressl/apps/openssl/gendh.c
87
static int dh_cb(int p, int n, BN_GENCB *cb);
crypto/libressl/apps/openssl/genrsa.c
273
BN_GENCB *cb = NULL;
crypto/libressl/apps/openssl/genrsa.c
376
genrsa_cb(int p, int n, BN_GENCB *cb)
crypto/libressl/apps/openssl/genrsa.c
86
static int genrsa_cb(int p, int n, BN_GENCB *cb);
crypto/libressl/crypto/bn/bn_lcl.h
161
int (*cb_2)(int, int, BN_GENCB *);
crypto/libressl/crypto/bn/bn_lib.c
1139
BN_GENCB *
crypto/libressl/crypto/bn/bn_lib.c
1142
BN_GENCB *cb;
crypto/libressl/crypto/bn/bn_lib.c
1151
BN_GENCB_free(BN_GENCB *cb)
crypto/libressl/crypto/bn/bn_lib.c
1160
BN_GENCB_set_old(BN_GENCB *gencb, void (*cb)(int, int, void *), void *cb_arg)
crypto/libressl/crypto/bn/bn_lib.c
1169
BN_GENCB_set(BN_GENCB *gencb, int (*cb)(int, int, BN_GENCB *), void *cb_arg)
crypto/libressl/crypto/bn/bn_lib.c
1177
BN_GENCB_get_arg(BN_GENCB *cb)
crypto/libressl/crypto/bn/bn_prime.c
141
BN_GENCB_call(BN_GENCB *cb, int a, int b)
crypto/libressl/crypto/bn/bn_prime.c
165
const BIGNUM *rem, BN_GENCB *cb)
crypto/libressl/crypto/bn/bn_prime.c
257
BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, BN_GENCB *cb)
crypto/libressl/crypto/bn/bn_prime.c
264
int do_trial_division, BN_GENCB *cb)
crypto/libressl/crypto/dh/dh_gen.c
110
dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb)
crypto/libressl/crypto/dh/dh_gen.c
73
BN_GENCB *cb);
crypto/libressl/crypto/dh/dh_gen.c
76
DH_generate_parameters_ex(DH *ret, int prime_len, int generator, BN_GENCB *cb)
crypto/libressl/crypto/dh/dh_local.h
77
BN_GENCB *cb);
crypto/libressl/crypto/dh/dh_pmeth.c
194
BN_GENCB *pcb, cb;
crypto/libressl/crypto/dsa/dsa_depr.c
79
BN_GENCB cb;
crypto/libressl/crypto/dsa/dsa_gen.c
101
int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
crypto/libressl/crypto/dsa/dsa_gen.c
76
int seed_len, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
crypto/libressl/crypto/dsa/dsa_locl.h
116
int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
crypto/libressl/crypto/dsa/dsa_locl.h
83
int seed_len, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
crypto/libressl/crypto/dsa/dsa_pmeth.c
284
BN_GENCB *pcb, cb;
crypto/libressl/crypto/evp/evp_locl.h
268
void evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx);
crypto/libressl/crypto/evp/pmeth_gn.c
181
trans_cb(int a, int b, BN_GENCB *gcb)
crypto/libressl/crypto/evp/pmeth_gn.c
190
evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx)
crypto/libressl/crypto/rsa/rsa_depr.c
75
BN_GENCB cb;
crypto/libressl/crypto/rsa/rsa_gen.c
75
static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb);
crypto/libressl/crypto/rsa/rsa_gen.c
85
RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb)
crypto/libressl/crypto/rsa/rsa_gen.c
93
rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb)
crypto/libressl/crypto/rsa/rsa_locl.h
45
int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
crypto/libressl/crypto/rsa/rsa_meth.c
151
BIGNUM *e, BN_GENCB *cb))
crypto/libressl/crypto/rsa/rsa_meth.c
228
BN_GENCB *cb)
crypto/libressl/crypto/rsa/rsa_pmeth.c
748
BN_GENCB *pcb, cb;
crypto/libressl/include/openssl/bn.h
244
BN_GENCB *BN_GENCB_new(void);
crypto/libressl/include/openssl/bn.h
245
void BN_GENCB_free(BN_GENCB *cb);
crypto/libressl/include/openssl/bn.h
248
int BN_GENCB_call(BN_GENCB *cb, int a, int b);
crypto/libressl/include/openssl/bn.h
251
void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback)(int, int, void *),
crypto/libressl/include/openssl/bn.h
255
void BN_GENCB_set(BN_GENCB *gencb, int (*callback)(int, int, BN_GENCB *),
crypto/libressl/include/openssl/bn.h
258
void *BN_GENCB_get_arg(BN_GENCB *cb);
crypto/libressl/include/openssl/bn.h
491
const BIGNUM *rem, BN_GENCB *cb);
crypto/libressl/include/openssl/bn.h
492
int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb);
crypto/libressl/include/openssl/bn.h
494
int do_trial_division, BN_GENCB *cb);
crypto/libressl/include/openssl/bn.h
500
const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb);
crypto/libressl/include/openssl/bn.h
505
BN_GENCB *cb);
crypto/libressl/include/openssl/dh.h
172
int DH_generate_parameters_ex(DH *dh, int prime_len,int generator, BN_GENCB *cb);
crypto/libressl/include/openssl/dsa.h
179
int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
crypto/libressl/include/openssl/rsa.h
250
int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
crypto/libressl/include/openssl/rsa.h
441
BIGNUM *e, BN_GENCB *cb));
crypto/libressl/include/openssl/rsa.h
460
BN_GENCB *cb);