Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Ddes.h46 struct desparams { struct
63 #define DESIOCBLOCK _IOWR('d', 6, struct desparams) argument
68 #define DESIOCQUICK _IOWR('d', 7, struct desparams)
/titanic_44/usr/src/uts/common/sys/
H A Ddes.h60 struct desparams { struct
77 #define DESIOCBLOCK _IOWR('d', 6, struct desparams) argument
82 #define DESIOCQUICK _IOWR('d', 7, struct desparams)
/titanic_44/usr/src/uts/common/des/
H A Ddes.h59 struct desparams { struct
76 #define DESIOCBLOCK _IOWR('d', 6, struct desparams) argument
81 #define DESIOCQUICK _IOWR('d', 7, struct desparams)
H A Ddes_crypt.c71 unsigned int mode, struct desparams *desp);
73 extern int _des_crypt(char *buf, size_t len, struct desparams *desp);
307 struct desparams dp; in cbc_crypt()
325 struct desparams dp; in ecb_crypt()
339 struct desparams *desp) in common_crypt()
H A Ddes_soft.c70 _des_crypt(char *buf, size_t len, struct desparams *desp) in _des_crypt()
/titanic_44/usr/src/lib/libnsl/des/
H A Ddes_crypt.c54 extern int __des_crypt(char *, unsigned, struct desparams *);
56 static int common_crypt(char *, char *, unsigned, unsigned, struct desparams *);
95 struct desparams dp; in cbc_crypt()
111 struct desparams dp; in ecb_crypt()
124 struct desparams *desp) in common_crypt()
H A Ddes_soft.c161 __des_crypt(char *buf, unsigned len, struct desparams *desp) in __des_crypt()
/titanic_44/usr/src/lib/libcrypt/common/
H A Ddes.c91 static int common_crypt(char *, char *, unsigned, unsigned, struct desparams *);
100 struct desparams dp; in cbc_crypt()
117 struct desparams dp; in ecb_crypt()
130 unsigned mode, struct desparams *desp) in common_crypt()
H A Dllib-lcrypt83 int __des_crypt(char *buf, unsigned len, struct desparams *desp);
H A Ddes_soft.c125 __des_crypt(char *buf, unsigned int len, struct desparams *desp) in __des_crypt()
/titanic_44/usr/src/lib/libcrypt/inc/
H A Ddes_soft.h38 extern int __des_crypt(char *, unsigned int, struct desparams *);
/titanic_44/usr/src/lib/libnsl/common/
H A Dllib-lnsl90 int __des_crypt(char *buf, unsigned len, struct desparams *desp);
95 int _des_crypt(char *buf, unsigned len, struct desparams *desp);