Home
last modified time | relevance | path

Searched refs:__des_crypt (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/lib/libcrypt/common/
H A Ddes.c53 #define __des_crypt(a, b, c) 0 macro
171 if (!__des_crypt(buf, len, desp)) { in common_crypt()
H A Dmapfile-vers57 __des_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() function
/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/des/
H A Ddes_crypt.c54 extern int __des_crypt(char *, unsigned, struct desparams *);
163 if (!__des_crypt(buf, len, desp)) in common_crypt()
H A Ddes_soft.c161 __des_crypt(char *buf, unsigned len, struct desparams *desp) in __des_crypt() function
/titanic_44/usr/src/lib/libnsl/common/
H A Dmapfile-vers559 __des_crypt;
H A Dllib-lnsl90 int __des_crypt(char *buf, unsigned len, struct desparams *desp);