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

/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dfcrypt_b.c80 void fcrypt_body(DES_LONG *out, DES_key_schedule *ks, DES_LONG Eswap0, argument
95 E0 = Eswap0;
H A Dfcrypt.c101 DES_LONG Eswap0, Eswap1; local
119 Eswap0 = con_salt[x] << 2;
124 Eswap0 = con_salt[x] << 2;
142 fcrypt_body(&(out[0]), &ks, Eswap0, Eswap1);
H A Ddes_locl.h436 DES_LONG Eswap0, DES_LONG Eswap1);

Completed in 62 milliseconds