android_external_toybox/lib/pending.h

7 lines
245 B
C
Raw Permalink Normal View History

// pending.h - header for pending.c
// password.c
#define MAX_SALT_LEN 20 //3 for id, 16 for key, 1 for '\0'
2021-12-05 03:15:43 -08:00
int read_password(char *buff, int buflen, char *mesg);
int update_password(char *filename, char *username, char *encrypted, int pos);