Lines Matching defs:const_DES_cblock
79 typedef /* const */ unsigned char const_DES_cblock[8];
81 * and const_DES_cblock * are incompatible pointer types. */
131 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
136 const_DES_cblock *ivec);
146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
150 void DES_ecb_encrypt(const_DES_cblock *input,DES_cblock *output,
199 void DES_xwhite_in2out(const_DES_cblock *DES_key,const_DES_cblock *in_white,
218 int DES_check_key_parity(const_DES_cblock *key);
219 int DES_is_weak_key(const_DES_cblock *key);
223 int DES_set_key(const_DES_cblock *key,DES_key_schedule *schedule);
224 int DES_key_sched(const_DES_cblock *key,DES_key_schedule *schedule);
225 int DES_set_key_checked(const_DES_cblock *key,DES_key_schedule *schedule);
226 void DES_set_key_unchecked(const_DES_cblock *key,DES_key_schedule *schedule);
228 void private_DES_set_key_unchecked(const_DES_cblock *key,DES_key_schedule *schedule);