Lines Matching refs:ivec
63 const BF_KEY *schedule, unsigned char *ivec, int encrypt) in BF_cbc_encrypt() argument
72 n2l(ivec,tout0); in BF_cbc_encrypt()
73 n2l(ivec,tout1); in BF_cbc_encrypt()
74 ivec-=8; in BF_cbc_encrypt()
102 l2n(tout0,ivec); in BF_cbc_encrypt()
103 l2n(tout1,ivec); in BF_cbc_encrypt()
107 n2l(ivec,xor0); in BF_cbc_encrypt()
108 n2l(ivec,xor1); in BF_cbc_encrypt()
109 ivec-=8; in BF_cbc_encrypt()
137 l2n(xor0,ivec); in BF_cbc_encrypt()
138 l2n(xor1,ivec); in BF_cbc_encrypt()