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

Function _crypto_initreq

freebsd/opencrypto/crypto.c:1773–1777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1771}
1772
1773static void
1774_crypto_initreq(struct cryptop *crp, crypto_session_t cses)
1775{
1776 crp->crp_session = cses;
1777}
1778
1779void
1780crypto_initreq(struct cryptop *crp, crypto_session_t cses)

Callers 2

crypto_initreqFunction · 0.85
crypto_getreqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected