MCPcopy 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
79static int
80ossl_probe(device_t dev)
81{
82
83 device_set_desc(dev, "OpenSSL crypto");
84 return (BUS_PROBE_DEFAULT);
85}
86
87static int
88ossl_attach(device_t dev)

Callers

nothing calls this directly

Calls 1

device_set_descFunction · 0.85

Tested by

no test coverage detected