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

Function session2_op_to_op

freebsd/opencrypto/cryptodev.c:311–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311static void
312session2_op_to_op(const struct session2_op *from, struct session_op *to)
313{
314
315 memcpy(to, from, sizeof(*to));
316}
317
318struct csession {
319 TAILQ_ENTRY(csession) next;

Callers 1

crypto_ioctlFunction · 0.85

Calls 1

memcpyFunction · 0.50

Tested by

no test coverage detected