Home
last modified time | relevance | path

Searched refs:xor0 (Results 1 – 9 of 9) sorted by relevance

/dragonfly/crypto/libressl/crypto/des/
H A Dncbc_enc.c75 DES_LONG tout0,tout1,xor0,xor1; in DES_cbc_encrypt() local
113 c2l(iv,xor0); in DES_cbc_encrypt()
120 tout0=tin[0]^xor0; in DES_cbc_encrypt()
124 xor0=tin0; in DES_cbc_encrypt()
132 tout0=tin[0]^xor0; in DES_cbc_encrypt()
136 xor0=tin0; in DES_cbc_encrypt()
142 l2c(xor0,iv); in DES_cbc_encrypt()
146 tin0=tin1=tout0=tout1=xor0=xor1=0; in DES_cbc_encrypt()
H A Dxcbc_enc.c69 DES_LONG tout0,tout1,xor0,xor1; in DES_xcbc_encrypt() local
114 c2l(iv,xor0); in DES_xcbc_encrypt()
121 tout0=tin[0]^xor0^inW0; in DES_xcbc_encrypt()
125 xor0=tin0; in DES_xcbc_encrypt()
133 tout0=tin[0]^xor0^inW0; in DES_xcbc_encrypt()
136 xor0=tin0; in DES_xcbc_encrypt()
141 l2c(xor0,iv); in DES_xcbc_encrypt()
144 tin0=tin1=tout0=tout1=xor0=xor1=0; in DES_xcbc_encrypt()
H A Ddes_enc.c298 DES_LONG tout0,tout1,xor0,xor1; in DES_ede3_cbc_encrypt() local
352 c2l(iv,xor0); in DES_ede3_cbc_encrypt()
368 tout0^=xor0; in DES_ede3_cbc_encrypt()
372 xor0=t0; in DES_ede3_cbc_encrypt()
389 tout0^=xor0; in DES_ede3_cbc_encrypt()
392 xor0=t0; in DES_ede3_cbc_encrypt()
397 l2c(xor0,iv); in DES_ede3_cbc_encrypt()
400 tin0=tin1=tout0=tout1=xor0=xor1=0; in DES_ede3_cbc_encrypt()
/dragonfly/crypto/libressl/crypto/idea/
H A Di_cbc.c66 unsigned long tout0,tout1,xor0,xor1; in idea_cbc_encrypt() local
103 n2l(iv,xor0); in idea_cbc_encrypt()
111 tout0=tin[0]^xor0; in idea_cbc_encrypt()
115 xor0=tin0; in idea_cbc_encrypt()
123 tout0=tin[0]^xor0; in idea_cbc_encrypt()
126 xor0=tin0; in idea_cbc_encrypt()
129 l2n(xor0,iv); in idea_cbc_encrypt()
132 tin0=tin1=tout0=tout1=xor0=xor1=0; in idea_cbc_encrypt()
/dragonfly/crypto/libressl/crypto/cast/
H A Dc_enc.c134 CAST_LONG tout0,tout1,xor0,xor1; in CAST_cbc_encrypt() local
175 n2l(iv,xor0); in CAST_cbc_encrypt()
185 tout0=tin[0]^xor0; in CAST_cbc_encrypt()
189 xor0=tin0; in CAST_cbc_encrypt()
199 tout0=tin[0]^xor0; in CAST_cbc_encrypt()
202 xor0=tin0; in CAST_cbc_encrypt()
205 l2n(xor0,iv); in CAST_cbc_encrypt()
208 tin0=tin1=tout0=tout1=xor0=xor1=0; in CAST_cbc_encrypt()
/dragonfly/crypto/libressl/crypto/rc2/
H A Drc2_cbc.c66 unsigned long tout0,tout1,xor0,xor1; in RC2_cbc_encrypt() local
103 c2l(iv,xor0); in RC2_cbc_encrypt()
111 tout0=tin[0]^xor0; in RC2_cbc_encrypt()
115 xor0=tin0; in RC2_cbc_encrypt()
123 tout0=tin[0]^xor0; in RC2_cbc_encrypt()
126 xor0=tin0; in RC2_cbc_encrypt()
129 l2c(xor0,iv); in RC2_cbc_encrypt()
132 tin0=tin1=tout0=tout1=xor0=xor1=0; in RC2_cbc_encrypt()
/dragonfly/crypto/libressl/crypto/bf/
H A Dbf_enc.c228 BF_LONG tout0,tout1,xor0,xor1; in BF_cbc_encrypt() local
269 n2l(ivec,xor0); in BF_cbc_encrypt()
279 tout0=tin[0]^xor0; in BF_cbc_encrypt()
283 xor0=tin0; in BF_cbc_encrypt()
293 tout0=tin[0]^xor0; in BF_cbc_encrypt()
296 xor0=tin0; in BF_cbc_encrypt()
299 l2n(xor0,ivec); in BF_cbc_encrypt()
302 tin0=tin1=tout0=tout1=xor0=xor1=0; in BF_cbc_encrypt()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c18622 rtx xor0, xor1; in ix86_expand_branch() local
18629 xor0 = lo[0]; in ix86_expand_branch()
18631 xor0 = expand_binop (submode, xor_optab, xor0, lo[1], in ix86_expand_branch()
18634 tmp = expand_binop (submode, ior_optab, xor1, xor0, in ix86_expand_branch()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c23085 rtx xor0, xor1; in ix86_expand_branch() local
23092 xor0 = lo[0]; in ix86_expand_branch()
23094 xor0 = expand_binop (submode, xor_optab, xor0, lo[1], in ix86_expand_branch()
23097 tmp = expand_binop (submode, ior_optab, xor1, xor0, in ix86_expand_branch()