/freebsd/crypto/openssl/doc/man3/ |
H A D | BN_generate_prime.pod | 15 const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb, 19 const BIGNUM *rem, BN_GENCB *cb); 21 int BN_check_prime(const BIGNUM *p, BN_CTX *ctx, BN_GENCB *cb); 23 int BN_GENCB_call(BN_GENCB *cb, int a, int b); 25 BN_GENCB *BN_GENCB_new(void); 27 void BN_GENCB_free(BN_GENCB *cb); 29 void BN_GENCB_set_old(BN_GENCB *gencb, 32 void BN_GENCB_set(BN_GENCB *gencb, 33 int (*callback)(int, int, BN_GENCB *), void *cb_arg); 35 void *BN_GENCB_get_arg(BN_GENCB *cb); [all …]
|
/freebsd/crypto/openssl/include/internal/ |
H A D | ffc.h | 159 int *res, BN_GENCB *cb); 162 int *res, BN_GENCB *cb); 167 BN_GENCB *cb); 171 BN_GENCB *cb); 181 int type, int *res, BN_GENCB *cb); 184 int type, int *res, BN_GENCB *cb);
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 97 int BN_GENCB_call(BN_GENCB *cb, int a, int b); 99 BN_GENCB *BN_GENCB_new(void); 100 void BN_GENCB_free(BN_GENCB *cb); 103 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *), 107 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), 110 void *BN_GENCB_get_arg(BN_GENCB *cb); 373 int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb); 376 int do_trial_division, BN_GENCB *cb); 380 const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb, 383 const BIGNUM *rem, BN_GENCB *cb); [all …]
|
H A D | rsa.h | 261 BN_GENCB *cb); 265 BN_GENCB *cb); 273 const BIGNUM *e, BN_GENCB *cb); 276 BN_GENCB *cb); 279 OSSL_DEPRECATEDIN_3_0 int RSA_check_key_ex(const RSA *, BN_GENCB *cb); 583 BIGNUM *e, BN_GENCB *cb); 587 BN_GENCB *cb)); 593 BN_GENCB *cb); 598 BN_GENCB *cb));
|
H A D | dsa.h | 172 BN_GENCB *cb); 262 BN_GENCB *); 265 unsigned long *, BN_GENCB *));
|
H A D | dh.h | 218 BN_GENCB *cb); 314 BN_GENCB *); 318 BN_GENCB *));
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_prime.c | 28 int do_trial_division, BN_GENCB *cb); 101 int BN_GENCB_call(BN_GENCB *cb, int a, int b) in BN_GENCB_call() 124 const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb, in BN_generate_prime_ex2() 214 const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb) in BN_generate_prime_ex() 231 BN_GENCB *cb) in BN_is_prime_ex() 237 int do_trial_division, BN_GENCB *cb) in BN_is_prime_fasttest_ex() 245 int do_trial_division, BN_GENCB *cb) in ossl_bn_check_prime() 255 int BN_check_prime(const BIGNUM *p, BN_CTX *ctx, BN_GENCB *cb) in BN_check_prime() 267 int do_trial_division, BN_GENCB *cb) in bn_is_prime_int() 339 BN_GENCB *cb, int enhanced, int *status) in ossl_bn_miller_rabin_is_prime()
|
H A D | bn_depr.c | 26 BN_GENCB cb; in BN_generate_prime() 50 BN_GENCB cb; in BN_is_prime() 60 BN_GENCB cb; in BN_is_prime_fasttest()
|
H A D | bn_x931p.c | 24 BN_GENCB *cb) in bn_x931_derive_pi() 56 BN_GENCB *cb) in BN_X931_derive_prime_ex() 222 const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb) in BN_X931_generate_prime_ex()
|
H A D | bn_lib.c | 1006 BN_GENCB *BN_GENCB_new(void) in BN_GENCB_set() 1008 BN_GENCB *ret; in BN_GENCB_set() 1018 void BN_GENCB_free(BN_GENCB *cb) 1035 /* Populate a BN_GENCB structure with an "old"-style callback */ in bn_correct_top_consttime() 1036 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *), in bn_correct_top_consttime() 1039 BN_GENCB *tmp_gencb = gencb; in bn_correct_top_consttime() 1045 /* Populate a BN_GENCB structure with a "new"-style callback */ 1046 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), in bn_correct_top() 1049 BN_GENCB *tmp_genc in bn_correct_top() 1005 BN_GENCB_set(BN_GENCB * gencb,int (* callback)(int,int,BN_GENCB *),void * cb_arg) BN_GENCB_set() argument [all...] |
H A D | bn_rsa_fips186_4.c | 105 BN_GENCB *cb) in bn_rsa_fips186_4_find_aux_prob_prime() 159 BN_GENCB *cb) in ossl_bn_rsa_fips186_4_gen_prob_primes() 247 BN_GENCB *cb) in ossl_bn_rsa_fips186_4_derive_prime()
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_gen.c | 35 BN_GENCB *cb); 39 BN_GENCB *cb) in ossl_dh_generate_ffc_parameters() 115 BN_GENCB *cb) in DH_generate_parameters_ex() 156 BN_GENCB *cb) in dh_builtin_genparams()
|
H A D | dh_meth.c | 169 (DH *, int, int, BN_GENCB *) in DH_meth_get_generate_params() 175 int (*generate_params) (DH *, int, int, BN_GENCB *)) in DH_meth_set_generate_params() argument
|
H A D | dh_depr.c | 28 BN_GENCB *cb; in DH_generate_parameters()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_local.h | 145 int (*rsa_keygen) (RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb); 147 BIGNUM *e, BN_GENCB *cb); 184 BN_GENCB *cb); 190 BN_GENCB *cb);
|
H A D | rsa_meth.c | 267 (RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb) in RSA_meth_get_keygen() 274 BN_GENCB *cb)) in RSA_meth_set_keygen() 281 (RSA *rsa, int bits, int primes, BIGNUM *e, BN_GENCB *cb) in RSA_meth_get_multi_prime_keygen() 289 BN_GENCB *cb)) in RSA_meth_set_multi_prime_keygen()
|
H A D | rsa_gen.c | 32 BIGNUM *e_value, BN_GENCB *cb, int pairwise_test); 41 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) in RSA_generate_key_ex() 51 BIGNUM *e_value, BN_GENCB *cb) in RSA_generate_multi_prime_key() 76 BIGNUM *e_value, BN_GENCB *cb) in rsa_multiprime_keygen() 425 BIGNUM *e_value, BN_GENCB *cb, int pairwise_test) in rsa_keygen()
|
H A D | rsa_x931g.c | 28 const BIGNUM *Xq, const BIGNUM *e, BN_GENCB *cb) in RSA_X931_derive_ex() 152 BN_GENCB *cb) in RSA_X931_generate_key_ex()
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | bn.h | 108 BN_GENCB *cb, int enhanced, int *status); 117 BN_GENCB *cb); 122 BN_GENCB *cb);
|
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_gen.c | 27 BN_GENCB *cb) in ossl_dsa_generate_ffc_parameters() 50 BN_GENCB *cb) in DSA_generate_parameters_ex()
|
H A D | dsa_meth.c | 201 BN_GENCB *) in DSA_meth_get_paramgen() 208 unsigned long *, BN_GENCB *)) in DSA_meth_set_paramgen() argument
|
/freebsd/contrib/ntp/libntp/ |
H A D | libssl_compat.c | 57 BN_GENCB* 60 return calloc(1,sizeof(BN_GENCB)); in sslshimBN_GENCB_new() 65 BN_GENCB *cb in sslshimBN_GENCB_free()
|
/freebsd/contrib/ntp/include/ |
H A D | libssl_compat.h | 48 extern BN_GENCB* sslshimBN_GENCB_new(void); 49 extern void sslshimBN_GENCB_free(BN_GENCB*);
|
/freebsd/crypto/openssl/crypto/ffc/ |
H A D | ffc_params_generate.c | 193 BIGNUM *p, int L, BN_GENCB *cb, int *counter, in generate_p() 316 BN_GENCB *cb) in generate_q_fips186_4() 389 int *res, BN_GENCB *cb) in generate_q_fips186_2() 516 BN_GENCB *cb) in ossl_ffc_params_FIPS186_4_gen_verify() 809 BN_GENCB *cb) in ossl_ffc_params_FIPS186_2_gen_verify() 1038 int *res, BN_GENCB *cb) in ossl_ffc_params_FIPS186_4_generate() 1048 int *res, BN_GENCB *cb) in ossl_ffc_params_FIPS186_2_generate()
|
H A D | ffc_params_validate.c | 54 int *res, BN_GENCB *cb) in ossl_ffc_params_FIPS186_4_validate() 72 int *res, BN_GENCB *cb) in ossl_ffc_params_FIPS186_2_validate()
|