Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
static int
93
blake2_probe(device_t dev)
94
{
95
device_set_desc(dev,
"Blake2"
);
96
return (0);
97
}
98
99
static void
100
blake2_cleanctx(void)
Callers
nothing calls this directly
Calls
1
device_set_desc
Function · 0.85
Tested by
no test coverage detected