Lines Matching full:ivec
103 \& long length, DES_key_schedule *schedule, DES_cblock *ivec,
107 \& DES_cblock *ivec, int enc);
110 \& DES_cblock *ivec);
112 \& long length, DES_key_schedule *schedule, DES_cblock *ivec,
115 \& long length, DES_key_schedule *schedule, DES_cblock *ivec,
118 \& long length, DES_key_schedule *schedule, DES_cblock *ivec,
122 \& long length, DES_key_schedule *schedule, DES_cblock *ivec,
127 \& DES_key_schedule *ks2, DES_cblock *ivec, int enc);
130 \& DES_key_schedule *ks2, DES_cblock *ivec,
134 \& DES_key_schedule *ks2, DES_cblock *ivec, int *num);
139 \& DES_cblock *ivec, int enc);
143 \& DES_cblock *ivec, int *num, int enc);
147 \& DES_cblock *ivec, int *num);
151 \& const_DES_cblock *ivec);
229 and initialization vector provided by the \fIivec\fR argument. If the
254 Note: the \fIivec\fR variable is changed and the new changed value needs to
263 routine will encrypt the input bytes to output and then update ivec
264 and num. num contains 'how far' we are though ivec. If this does
273 Note: the \fIivec\fR variable is changed and the new changed value needs to
326 \&\fBDES_cbc_encrypt()\fR does not modify \fBivec\fR; use \fBDES_ncbc_encrypt()\fR