Searched defs:gencb (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | http-internal.h | 166 void (*gencb)(struct evhttp_request *req, void *); member
|
/freebsd/contrib/libevent/ |
H A D | http-internal.h | 166 void (*gencb)(struct evhttp_request *req, void *); member
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_lib.c | 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/providers/implementations/keymgmt/ |
H A D | rsa_kmgmt.c | 581 BN_GENCB *gencb = NULL; in rsa_gen() local
|
H A D | dsa_kmgmt.c | 557 BN_GENCB *gencb = NULL; in dsa_gen() local
|
H A D | dh_kmgmt.c | 695 BN_GENCB *gencb = NULL; in dh_gen() local
|