Searched defs:Eswap1 (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/des/
H A Dfcrypt_b.c81 DES_LONG Eswap1)
96 E1=Eswap1;
80 fcrypt_body(DES_LONG *out, DES_key_schedule *ks, DES_LONG Eswap0, DES_LONG Eswap1) argument
H A Dfcrypt.c102 DES_LONG Eswap0,Eswap1; local
122 Eswap1=con_salt[x]<<6;
127 Eswap1=con_salt[x]<<6;
144 fcrypt_body(&(out[0]),&ks,Eswap0,Eswap1);

Completed in 106 milliseconds