HomeSort by relevance Sort by last modified time
    Searched refs:con_salt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/des/
fcrypt.c 31 static unsigned const char con_salt[128]={ variable
120 Eswap0=con_salt[x]<<2;
122 Eswap1=con_salt[x]<<6;
125 Eswap0=con_salt[x]<<2;
127 Eswap1=con_salt[x]<<6;
  /external/openssl/crypto/des/
fcrypt.c 31 static unsigned const char con_salt[128]={ variable
120 Eswap0=con_salt[x]<<2;
122 Eswap1=con_salt[x]<<6;
125 Eswap0=con_salt[x]<<2;
127 Eswap1=con_salt[x]<<6;

Completed in 60 milliseconds