Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/lib/libdes/
H A Dofcrypt.c54 DES_LONG Eswap0, DES_LONG Eswap1);
97 DES_LONG Eswap0,Eswap1; in des_fcrypt() local
117 Eswap1=con_salt[x]<<6; in des_fcrypt()
122 Eswap1=con_salt[x]<<6; in des_fcrypt()
139 fcrypt_body(&(out[0]),ks,Eswap0,Eswap1); in des_fcrypt()
H A Dofcrypt_b.c81 DES_LONG Eswap1) in fcrypt_body() argument
96 E1=Eswap1; in fcrypt_body()
H A Ddes_locl.h380 DES_LONG Eswap0, DES_LONG Eswap1);
/minix3/crypto/external/bsd/openssl/dist/crypto/des/
H A Dfcrypt.c101 DES_LONG Eswap0, Eswap1; in DES_fcrypt() local
121 Eswap1 = con_salt[x] << 6; in DES_fcrypt()
126 Eswap1 = con_salt[x] << 6; in DES_fcrypt()
142 fcrypt_body(&(out[0]), &ks, Eswap0, Eswap1); in DES_fcrypt()
H A Dfcrypt_b.c81 DES_LONG Eswap1) in fcrypt_body() argument
96 E1 = Eswap1; in fcrypt_body()
H A Ddes_locl.h436 DES_LONG Eswap0, DES_LONG Eswap1);