Searched refs:salt_copy (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | md5crypt.c | 53 static char passwd[120], salt_copy[9], *p; in md5_crypt() local 77 memcpy(salt_copy, sp, sl); in md5_crypt() 78 salt_copy[sl] = '\0'; in md5_crypt() 112 snprintf(passwd, sizeof(passwd), "%s%s$", magic, salt_copy); in md5_crypt() 159 memset(salt_copy, 0, sizeof(salt_copy)); in md5_crypt()
|