Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcryptmod.h88 #define CR_DIRECTION_OK(d) ((d) & (CRYPT_ENCRYPT | CRYPT_DECRYPT)) macro
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c3346 if (!CR_DIRECTION_OK(*stopdir)) { in cryptmodwput()