/third_party/openssl/doc/man3/ |
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 …]
|
/third_party/node/deps/openssl/openssl/include/internal/ |
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);
|
/third_party/openssl/include/internal/ |
D | ffc.h | 154 int *res, BN_GENCB *cb); 157 int *res, BN_GENCB *cb); 162 BN_GENCB *cb); 166 BN_GENCB *cb); 176 int type, int *res, BN_GENCB *cb); 179 int type, int *res, BN_GENCB *cb);
|
/third_party/openssl/include/openssl/ |
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 …]
|
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));
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
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 …]
|
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));
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
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()
|
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()
|
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()
|
/third_party/openssl/crypto/bn/ |
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()
|
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()
|
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()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | bn.h | 91 int BN_GENCB_call(BN_GENCB *cb, int a, int b); 93 BN_GENCB *BN_GENCB_new(void); 94 void BN_GENCB_free(BN_GENCB *cb); 97 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *), 101 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), 104 void *BN_GENCB_get_arg(BN_GENCB *cb); 344 const BIGNUM *rem, BN_GENCB *cb); 345 int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb); 347 int do_trial_division, BN_GENCB *cb); 354 BN_GENCB *cb); [all …]
|
D | rsa.h | 240 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb); 243 BIGNUM *e, BN_GENCB *cb); 248 const BIGNUM *Xq, const BIGNUM *e, BN_GENCB *cb); 250 BN_GENCB *cb); 253 int RSA_check_key_ex(const RSA *, BN_GENCB *cb); 498 (RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb); 501 BN_GENCB *cb)); 503 (RSA *rsa, int bits, int primes, BIGNUM *e, BN_GENCB *cb); 507 BN_GENCB *cb));
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
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()
|
/third_party/openssl/crypto/dh/ |
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()
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
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);
|
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()
|
/third_party/openssl/crypto/rsa/ |
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);
|
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()
|
/third_party/openssl/include/crypto/ |
D | bn.h | 97 BN_GENCB *cb, int enhanced, int *status); 106 BN_GENCB *cb); 111 BN_GENCB *cb);
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
D | bn.h | 97 BN_GENCB *cb, int enhanced, int *status); 106 BN_GENCB *cb); 111 BN_GENCB *cb);
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
D | dsa_gen.c | 27 BN_GENCB *cb) in ossl_dsa_generate_ffc_parameters() 50 BN_GENCB *cb) in DSA_generate_parameters_ex()
|
/third_party/openssl/crypto/dsa/ |
D | dsa_gen.c | 27 BN_GENCB *cb) in ossl_dsa_generate_ffc_parameters() 50 BN_GENCB *cb) in DSA_generate_parameters_ex()
|