Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dcryptmod.h148 #define CR_OPTIONS_OK(opt) ((opt) == CRYPTOPT_NONE || \ macro
/titanic_41/usr/src/uts/common/io/
H A Dcryptmod.c2654 if (!CR_OPTIONS_OK(ci->option_mask)) { in setup_crypto()