Searched refs:DESIOCQUICK (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | des.h | 68 #define DESIOCQUICK _IOWR('d', 7, struct desparams) macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | des.h | 82 #define DESIOCQUICK _IOWR('d', 7, struct desparams) macro
|
/titanic_44/usr/src/uts/common/des/ |
H A D | des.h | 81 #define DESIOCQUICK _IOWR('d', 7, struct desparams) macro
|
H A D | des_crypt.c | 366 res = ioctl(g_desfd, DESIOCQUICK, (char *)desp); in common_crypt()
|
/titanic_44/usr/src/lib/libcrypt/common/ |
H A D | des.c | 158 res = ioctl(g_desfd, (int)DESIOCQUICK, (char *)desp); in common_crypt()
|
/titanic_44/usr/src/lib/libnsl/des/ |
H A D | des_crypt.c | 150 res = ioctl(g_desfd, DESIOCQUICK, (char *)desp); in common_crypt()
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | ioctl.c | 459 case DESIOCQUICK: in _bc_ioctl()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | codes.c | 887 { (uint_t)DESIOCQUICK, "DESIOCQUICK", "desparams" },
|