Searched refs:BN_GENCB_set (Results 1 – 11 of 11) sorted by relevance
/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, 32 void BN_GENCB_set(BN_GENCB *gencb, 171 call to BN_GENCB_set(), where B<gencb> is a B<BN_GENCB *>, B<callback> is of 182 (set via a call to BN_GENCB_set or BN_GENCB_set_old) using BN_GENCB_get_arg.
|
/openssl-master/test/ |
A D | dsatest.c | 84 BN_GENCB_set(cb, dsa_cb, NULL); in dsa_test()
|
A D | dhtest.c | 134 BN_GENCB_set(_cb, &cb, NULL); in dh_test()
|
/openssl-master/crypto/evp/ |
A D | pmeth_gn.c | 303 BN_GENCB_set(cb, trans_cb, ctx); in evp_pkey_set_cb_translate()
|
/openssl-master/providers/implementations/keymgmt/ |
A D | dsa_kmgmt.c | 539 BN_GENCB_set(gencb, dsa_gencb, genctx); in dsa_gen()
|
A D | rsa_kmgmt.c | 576 BN_GENCB_set(gencb, rsa_gencb, genctx); in rsa_gen()
|
A D | dh_kmgmt.c | 716 BN_GENCB_set(gencb, dh_gencb, genctx); in dh_gen()
|
/openssl-master/include/openssl/ |
A D | bn.h | 107 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *),
|
/openssl-master/crypto/bn/ |
A D | bn_lib.c | 1004 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), in BN_GENCB_set() function
|
/openssl-master/util/ |
A D | libcrypto.num | 68 BN_GENCB_set 70 3_0_0 EXIST::FUNCTION:
|
/openssl-master/ |
A D | CHANGES.md | 10714 BN_GENCB_set(&my_cb, my_callback, my_arg);
|
Completed in 44 milliseconds