Home
last modified time | relevance | path

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

/netbsd/src/sys/crypto/des/
Ddes_cbc.c69 register DES_LONG tout0,tout1,xor0,xor1; in des_ncbc_encrypt() local
106 c2l(iv,xor1); in des_ncbc_encrypt()
113 tout1=tin[1]^xor1; in des_ncbc_encrypt()
117 xor1=tin1; in des_ncbc_encrypt()
125 tout1=tin[1]^xor1; in des_ncbc_encrypt()
128 xor1=tin1; in des_ncbc_encrypt()
132 l2c(xor1,iv); in des_ncbc_encrypt()
134 tin0=tin1=tout0=tout1=xor0=xor1=0; in des_ncbc_encrypt()
143 register DES_LONG tout0,tout1,xor0,xor1; in des_ede3_cbc_encrypt() local
198 c2l(iv,xor1); in des_ede3_cbc_encrypt()
[all …]
/netbsd/src/crypto/external/bsd/openssl/lib/libdes/
Dopcbc_enc.c64 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; in des_pcbc_encrypt() local
76 c2l(iv,xor1); in des_pcbc_encrypt()
87 tin[1]=sin1^xor1; in des_pcbc_encrypt()
92 xor1=sin1^tout1; in des_pcbc_encrypt()
99 c2l(iv,xor0); c2l(iv,xor1); in des_pcbc_encrypt()
108 tout1=tin[1]^xor1; in des_pcbc_encrypt()
117 xor1=tout1^sin1; in des_pcbc_encrypt()
121 sin0=sin1=xor0=xor1=tout0=tout1=0; in des_pcbc_encrypt()
Doncbc_enc.c75 register DES_LONG tout0,tout1,xor0,xor1; in des_cbc_encrypt() local
114 c2l(iv,xor1); in des_cbc_encrypt()
121 tout1=tin[1]^xor1; in des_cbc_encrypt()
125 xor1=tin1; in des_cbc_encrypt()
133 tout1=tin[1]^xor1; in des_cbc_encrypt()
137 xor1=tin1; in des_cbc_encrypt()
143 l2c(xor1,iv); in des_cbc_encrypt()
146 tin0=tin1=tout0=tout1=xor0=xor1=0; in des_cbc_encrypt()
Doxcbc_enc.c115 register DES_LONG tout0,tout1,xor0,xor1; in des_xcbc_encrypt() local
161 c2l(iv,xor1); in des_xcbc_encrypt()
168 tout1=tin[1]^xor1^inW1; in des_xcbc_encrypt()
172 xor1=tin1; in des_xcbc_encrypt()
180 tout1=tin[1]^xor1^inW1; in des_xcbc_encrypt()
183 xor1=tin1; in des_xcbc_encrypt()
188 l2c(xor1,iv); in des_xcbc_encrypt()
190 tin0=tin1=tout0=tout1=xor0=xor1=0; in des_xcbc_encrypt()
Doede_cbcm_enc.c80 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; in des_ede3_cbcm_encrypt() local
144 c2l(iv2,xor1); in des_ede3_cbcm_encrypt()
172 tout1^=xor1; in des_ede3_cbcm_encrypt()
183 xor1=t1; in des_ede3_cbcm_encrypt()
192 l2c(xor1,iv2); in des_ede3_cbcm_encrypt()
194 tin0=tin1=tout0=tout1=xor0=xor1=0; in des_ede3_cbcm_encrypt()
Dodes_enc.c300 register DES_LONG tout0,tout1,xor0,xor1; in des_ede3_cbc_encrypt() local
355 c2l(iv,xor1); in des_ede3_cbc_encrypt()
371 tout1^=xor1; in des_ede3_cbc_encrypt()
375 xor1=t1; in des_ede3_cbc_encrypt()
392 tout1^=xor1; in des_ede3_cbc_encrypt()
395 xor1=t1; in des_ede3_cbc_encrypt()
400 l2c(xor1,iv); in des_ede3_cbc_encrypt()
402 tin0=tin1=tout0=tout1=xor0=xor1=0; in des_ede3_cbc_encrypt()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/des/
Dpcbc_enc.c22 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; in DES_pcbc_encrypt() local
33 c2l(iv, xor1); in DES_pcbc_encrypt()
41 tin[1] = sin1 ^ xor1; in DES_pcbc_encrypt()
46 xor1 = sin1 ^ tout1; in DES_pcbc_encrypt()
52 c2l(iv, xor1); in DES_pcbc_encrypt()
60 tout1 = tin[1] ^ xor1; in DES_pcbc_encrypt()
67 xor1 = tout1 ^ sin1; in DES_pcbc_encrypt()
71 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0; in DES_pcbc_encrypt()
Dncbc_enc.c28 register DES_LONG tout0, tout1, xor0, xor1; in DES_cbc_encrypt() local
70 c2l(iv, xor1); in DES_cbc_encrypt()
78 tout1 = tin[1] ^ xor1; in DES_cbc_encrypt()
82 xor1 = tin1; in DES_cbc_encrypt()
91 tout1 = tin[1] ^ xor1; in DES_cbc_encrypt()
95 xor1 = tin1; in DES_cbc_encrypt()
101 l2c(xor1, iv); in DES_cbc_encrypt()
104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in DES_cbc_encrypt()
Dxcbc_enc.c26 register DES_LONG tout0, tout1, xor0, xor1; in DES_xcbc_encrypt() local
75 c2l(iv, xor1); in DES_xcbc_encrypt()
83 tout1 = tin[1] ^ xor1 ^ inW1; in DES_xcbc_encrypt()
87 xor1 = tin1; in DES_xcbc_encrypt()
96 tout1 = tin[1] ^ xor1 ^ inW1; in DES_xcbc_encrypt()
99 xor1 = tin1; in DES_xcbc_encrypt()
104 l2c(xor1, iv); in DES_xcbc_encrypt()
106 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in DES_xcbc_encrypt()
Ddes_enc.c206 register DES_LONG tout0, tout1, xor0, xor1; in DES_ede3_cbc_encrypt() local
256 c2l(iv, xor1); in DES_ede3_cbc_encrypt()
271 tout1 ^= xor1; in DES_ede3_cbc_encrypt()
275 xor1 = t1; in DES_ede3_cbc_encrypt()
291 tout1 ^= xor1; in DES_ede3_cbc_encrypt()
294 xor1 = t1; in DES_ede3_cbc_encrypt()
299 l2c(xor1, iv); in DES_ede3_cbc_encrypt()
301 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in DES_ede3_cbc_encrypt()
/netbsd/src/sys/crypto/blowfish/
Dbf_cbc.c73 register BF_LONG tout0,tout1,xor0,xor1; in BF_cbc_encrypt() local
115 n2l(ivec,xor1); in BF_cbc_encrypt()
125 tout1=tin[1]^xor1; in BF_cbc_encrypt()
129 xor1=tin1; in BF_cbc_encrypt()
139 tout1=tin[1]^xor1; in BF_cbc_encrypt()
142 xor1=tin1; in BF_cbc_encrypt()
145 l2n(xor1,ivec); in BF_cbc_encrypt()
147 tin0=tin1=tout0=tout1=xor0=xor1=0; in BF_cbc_encrypt()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/idea/
Di_cbc.c25 register IDEA_INT tout0, tout1, xor0, xor1; in IDEA_cbc_encrypt() local
62 n2l(iv, xor1); in IDEA_cbc_encrypt()
71 tout1 = tin[1] ^ xor1; in IDEA_cbc_encrypt()
75 xor1 = tin1; in IDEA_cbc_encrypt()
84 tout1 = tin[1] ^ xor1; in IDEA_cbc_encrypt()
87 xor1 = tin1; in IDEA_cbc_encrypt()
90 l2n(xor1, iv); in IDEA_cbc_encrypt()
92 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in IDEA_cbc_encrypt()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/cast/
Dc_enc.c88 register CAST_LONG tout0, tout1, xor0, xor1; in CAST_cbc_encrypt() local
125 n2l(iv, xor1); in CAST_cbc_encrypt()
134 tout1 = tin[1] ^ xor1; in CAST_cbc_encrypt()
138 xor1 = tin1; in CAST_cbc_encrypt()
147 tout1 = tin[1] ^ xor1; in CAST_cbc_encrypt()
150 xor1 = tin1; in CAST_cbc_encrypt()
153 l2n(xor1, iv); in CAST_cbc_encrypt()
155 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in CAST_cbc_encrypt()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/rc5/
Drc5_enc.c25 register RC5_32_INT tout0, tout1, xor0, xor1; in RC5_32_cbc_encrypt() local
62 c2l(iv, xor1); in RC5_32_cbc_encrypt()
71 tout1 = tin[1] ^ xor1; in RC5_32_cbc_encrypt()
75 xor1 = tin1; in RC5_32_cbc_encrypt()
84 tout1 = tin[1] ^ xor1; in RC5_32_cbc_encrypt()
87 xor1 = tin1; in RC5_32_cbc_encrypt()
90 l2c(xor1, iv); in RC5_32_cbc_encrypt()
92 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in RC5_32_cbc_encrypt()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/rc2/
Drc2_cbc.c23 register uint32_t tout0, tout1, xor0, xor1; in RC2_cbc_encrypt() local
60 c2l(iv, xor1); in RC2_cbc_encrypt()
69 tout1 = tin[1] ^ xor1; in RC2_cbc_encrypt()
73 xor1 = tin1; in RC2_cbc_encrypt()
82 tout1 = tin[1] ^ xor1; in RC2_cbc_encrypt()
85 xor1 = tin1; in RC2_cbc_encrypt()
88 l2c(xor1, iv); in RC2_cbc_encrypt()
90 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in RC2_cbc_encrypt()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bf/
Dbf_enc.c112 register BF_LONG tout0, tout1, xor0, xor1; in BF_cbc_encrypt() local
149 n2l(ivec, xor1); in BF_cbc_encrypt()
158 tout1 = tin[1] ^ xor1; in BF_cbc_encrypt()
162 xor1 = tin1; in BF_cbc_encrypt()
171 tout1 = tin[1] ^ xor1; in BF_cbc_encrypt()
174 xor1 = tin1; in BF_cbc_encrypt()
177 l2n(xor1, ivec); in BF_cbc_encrypt()
179 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in BF_cbc_encrypt()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Drl78-decode.opc1281 /** 0111 0001 1bit 0111 xor1 cy, %e1 */
1284 /** 0111 0001 1bit 1111 xor1 cy, %1 */
1287 /** 0111 0001 0bit 1111 xor1 cy, %s1 */
1290 /** 0111 0001 0bit 0111 xor1 cy, %s1 */
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Drl78-decode.opc1281 /** 0111 0001 1bit 0111 xor1 cy, %e1 */
1284 /** 0111 0001 1bit 1111 xor1 cy, %1 */
1287 /** 0111 0001 0bit 1111 xor1 cy, %s1 */
1290 /** 0111 0001 0bit 0111 xor1 cy, %s1 */
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-expand.cc2372 rtx xor0, xor1; in ix86_expand_branch() local
2374 xor1 = hi[0]; in ix86_expand_branch()
2376 xor1 = expand_binop (submode, xor_optab, xor1, hi[1], in ix86_expand_branch()
2384 tmp = expand_binop (submode, ior_optab, xor1, xor0, in ix86_expand_branch()
Di386.md17006 rtx xor1 = gen_reg_rtx (SImode);
17022 emit_insn (gen_xorsi3 (xor1, hipart1, lopart1));
17024 emit_insn (gen_lshrsi3 (shift2, xor1, GEN_INT (16)));
17026 emit_move_insn (lopart2, gen_lowpart (HImode, xor1));
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.md9178 (define_insn_and_split "*insv.xor1-bit.0_split"
9194 (define_insn "*insv.xor1-bit.0"
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201617788 (*insv.xor-extract, *insv.xor1-bit.0): New insns.
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS36720 4803ff53ce23478d8a32f631bed8b26b gcc/testsuite/gcc.dg/binop-xor1.c