Searched refs:Eswap1 (Results 1 – 6 of 6) sorted by relevance
| /minix3/crypto/external/bsd/openssl/lib/libdes/ |
| H A D | ofcrypt.c | 54 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 D | ofcrypt_b.c | 81 DES_LONG Eswap1) in fcrypt_body() argument 96 E1=Eswap1; in fcrypt_body()
|
| H A D | des_locl.h | 380 DES_LONG Eswap0, DES_LONG Eswap1);
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/des/ |
| H A D | fcrypt.c | 101 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 D | fcrypt_b.c | 81 DES_LONG Eswap1) in fcrypt_body() argument 96 E1 = Eswap1; in fcrypt_body()
|
| H A D | des_locl.h | 436 DES_LONG Eswap0, DES_LONG Eswap1);
|