HomeSort by relevance Sort by last modified time
    Searched refs:md5_password (Results 1 - 2 of 2) sorted by null

  /external/grub/stage2/
md5.h 26 extern int md5_password (const char *key, char *crypted, int check);
29 #define check_md5_password(key,crypted) md5_password((key), (crypted), 1)
30 #define make_md5_password(key,crypted) md5_password((key), (crypted), 0)
md5.c 207 md5_password (const char *key, char *crypted, int check) function

Completed in 133 milliseconds