Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dcryptmod.h74 #define CR_METHOD_OK(m) ((m) == CRYPT_METHOD_NONE || \ macro
/titanic_41/usr/src/uts/common/io/
H A Dcryptmod.c2649 if (!CR_METHOD_OK(ci->crypto_method)) { in setup_crypto()