Searched defs:_unix_crypt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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));
188 ciphertext = _unix_crypt(plaintext, salt, ctbuffer);
895 * one of _unix_crypt(), encrypt() or setkey() is called.
1065 _unix_crypt(const char *pw, const char *salt, char *iobuf) function

Completed in 45 milliseconds