Searched refs:Eswap0 (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/lib/libdes/ |
| D | ofcrypt.c | 54 DES_LONG Eswap0, DES_LONG Eswap1); 97 DES_LONG Eswap0,Eswap1; in des_fcrypt() local 115 Eswap0=con_salt[x]<<2; in des_fcrypt() 120 Eswap0=con_salt[x]<<2; in des_fcrypt() 139 fcrypt_body(&(out[0]),ks,Eswap0,Eswap1); in des_fcrypt()
|
| D | ofcrypt_b.c | 80 void fcrypt_body(DES_LONG *out, des_key_schedule ks, DES_LONG Eswap0, in fcrypt_body() argument 95 E0=Eswap0; in fcrypt_body()
|
| D | des_locl.h | 380 DES_LONG Eswap0, DES_LONG Eswap1);
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/des/ |
| D | fcrypt.c | 100 DES_LONG Eswap0, Eswap1; in DES_fcrypt() local 111 Eswap0 = con_salt[x] << 2; in DES_fcrypt() 130 fcrypt_body(&(out[0]), &ks, Eswap0, Eswap1); in DES_fcrypt()
|
| D | fcrypt_b.c | 31 void fcrypt_body(DES_LONG *out, DES_key_schedule *ks, DES_LONG Eswap0, in fcrypt_body() argument 43 E0 = Eswap0; in fcrypt_body()
|
| D | des_local.h | 224 DES_LONG Eswap0, DES_LONG Eswap1);
|