Searched refs:_unix_crypt (Results 1 – 1 of 1) sorted by relevance
119 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