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

Function ossl_detach

freebsd/crypto/openssl/ossl.c:106–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106static int
107ossl_detach(device_t dev)
108{
109 struct ossl_softc *sc;
110
111 sc = device_get_softc(dev);
112
113 crypto_unregister_all(sc->sc_cid);
114
115 return (0);
116}
117
118static struct auth_hash *
119ossl_lookup_hash(const struct crypto_session_params *csp)

Callers

nothing calls this directly

Calls 2

device_get_softcFunction · 0.85
crypto_unregister_allFunction · 0.85

Tested by

no test coverage detected