import cyrus-sasl-2.1.23
[cyrus-sasl.git] / mac / CommonKClient / mac_kclient / kcglue_des.h
1
2 /* $Id: kcglue_des.h,v 1.2 2001/12/04 02:05:33 rjs3 Exp $
3  * kclient and des have different definitions for key schedules
4  * this file is to include in the kclient code without dragging in the des definitions
5  */
6 int kcglue_des_key_sched(void *akey,void *asched);
7 void kcglue_des_ecb_encrypt(void *asrc,void *adest,void *asched,int direction);
8 void kcglue_des_pcbc_encrypt(void *asrc,void *adest,long length,void *asched,void *akey,int direction);