HomeSort by: relevance | last modified time | path
    Searched refs:con_salt (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/des/
fcrypt.c 34 static const unsigned char con_salt[128] = { variable
221 if (x == 0 || x >= sizeof(con_salt))
223 Eswap0 = con_salt[x] << 2;
225 if (x == 0 || x >= sizeof(con_salt))
227 Eswap1 = con_salt[x] << 6;
  /src/crypto/external/apache2/openssl/lib/libdes/
ofcrypt.c 23 static unsigned const char con_salt[128]={ variable
115 Eswap0=con_salt[x]<<2;
117 Eswap1=con_salt[x]<<6;
120 Eswap0=con_salt[x]<<2;
122 Eswap1=con_salt[x]<<6;
  /src/crypto/external/bsd/openssl/dist/crypto/des/
fcrypt.c 34 static const unsigned char con_salt[128] = { variable
109 if (x == 0 || x >= sizeof(con_salt))
111 Eswap0 = con_salt[x] << 2;
113 if (x == 0 || x >= sizeof(con_salt))
115 Eswap1 = con_salt[x] << 6;
  /src/crypto/external/bsd/openssl/lib/libdes/
ofcrypt.c 23 static unsigned const char con_salt[128]={ variable
115 Eswap0=con_salt[x]<<2;
117 Eswap1=con_salt[x]<<6;
120 Eswap0=con_salt[x]<<2;
122 Eswap1=con_salt[x]<<6;
  /src/crypto/external/bsd/openssl.old/dist/crypto/des/
fcrypt.c 28 static unsigned const char con_salt[128] = { variable
103 if (x == 0 || x >= sizeof(con_salt))
105 Eswap0 = con_salt[x] << 2;
107 if (x == 0 || x >= sizeof(con_salt))
109 Eswap1 = con_salt[x] << 6;
  /src/crypto/external/bsd/openssl.old/lib/libdes/
ofcrypt.c 23 static unsigned const char con_salt[128]={ variable
115 Eswap0=con_salt[x]<<2;
117 Eswap1=con_salt[x]<<6;
120 Eswap0=con_salt[x]<<2;
122 Eswap1=con_salt[x]<<6;

Completed in 27 milliseconds