Home
last modified time | relevance | path

Searched refs:crypted (Results 1 – 2 of 2) sorted by relevance

/external/openssh/openbsd-compat/
Dxcrypt.c68 char *crypted; in xcrypt() local
72 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()
/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp194 bool crypted = false; in DecompressArchives() local
196 crypted = openCallback->Open_WasPasswordAsked(); in DecompressArchives()
199 RINOK(extractCallback->OpenResult(arcPath, result, crypted)); in DecompressArchives()