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

Function padlock_detach

freebsd/crypto/via/padlock.c:132–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132static int
133padlock_detach(device_t dev)
134{
135 struct padlock_softc *sc = device_get_softc(dev);
136
137 crypto_unregister_all(sc->sc_cid);
138 return (0);
139}
140
141static int
142padlock_probesession(device_t dev, 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