HomeSort by relevance Sort by last modified time
    Searched full:crypted (Results 1 - 6 of 6) sorted by null

  /external/syslinux/com32/menu/
passwd.c 52 const char *crypted = crypt_md5(entry, passwd + 3); local
53 int len = strlen(crypted);
55 return !strncmp(crypted, passwd, len) &&
61 const char *crypted = sha256_crypt(entry, passwd + 3); local
62 int len = strlen(crypted);
64 return !strncmp(crypted, passwd, len) &&
70 const char *crypted = sha512_crypt(entry, passwd + 3); local
71 int len = strlen(crypted);
73 return !strncmp(crypted, passwd, len) &&
  /external/python/cpython2/Doc/library/
crypt.rst 43 different sizes in the *salt*, it is recommended to use the full crypted
  /external/python/cpython3/Doc/library/
crypt.rst 105 different sizes in the *salt*, it is recommended to use the full crypted
  /external/zlib/src/contrib/minizip/
miniunz.c 203 " -p extract crypted file using password\n\n");
262 /* display a '*' if the file is crypted */
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
miniunz.c 203 " -p extract crypted file using password\n\n");
262 /* display a '*' if the file is crypted */
  /libcore/ojluni/src/main/java/sun/net/ftp/impl/
FtpClient.java     [all...]

Completed in 224 milliseconds