Searched refs:crypt (Results 1 – 4 of 4) sorted by relevance
12 char* crypt(const char*, const char*);
137 char* crypt(const char*, const char*);
6 char* crypt(const char* key, const char* salt) { in crypt() function
652 - newly overhauled crypt implementation686 - blowfish crypt707 - crypt now never returns null (most programs don't check, then crash)724 - sha 256/512 password hash functions in crypt751 - md5 crypt hash function1693 - wrongly clamping (rather than failing) excessive rounds in crypt-sha*
Completed in 8 milliseconds