Home
last modified time | relevance | path

Searched refs:gencb (Results 1 – 6 of 6) sorted by relevance

/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c581 BN_GENCB *gencb = NULL; in rsa_gen() local
608 gencb = BN_GENCB_new(); in rsa_gen()
609 if (gencb != NULL) in rsa_gen()
610 BN_GENCB_set(gencb, rsa_gencb, genctx); in rsa_gen()
621 gctx->pub_exp, gencb)) in rsa_gen()
634 BN_GENCB_free(gencb); in rsa_gen()
H A Ddsa_kmgmt.c598 BN_GENCB *gencb = NULL; in dsa_gen() local
639 gencb = BN_GENCB_new(); in dsa_gen()
640 if (gencb != NULL) in dsa_gen()
641 BN_GENCB_set(gencb, dsa_gencb, genctx); in dsa_gen()
666 gencb) <= 0) in dsa_gen()
685 BN_GENCB_free(gencb); in dsa_gen()
H A Ddh_kmgmt.c701 BN_GENCB *gencb = NULL; in dh_gen() local
764 gencb = BN_GENCB_new(); in dh_gen()
765 if (gencb != NULL) in dh_gen()
766 BN_GENCB_set(gencb, dh_gencb, genctx); in dh_gen()
776 gctx->generator, gencb); in dh_gen()
780 gencb); in dh_gen()
805 BN_GENCB_free(gencb); in dh_gen()
/openssl/doc/man3/
H A DBN_generate_prime.pod29 void BN_GENCB_set_old(BN_GENCB *gencb,
32 void BN_GENCB_set(BN_GENCB *gencb,
174 call to BN_GENCB_set(), where B<gencb> is a B<BN_GENCB *>, B<callback> is of
181 the type of the callback and will invoke B<callback(a, b, gencb)> for new
/openssl/crypto/bn/
H A Dbn_lib.c1122 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *), in BN_GENCB_set_old() argument
1125 BN_GENCB *tmp_gencb = gencb; in BN_GENCB_set_old()
1132 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), in BN_GENCB_set() argument
1135 BN_GENCB *tmp_gencb = gencb; in BN_GENCB_set()
/openssl/include/openssl/
H A Dbn.h103 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 *),

Completed in 21 milliseconds