/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | rsa_kmgmt.c | 581 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 D | dsa_kmgmt.c | 557 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 D | dh_kmgmt.c | 695 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()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BN_generate_prime.pod | 29 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
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | http-internal.h | 166 void (*gencb)(struct evhttp_request *req, void *); member
|
H A D | http.c | 3500 if (http->gencb) { in evhttp_handle_request() 3501 (*http->gencb)(req, http->gencbarg); in evhttp_handle_request() 3966 http->gencb = cb; in evhttp_set_gencb()
|
/freebsd/contrib/libevent/ |
H A D | http-internal.h | 166 void (*gencb)(struct evhttp_request *req, void *); member
|
H A D | http.c | 3500 if (http->gencb) { in evhttp_handle_request() 3501 (*http->gencb)(req, http->gencbarg); in evhttp_handle_request() 3966 http->gencb = cb; in evhttp_set_gencb()
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_lib.c | 1036 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *), in bn_correct_top_consttime() 1039 BN_GENCB *tmp_gencb = gencb; in bn_correct_top_consttime() 1046 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), in bn_correct_top() 1049 BN_GENCB *tmp_gencb = gencb; in bn_correct_top() 995 BN_GENCB_set_old(BN_GENCB * gencb,void (* callback)(int,int,void *),void * cb_arg) BN_GENCB_set_old() argument 1005 BN_GENCB_set(BN_GENCB * gencb,int (* callback)(int,int,BN_GENCB *),void * cb_arg) BN_GENCB_set() argument
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 103 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 *),
|