Searched refs:__des_crypt (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/libcrypt/common/ |
H A D | des.c | 53 #define __des_crypt(a, b, c) 0 macro 171 if (!__des_crypt(buf, len, desp)) { in common_crypt()
|
H A D | mapfile-vers | 57 __des_crypt;
|
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) in __des_crypt() function
|
/titanic_44/usr/src/lib/libcrypt/inc/ |
H A D | des_soft.h | 38 extern int __des_crypt(char *, unsigned int, struct desparams *);
|
/titanic_44/usr/src/lib/libnsl/des/ |
H A D | des_crypt.c | 54 extern int __des_crypt(char *, unsigned, struct desparams *); 163 if (!__des_crypt(buf, len, desp)) in common_crypt()
|
H A D | des_soft.c | 161 __des_crypt(char *buf, unsigned len, struct desparams *desp) in __des_crypt() function
|
/titanic_44/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 559 __des_crypt;
|
H A D | llib-lnsl | 90 int __des_crypt(char *buf, unsigned len, struct desparams *desp);
|