Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
311
static void
312
session2_op_to_op(const struct session2_op *from, struct session_op *to)
313
{
314
315
memcpy(to, from, sizeof(*to));
316
}
317
318
struct csession {
319
TAILQ_ENTRY(csession) next;
Callers
1
crypto_ioctl
Function · 0.85
Calls
1
memcpy
Function · 0.50
Tested by
no test coverage detected