Home
last modified time | relevance | path

Searched refs:callback_fn (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.c517 if (cctx->callback_fn != NULL) { in ccp_intr_handle_error()
523 cctx->callback_fn(qp, cctx->session, cctx->callback_arg, errno); in ccp_intr_handle_error()
524 cctx->callback_fn = NULL; in ccp_intr_handle_error()
568 if (cctx->callback_fn != NULL) { in ccp_intr_run_completions()
569 cctx->callback_fn(qp, cctx->session, in ccp_intr_run_completions()
571 cctx->callback_fn = NULL; in ccp_intr_run_completions()
1311 ctx.callback_fn = ccp_hmac_done; in ccp_hmac()
1676 ctx.callback_fn = ccp_blkcipher_done; in ccp_blkcipher()
1702 ctx.callback_fn = ccp_authenc_done; in ccp_authenc()
1976 ctx.callback_fn = ccp_gcm_done; in ccp_gcm()
H A Dccp.h130 void (*callback_fn)(struct ccp_queue *qp, struct ccp_session *s, member