Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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.c557 BN_GENCB *gencb = NULL; in dsa_gen() local
573 gencb = BN_GENCB_new(); in dsa_gen()
574 if (gencb != NULL) in dsa_gen()
575 BN_GENCB_set(gencb, dsa_gencb, genctx); in dsa_gen()
601 gencb) <= 0) in dsa_gen()
620 BN_GENCB_free(gencb); in dsa_gen()
H A Ddh_kmgmt.c695 BN_GENCB *gencb = NULL; in dh_gen() local
747 gencb = BN_GENCB_new(); in dh_gen()
748 if (gencb != NULL) in dh_gen()
749 BN_GENCB_set(gencb, dh_gencb, genctx); in dh_gen()
759 gctx->generator, gencb); in dh_gen()
763 gencb); in dh_gen()
788 BN_GENCB_free(gencb); in dh_gen()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dbn.c427 BN_GENCB_set(BN_GENCB *gencb, int (*cb_2)(int, int, BN_GENCB *), void *ctx) in BN_GENCB_set() argument
429 gencb->ver = 2; in BN_GENCB_set()
430 gencb->cb.cb_2 = cb_2; in BN_GENCB_set()
431 gencb->arg = ctx; in BN_GENCB_set()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBN_generate_prime.pod28 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
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_lib.c975 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()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_lib.c1036 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *), in BN_GENCB_set_old() argument
1039 BN_GENCB *tmp_gencb = gencb; in BN_GENCB_set_old()
1046 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), in BN_GENCB_set() argument
1049 BN_GENCB *tmp_gencb = gencb; in BN_GENCB_set()
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp-internal.h167 void (*gencb)(struct evhttp_request *req, void *); member
H A Dhttp.c3504 if (http->gencb) { in evhttp_handle_request()
3505 (*http->gencb)(req, http->gencbarg); in evhttp_handle_request()
3970 http->gencb = cb; in evhttp_set_gencb()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbn.h97 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 *),
/netbsd-src/crypto/external/bsd/openssl/dist/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 *),