Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dcryptmod.h51 #define CRYPTIOC (('C' << 24) | ('R' << 16) | ('Y' << 8) | 0x00) macro
53 #define CRYPTIOCSETUP (CRYPTIOC | 0x01)
54 #define CRYPTIOCSTOP (CRYPTIOC | 0x02)
55 #define CRYPTIOCSTARTENC (CRYPTIOC | 0x03)
56 #define CRYPTIOCSTARTDEC (CRYPTIOC | 0x04)
58 #define CRYPTPASSTHRU (CRYPTIOC | 0x80)