Home
last modified time | relevance | path

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

/external/openssl/crypto/des/
Dfcrypt.c102 DES_LONG Eswap0,Eswap1; in DES_fcrypt() local
120 Eswap0=con_salt[x]<<2; in DES_fcrypt()
125 Eswap0=con_salt[x]<<2; in DES_fcrypt()
144 fcrypt_body(&(out[0]),&ks,Eswap0,Eswap1); in DES_fcrypt()
Dfcrypt_b.c80 void fcrypt_body(DES_LONG *out, DES_key_schedule *ks, DES_LONG Eswap0, in fcrypt_body() argument
95 E0=Eswap0; in fcrypt_body()
Ddes_locl.h427 DES_LONG Eswap0, DES_LONG Eswap1);