Searched refs:gencb (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_generate_prime.pod | 28 void BN_GENCB_set_old(BN_GENCB *gencb, 31 void BN_GENCB_set(BN_GENCB *gencb, 143 call to BN_GENCB_set(), where B<gencb> is a B<BN_GENCB *>, B<callback> is of 150 the type of the callback and will invoke B<callback(a, b, gencb)> for new
|
/third_party/openssl/crypto/bn/ |
D | bn_lib.c | 975 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *), in BN_GENCB_set_old() argument 978 BN_GENCB *tmp_gencb = gencb; in BN_GENCB_set_old() 985 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), in BN_GENCB_set() argument 988 BN_GENCB *tmp_gencb = gencb; in BN_GENCB_set()
|
/third_party/openssl/include/openssl/ |
D | bn.h | 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 *),
|