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

Function blake2_probe

freebsd/crypto/blake2/blake2_cryptodev.c:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static int
93blake2_probe(device_t dev)
94{
95 device_set_desc(dev, "Blake2");
96 return (0);
97}
98
99static void
100blake2_cleanctx(void)

Callers

nothing calls this directly

Calls 1

device_set_descFunction · 0.85

Tested by

no test coverage detected