Searched refs:BN_GENCB_set_old (Results 1 – 8 of 8) sorted by relevance
/openssl-master/crypto/bn/ |
A D | bn_depr.c | 29 BN_GENCB_set_old(&cb, callback, cb_arg); in BN_generate_prime() 51 BN_GENCB_set_old(&cb, callback, cb_arg); in BN_is_prime() 61 BN_GENCB_set_old(&cb, callback, cb_arg); in BN_is_prime_fasttest()
|
A D | bn_lib.c | 994 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *), in BN_GENCB_set_old() function
|
/openssl-master/crypto/dh/ |
A D | dh_depr.c | 39 BN_GENCB_set_old(cb, callback, cb_arg); in DH_generate_parameters()
|
/openssl-master/crypto/dsa/ |
A D | dsa_depr.c | 46 BN_GENCB_set_old(cb, callback, cb_arg); in DSA_generate_parameters()
|
/openssl-master/crypto/rsa/ |
A D | rsa_depr.c | 50 BN_GENCB_set_old(cb, callback, cb_arg); in RSA_generate_key()
|
/openssl-master/doc/man3/ |
A D | BN_generate_prime.pod | 7 BN_GENCB_set_old, BN_GENCB_set, BN_GENCB_get_arg, BN_generate_prime, 29 void BN_GENCB_set_old(BN_GENCB *gencb, 174 to BN_GENCB_set_old() and B<callback> is of type 182 (set via a call to BN_GENCB_set or BN_GENCB_set_old) using BN_GENCB_get_arg.
|
/openssl-master/include/openssl/ |
A D | bn.h | 103 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *),
|
/openssl-master/util/ |
A D | libcrypto.num | 1341 BN_GENCB_set_old 1373 3_0_0 EXIST::FUNCTION:
|
Completed in 19 milliseconds