Home
last modified time | relevance | path

Searched refs:HIFN_HAS_AES (Results 1 – 2 of 2) sorted by path

/freebsd/sys/dev/hifn/
H A Dhifn7751.c393 sc->sc_flags |= HIFN_IS_7956 | HIFN_HAS_AES; in hifn_attach()
2306 if ((sc->sc_flags & HIFN_HAS_AES) == 0) in hifn_cipher_supported()
H A Dhifn7751var.h167 #define HIFN_HAS_AES 0x4 /* includes AES support */ macro