Searched refs:crypted (Results 1 – 2 of 2) sorted by relevance
68 char *crypted; in xcrypt() local72 crypted = md5_crypt(password, salt); in xcrypt()74 crypted = crypt(password, salt); in xcrypt()77 crypted = bigcrypt(password, salt); in xcrypt()79 crypted = crypt(password, salt); in xcrypt()81 crypted = bigcrypt(password, salt); in xcrypt()83 crypted = crypt(password, salt); in xcrypt()86 return crypted; in xcrypt()
194 bool crypted = false; in DecompressArchives() local196 crypted = openCallback->Open_WasPasswordAsked(); in DecompressArchives()199 RINOK(extractCallback->OpenResult(arcPath, result, crypted)); in DecompressArchives()