Home
last modified time | relevance | path

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

/third_party/ulib/musl/include/
A Dcrypt.h12 char* crypt(const char*, const char*);
A Dunistd.h137 char* crypt(const char*, const char*);
/third_party/ulib/musl/src/crypt/
A Dcrypt.c6 char* crypt(const char* key, const char* salt) { in crypt() function
/third_party/ulib/musl/
A DWHATSNEW652 - newly overhauled crypt implementation
686 - blowfish crypt
707 - crypt now never returns null (most programs don't check, then crash)
724 - sha 256/512 password hash functions in crypt
751 - md5 crypt hash function
1693 - wrongly clamping (rather than failing) excessive rounds in crypt-sha*

Completed in 8 milliseconds