Lines Matching refs:ivec
70 const BF_KEY *schedule, unsigned char *ivec, int encrypt) in BF_cbc_encrypt() argument
79 n2l(ivec,tout0); in BF_cbc_encrypt()
80 n2l(ivec,tout1); in BF_cbc_encrypt()
81 ivec-=8; in BF_cbc_encrypt()
109 l2n(tout0,ivec); in BF_cbc_encrypt()
110 l2n(tout1,ivec); in BF_cbc_encrypt()
114 n2l(ivec,xor0); in BF_cbc_encrypt()
115 n2l(ivec,xor1); in BF_cbc_encrypt()
116 ivec-=8; in BF_cbc_encrypt()
144 l2n(xor0,ivec); in BF_cbc_encrypt()
145 l2n(xor1,ivec); in BF_cbc_encrypt()