Searched refs:__md5_crypt (Results 1 – 4 of 4) sorted by relevance
48 extern char *__md5_crypt (const char *key, const char *salt);166 return __md5_crypt (key, salt); in weak_alias()
85 extern char *__md5_crypt (const char *key, const char *salt);308 __md5_crypt (const char *key, const char *salt) in __md5_crypt() function
4729 * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc
8271 * md5-crypt/md5-crypt.c: Add prototype for __md5_crypt.