Home
last modified time | relevance | path

Searched refs:Eswap1 (Results 1 – 3 of 3) sorted by relevance

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