Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.h53 #define VERSION_CAP_TRNG (1 << 13) macro
H A Dccp.c198 if ((sc->hw_features & VERSION_CAP_TRNG) != 0) in ccp_attach()
217 if (g_ccp_softc == sc && (sc->hw_features & VERSION_CAP_TRNG) != 0) in ccp_detach()