Searched refs:desparams (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | des.h | 46 struct desparams { struct 63 #define DESIOCBLOCK _IOWR('d', 6, struct desparams) 68 #define DESIOCQUICK _IOWR('d', 7, struct desparams)
|
/illumos-gate/usr/src/lib/libcrypt/inc/ |
H A D | des_soft.h | 38 extern int __des_crypt(char *, unsigned int, struct desparams *);
|
/illumos-gate/usr/src/uts/common/des/ |
H A D | des.h | 59 struct desparams { struct 76 #define DESIOCBLOCK _IOWR('d', 6, struct desparams) 81 #define DESIOCQUICK _IOWR('d', 7, struct desparams)
|
H A D | des_crypt.c | 71 unsigned int mode, struct desparams *desp); 73 extern int _des_crypt(char *buf, size_t len, struct desparams *desp); 307 struct desparams dp; 325 struct desparams dp; 339 struct desparams *desp)
|
H A D | des_soft.c | 70 _des_crypt(char *buf, size_t len, struct desparams *desp)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | des.h | 60 struct desparams { struct 77 #define DESIOCBLOCK _IOWR('d', 6, struct desparams) 82 #define DESIOCQUICK _IOWR('d', 7, struct desparams)
|
/illumos-gate/usr/src/lib/libnsl/des/ |
H A D | des_crypt.c | 54 extern int __des_crypt(char *, unsigned, struct desparams *); 56 static int common_crypt(char *, char *, unsigned, unsigned, struct desparams *); 95 struct desparams dp; 111 struct desparams dp; 124 struct desparams *desp)
|
H A D | des_soft.c | 161 __des_crypt(char *buf, unsigned len, struct desparams *desp)
|
/illumos-gate/usr/src/lib/libcrypt/common/ |
H A D | des.c | 91 static int common_crypt(char *, char *, unsigned, unsigned, struct desparams *); 100 struct desparams dp; 117 struct desparams dp; 130 unsigned mode, struct desparams *desp)
|
H A D | llib-lcrypt | 83 int __des_crypt(char *buf, unsigned len, struct desparams *desp);
|
H A D | des_soft.c | 125 __des_crypt(char *buf, unsigned int len, struct desparams *desp)
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 90 int __des_crypt(char *buf, unsigned len, struct desparams *desp); 95 int _des_crypt(char *buf, unsigned len, struct desparams *desp);
|
Completed in 51 milliseconds