Searched refs:des_setkey (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/head/ |
H A D | crypt.h | 54 extern void des_setkey(const char *);
|
/titanic_41/usr/src/lib/libcrypt/common/ |
H A D | des_crypt.c | 32 #pragma weak _des_setkey = des_setkey 203 des_setkey(const char *key) in des_setkey() function
|
H A D | des_soft.c | 76 static void des_setkey(uchar_t [8], struct deskeydata *, unsigned); 135 des_setkey(desp->des_key, &softkey, dir); in __des_crypt() 174 des_setkey(uchar_t userkey[8], struct deskeydata *kd, unsigned int dir) in des_setkey() function
|
H A D | mapfile-vers | 63 des_setkey;
|
H A D | llib-lcrypt | 63 void des_setkey(const char *key);
|
/titanic_41/usr/src/uts/common/des/ |
H A D | des_soft.c | 57 static void des_setkey(u_char userkey[8], struct deskeydata *kd, 80 des_setkey(desp->des_key, &softkey, dir); in _des_crypt() 120 des_setkey(u_char userkey[8], struct deskeydata *kd, unsigned int dir) in des_setkey() function
|
/titanic_41/usr/src/lib/libast/common/uwin/ |
H A D | crypt.c | 652 static int des_setkey(register const char *key) { in des_setkey() function 809 return (des_setkey((char *)keyblock.b)); in setkey() 863 if (des_setkey((char *)keyblock.b)) /* also initializes "a64toi" */ in crypt() 881 if (des_setkey((char *)keyblock.b)) in crypt()
|
/titanic_41/usr/src/man/man3ext/ |
H A D | Makefile | 76 des_setkey.3ext \ 143 des_setkey.3ext := LINKSRC = crypt.3ext
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3ext.inc | 72 link path=usr/share/man/man3ext/des_setkey.3ext target=crypt.3ext
|
/titanic_41/ |
H A D | .gitignore | 6217 usr/src/man/man3ext/des_setkey.3ext
|