MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ccp_blkcipher

Function ccp_blkcipher

freebsd/crypto/ccp/ccp_hardware.c:1671–1681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1669}
1670
1671int __must_check
1672ccp_blkcipher(struct ccp_queue *qp, struct ccp_session *s, struct cryptop *crp)
1673{
1674 struct ccp_completion_ctx ctx;
1675
1676 ctx.callback_fn = ccp_blkcipher_done;
1677 ctx.session = s;
1678 ctx.callback_arg = crp;
1679
1680 return (ccp_do_blkcipher(qp, s, crp, &ctx));
1681}
1682
1683static void
1684ccp_authenc_done(struct ccp_queue *qp, struct ccp_session *s, void *vcrp,

Callers 1

ccp_processFunction · 0.85

Calls 1

ccp_do_blkcipherFunction · 0.85

Tested by

no test coverage detected