Searched refs:ovec (Results 1 – 3 of 3) sorted by relevance
221 unsigned char ovec[16]; in DES_ede3_cfb_encrypt() local249 iv = &ovec[0]; in DES_ede3_cfb_encrypt()255 memmove(ovec, ovec + num/8, in DES_ede3_cfb_encrypt()260 ovec[i] <<= num % 8; in DES_ede3_cfb_encrypt()261 ovec[i] |= ovec[i + 1] >> in DES_ede3_cfb_encrypt()265 iv = &ovec[0]; in DES_ede3_cfb_encrypt()287 iv = &ovec[0]; in DES_ede3_cfb_encrypt()293 memmove(ovec, ovec + num/8, in DES_ede3_cfb_encrypt()298 ovec[i] <<= num % 8; in DES_ede3_cfb_encrypt()299 ovec[i] |= ovec[i + 1] >> in DES_ede3_cfb_encrypt()[all …]
191 unsigned char ovec[16*2 + 1]; /* +1 because we dererefence (but don't use) one byte off the end */ in cfbr_encrypt_block() local197 memcpy(ovec, ivec, 16); in cfbr_encrypt_block()203 out[n] = (ovec[16 + n] = in[n] ^ ivec[n]); in cfbr_encrypt_block()206 out[n] = (ovec[16 + n] = in[n]) ^ ivec[n]; in cfbr_encrypt_block()211 memcpy(ivec, ovec + num, 16); in cfbr_encrypt_block()214 ivec[n] = ovec[n + num] << rem | in cfbr_encrypt_block()215 ovec[n + num + 1] >> (8 - rem); in cfbr_encrypt_block()
258 struct sigaction ovec; in sys_sigaction() local304 ovec = vec; in sys_sigaction()319 ktrsigaction(p, &ovec); in sys_sigaction()