Lines Matching refs:ivec
156 const BF_KEY *schedule, uint8_t *ivec, int encrypt) { in BF_cbc_encrypt() argument
163 n2l(ivec, tout0); in BF_cbc_encrypt()
164 n2l(ivec, tout1); in BF_cbc_encrypt()
165 ivec -= 8; in BF_cbc_encrypt()
192 l2n(tout0, ivec); in BF_cbc_encrypt()
193 l2n(tout1, ivec); in BF_cbc_encrypt()
195 n2l(ivec, xor0); in BF_cbc_encrypt()
196 n2l(ivec, xor1); in BF_cbc_encrypt()
197 ivec -= 8; in BF_cbc_encrypt()
224 l2n(xor0, ivec); in BF_cbc_encrypt()
225 l2n(xor1, ivec); in BF_cbc_encrypt()
502 const BF_KEY *schedule, uint8_t *ivec, int *num, in BF_cfb64_encrypt() argument
510 uint8_t *iv = ivec; in BF_cfb64_encrypt()
519 iv = ivec; in BF_cfb64_encrypt()
524 iv = ivec; in BF_cfb64_encrypt()
539 iv = ivec; in BF_cfb64_encrypt()
544 iv = ivec; in BF_cfb64_encrypt()