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

Function swcr_detach

freebsd/opencrypto/cryptosoft.c:1473–1478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1471}
1472
1473static int
1474swcr_detach(device_t dev)
1475{
1476 crypto_unregister_all(swcr_id);
1477 return 0;
1478}
1479
1480static device_method_t swcr_methods[] = {
1481 DEVMETHOD(device_identify, swcr_identify),

Callers

nothing calls this directly

Calls 1

crypto_unregister_allFunction · 0.85

Tested by

no test coverage detected