Searched refs:Eswap0 (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/lib/libcrypto/des/ |
| D | des_fcrypt.c | 88 fcrypt_body(DES_LONG *out, DES_key_schedule *ks, DES_LONG Eswap0, in fcrypt_body() argument 100 E0 = Eswap0; in fcrypt_body() 194 DES_LONG Eswap0, Eswap1; in DES_fcrypt() local 211 Eswap0 = con_salt[x] << 2; in DES_fcrypt() 228 fcrypt_body(&(out[0]), &ks, Eswap0, Eswap1); in DES_fcrypt()
|
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | fcrypt.c | 334 unsigned long Eswap0, 480 unsigned long Eswap0,Eswap1; in des_fcrypt() local 502 Eswap0=con_salt[x]; in des_fcrypt() 516 body(&out[0],&out[1],ks,Eswap0,Eswap1); in des_fcrypt() 547 unsigned long Eswap0, in body() argument 562 E0=Eswap0; in body()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| D | 920611-2.c | 8 static int body(out0,out1,ks,Eswap0,Eswap1) in body() argument 11 ulong Eswap0,Eswap1; 22 E0=Eswap0;
|