MCPcopy 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

15static struct cryptodev_list cryptodev_list;
16
17int
18cryptodev_init(void)
19{
20 TAILQ_INIT(&cryptodev_list);
21
22 return 0;
23}
24
25struct cryptodev *
26cryptodev_find(const char *name)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected