Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dbn.c432 BN_GENCB_set(BN_GENCB *gencb, int (*cb_2)(int, int, BN_GENCB *), void *ctx) in BN_GENCB_set() argument
434 gencb->ver = 2; in BN_GENCB_set()
435 gencb->cb.cb_2 = cb_2; in BN_GENCB_set()
436 gencb->arg = ctx; in BN_GENCB_set()
/minix/external/bsd/libevent/dist/
H A Dhttp-internal.h167 void (*gencb)(struct evhttp_request *req, void *); member
H A Dhttp.c3041 if (http->gencb) { in evhttp_handle_request()
3042 (*http->gencb)(req, http->gencbarg); in evhttp_handle_request()
3456 http->gencb = cb; in evhttp_set_gencb()
/minix/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn.h379 # define BN_GENCB_set_old(gencb, callback, cb_arg) { \ argument
380 BN_GENCB *tmp_gencb = (gencb); \
385 # define BN_GENCB_set(gencb, callback, cb_arg) { \ argument
386 BN_GENCB *tmp_gencb = (gencb); \