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

  /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 1469 milliseconds