Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ossl_probe
Function
ossl_probe
freebsd/crypto/openssl/ossl.c:79–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
static int
80
ossl_probe(device_t dev)
81
{
82
83
device_set_desc(dev,
"OpenSSL crypto"
);
84
return (BUS_PROBE_DEFAULT);
85
}
86
87
static int
88
ossl_attach(device_t dev)
Callers
nothing calls this directly
Calls
1
device_set_desc
Function · 0.85
Tested by
no test coverage detected