Home
last modified time | relevance | path

Searched refs:xor1 (Results 1 – 8 of 8) sorted by relevance

/openbsd/lib/libcrypto/des/
H A Ddes_enc.c469 c2l(iv, xor1); in DES_ncbc_encrypt()
477 tout1 = tin[1] ^ xor1; in DES_ncbc_encrypt()
481 xor1 = tin1; in DES_ncbc_encrypt()
493 xor1 = tin1; in DES_ncbc_encrypt()
497 l2c(xor1, iv); in DES_ncbc_encrypt()
561 c2l(iv, xor1); in DES_ede3_cbc_encrypt()
576 tout1 ^= xor1; in DES_ede3_cbc_encrypt()
580 xor1 = t1; in DES_ede3_cbc_encrypt()
596 tout1 ^= xor1; in DES_ede3_cbc_encrypt()
599 xor1 = t1; in DES_ede3_cbc_encrypt()
[all …]
H A Ddes.c107 c2l(iv, xor1); in DES_cbc_encrypt()
119 xor1 = tin1; in DES_cbc_encrypt()
639 c2l(iv2, xor1); in DES_ede3_cbcm_encrypt()
666 tout1 ^= xor1; in DES_ede3_cbcm_encrypt()
674 xor1 = t1; in DES_ede3_cbcm_encrypt()
887 c2l(iv, xor1); in DES_pcbc_encrypt()
906 c2l(iv, xor1); in DES_pcbc_encrypt()
987 c2l(iv, xor1); in DES_xcbc_encrypt()
999 xor1 = tin1; in DES_xcbc_encrypt()
1011 xor1 = tin1; in DES_xcbc_encrypt()
[all …]
/openbsd/lib/libcrypto/rc2/
H A Drc2_cbc.c67 unsigned long tout0, tout1, xor0, xor1; in RC2_cbc_encrypt() local
105 c2l(iv, xor1); in RC2_cbc_encrypt()
115 tout1 = tin[1] ^ xor1; in RC2_cbc_encrypt()
119 xor1 = tin1; in RC2_cbc_encrypt()
128 tout1 = tin[1] ^ xor1; in RC2_cbc_encrypt()
131 xor1 = tin1; in RC2_cbc_encrypt()
134 l2c(xor1, iv); in RC2_cbc_encrypt()
136 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in RC2_cbc_encrypt()
/openbsd/lib/libcrypto/idea/
H A Didea.c67 unsigned long tout0, tout1, xor0, xor1; in idea_cbc_encrypt() local
105 n2l(iv, xor1); in idea_cbc_encrypt()
115 tout1 = tin[1] ^ xor1; in idea_cbc_encrypt()
119 xor1 = tin1; in idea_cbc_encrypt()
128 tout1 = tin[1] ^ xor1; in idea_cbc_encrypt()
131 xor1 = tin1; in idea_cbc_encrypt()
134 l2n(xor1, iv); in idea_cbc_encrypt()
136 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in idea_cbc_encrypt()
/openbsd/lib/libcrypto/bf/
H A Dblowfish.c433 BF_LONG tout0, tout1, xor0, xor1; in BF_cbc_encrypt() local
470 n2l(ivec, xor1); in BF_cbc_encrypt()
479 tout1 = tin[1]^xor1; in BF_cbc_encrypt()
483 xor1 = tin1; in BF_cbc_encrypt()
492 tout1 = tin[1]^xor1; in BF_cbc_encrypt()
495 xor1 = tin1; in BF_cbc_encrypt()
498 l2n(xor1, ivec); in BF_cbc_encrypt()
500 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in BF_cbc_encrypt()
/openbsd/lib/libcrypto/cast/
H A Dcast.c774 CAST_LONG tout0, tout1, xor0, xor1; in CAST_cbc_encrypt() local
811 n2l(iv, xor1); in CAST_cbc_encrypt()
820 tout1 = tin[1]^xor1; in CAST_cbc_encrypt()
824 xor1 = tin1; in CAST_cbc_encrypt()
833 tout1 = tin[1]^xor1; in CAST_cbc_encrypt()
836 xor1 = tin1; in CAST_cbc_encrypt()
839 l2n(xor1, iv); in CAST_cbc_encrypt()
841 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in CAST_cbc_encrypt()
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c9077 rtx xor0, xor1; local
9079 xor1 = hi[0];
9081 xor1 = expand_binop (SImode, xor_optab, xor1, hi[1],
9089 tmp = expand_binop (SImode, ior_optab, xor1, xor0,
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.c10610 rtx xor0, xor1; in ix86_expand_branch() local
10612 xor1 = hi[0]; in ix86_expand_branch()
10614 xor1 = expand_binop (submode, xor_optab, xor1, hi[1], in ix86_expand_branch()
10622 tmp = expand_binop (submode, ior_optab, xor1, xor0, in ix86_expand_branch()