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

Function ccp_hmac

freebsd/crypto/ccp/ccp_hardware.c:1306–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1304}
1305
1306int __must_check
1307ccp_hmac(struct ccp_queue *qp, struct ccp_session *s, struct cryptop *crp)
1308{
1309 struct ccp_completion_ctx ctx;
1310
1311 ctx.callback_fn = ccp_hmac_done;
1312 ctx.callback_arg = crp;
1313 ctx.session = s;
1314
1315 return (ccp_do_hmac(qp, s, crp, &ctx));
1316}
1317
1318static void
1319ccp_byteswap(char *data, size_t len)

Callers 1

ccp_processFunction · 0.85

Calls 1

ccp_do_hmacFunction · 0.85

Tested by

no test coverage detected