Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ cryptodev_init
Function
cryptodev_init
dpdk/examples/ip_pipeline/cryptodev.c:17–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
static struct cryptodev_list cryptodev_list;
16
17
int
18
cryptodev_init(void)
19
{
20
TAILQ_INIT(&cryptodev_list);
21
22
return 0;
23
}
24
25
struct cryptodev *
26
cryptodev_find(const char *name)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected