Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dcrypt.c119 static char *_unix_crypt(const char *pw, const char *salt, char *iobuf);
164 return (_unix_crypt(plaintext, salt, ctbuffer)); in crypt()
188 ciphertext = _unix_crypt(plaintext, salt, ctbuffer); in crypt()
1065 _unix_crypt(const char *pw, const char *salt, char *iobuf) in _unix_crypt() function