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

  /external/chromium_org/third_party/openssl/openssl/crypto/des/
fcrypt.c 102 DES_LONG Eswap0,Eswap1;
122 Eswap1=con_salt[x]<<6;
127 Eswap1=con_salt[x]<<6;
144 fcrypt_body(&(out[0]),&ks,Eswap0,Eswap1);
  /external/openssl/crypto/des/
fcrypt.c 102 DES_LONG Eswap0,Eswap1;
122 Eswap1=con_salt[x]<<6;
127 Eswap1=con_salt[x]<<6;
144 fcrypt_body(&(out[0]),&ks,Eswap0,Eswap1);

Completed in 36 milliseconds