Home
last modified time | relevance | path

Searched refs:SAFE_DEVINFO_SHA1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/safe/
H A Dsafereg.h242 #define SAFE_DEVINFO_SHA1 0x00002000 /* SHA-1 support present */ macro
H A Dsafe.c397 if (sc->sc_devinfo & SAFE_DEVINFO_SHA1) { in safe_attach()
662 if ((sc->sc_devinfo & SAFE_DEVINFO_SHA1) == 0) in safe_auth_supported()