Lines Matching full:ivec
42 long length, DES_key_schedule *schedule, DES_cblock *ivec,
46 DES_cblock *ivec, int enc);
49 DES_cblock *ivec);
51 long length, DES_key_schedule *schedule, DES_cblock *ivec,
54 long length, DES_key_schedule *schedule, DES_cblock *ivec,
57 long length, DES_key_schedule *schedule, DES_cblock *ivec,
61 long length, DES_key_schedule *schedule, DES_cblock *ivec,
66 DES_key_schedule *ks2, DES_cblock *ivec, int enc);
69 DES_key_schedule *ks2, DES_cblock *ivec,
73 DES_key_schedule *ks2, DES_cblock *ivec, int *num);
78 DES_cblock *ivec, int enc);
82 DES_cblock *ivec, int *num, int enc);
86 DES_cblock *ivec, int *num);
90 const_DES_cblock *ivec);
168 and initialization vector provided by the I<ivec> argument. If the
193 Note: the I<ivec> variable is changed and the new changed value needs to
202 routine will encrypt the input bytes to output and then update ivec
203 and num. num contains 'how far' we are though ivec. If this does
212 Note: the I<ivec> variable is changed and the new changed value needs to
266 DES_cbc_encrypt() does not modify B<ivec>; use DES_ncbc_encrypt()