Home
last modified time | relevance | path

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

/freebsd/sys/crypto/ccp/
H A Dccp.c337 if ((sc->hw_features & VERSION_CAP_AES) == 0) in ccp_cipher_supported()
379 if ((sc->hw_features & VERSION_CAP_AES) == 0) in ccp_probesession()
H A Dccp_hardware.h44 #define VERSION_CAP_AES (1 << 6) macro