DES_ENCRYPT
inverse ? DES_DECRYPT : DES_ENCRYPT);
&DES_iv, DES_ENCRYPT);
&DES_iv, DES_ENCRYPT);
DES_encrypt1(ti,schedule,DES_ENCRYPT);
DES_encrypt1(ti,schedule,DES_ENCRYPT);
DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
DES_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT);
DES_encrypt2((DES_LONG *)data,ks3,DES_ENCRYPT);
DES_encrypt2((DES_LONG *)data,ks2,DES_ENCRYPT);
DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT);
DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT);
DES_encrypt1(ti,schedule,DES_ENCRYPT);
DES_encrypt1(tin,schedule,DES_ENCRYPT);
DES_encrypt1(tin,schedule,DES_ENCRYPT);
DES_ENCRYPT | DES_HW, (char *)&ivec);
DES_ENCRYPT | DES_HW);
((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT;
sizeof(des_block), DES_ENCRYPT | DES_HW);
err = cbc_crypt(key, buf, len, DES_ENCRYPT | DES_HW, ivec);
DES_cbc_encrypt(in,buf,deslen, &k,&i,DES_ENCRYPT);
des_encrypt2(data,ks1,DES_ENCRYPT);
des_encrypt2(data,ks3,DES_ENCRYPT);
des_encrypt2(data,ks2,DES_ENCRYPT);
mode == MODE_ENCRYPT ? DES_ENCRYPT : DES_DECRYPT);
DES_ENCRYPT | DES_HW);
return (pk_crypt(uid, remote_name, remote_key, key, DES_ENCRYPT));