/third_party/node/deps/openssl/openssl/crypto/des/ |
D | pcbc_enc.c | 22 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; in DES_pcbc_encrypt() local 32 c2l(iv, xor0); in DES_pcbc_encrypt() 40 tin[0] = sin0 ^ xor0; in DES_pcbc_encrypt() 45 xor0 = sin0 ^ tout0; in DES_pcbc_encrypt() 51 c2l(iv, xor0); in DES_pcbc_encrypt() 59 tout0 = tin[0] ^ xor0; in DES_pcbc_encrypt() 66 xor0 = tout0 ^ sin0; in DES_pcbc_encrypt() 71 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0; in DES_pcbc_encrypt()
|
D | ncbc_enc.c | 28 register DES_LONG tout0, tout1, xor0, xor1; in DES_cbc_encrypt() local 69 c2l(iv, xor0); in DES_cbc_encrypt() 77 tout0 = tin[0] ^ xor0; in DES_cbc_encrypt() 81 xor0 = tin0; in DES_cbc_encrypt() 90 tout0 = tin[0] ^ xor0; in DES_cbc_encrypt() 94 xor0 = tin0; in DES_cbc_encrypt() 100 l2c(xor0, iv); in DES_cbc_encrypt() 104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in DES_cbc_encrypt()
|
D | xcbc_enc.c | 26 register DES_LONG tout0, tout1, xor0, xor1; in DES_xcbc_encrypt() local 74 c2l(iv, xor0); in DES_xcbc_encrypt() 82 tout0 = tin[0] ^ xor0 ^ inW0; in DES_xcbc_encrypt() 86 xor0 = tin0; in DES_xcbc_encrypt() 95 tout0 = tin[0] ^ xor0 ^ inW0; in DES_xcbc_encrypt() 98 xor0 = tin0; in DES_xcbc_encrypt() 103 l2c(xor0, iv); in DES_xcbc_encrypt() 106 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in DES_xcbc_encrypt()
|
D | des_enc.c | 206 register DES_LONG tout0, tout1, xor0, xor1; in DES_ede3_cbc_encrypt() local 255 c2l(iv, xor0); in DES_ede3_cbc_encrypt() 270 tout0 ^= xor0; in DES_ede3_cbc_encrypt() 274 xor0 = t0; in DES_ede3_cbc_encrypt() 290 tout0 ^= xor0; in DES_ede3_cbc_encrypt() 293 xor0 = t0; in DES_ede3_cbc_encrypt() 298 l2c(xor0, iv); in DES_ede3_cbc_encrypt() 301 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in DES_ede3_cbc_encrypt()
|
/third_party/openssl/crypto/des/ |
D | pcbc_enc.c | 22 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; in DES_pcbc_encrypt() local 32 c2l(iv, xor0); in DES_pcbc_encrypt() 40 tin[0] = sin0 ^ xor0; in DES_pcbc_encrypt() 45 xor0 = sin0 ^ tout0; in DES_pcbc_encrypt() 51 c2l(iv, xor0); in DES_pcbc_encrypt() 59 tout0 = tin[0] ^ xor0; in DES_pcbc_encrypt() 66 xor0 = tout0 ^ sin0; in DES_pcbc_encrypt() 71 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0; in DES_pcbc_encrypt()
|
D | ncbc_enc.c | 28 register DES_LONG tout0, tout1, xor0, xor1; in DES_cbc_encrypt() local 69 c2l(iv, xor0); in DES_cbc_encrypt() 77 tout0 = tin[0] ^ xor0; in DES_cbc_encrypt() 81 xor0 = tin0; in DES_cbc_encrypt() 90 tout0 = tin[0] ^ xor0; in DES_cbc_encrypt() 94 xor0 = tin0; in DES_cbc_encrypt() 100 l2c(xor0, iv); in DES_cbc_encrypt() 104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in DES_cbc_encrypt()
|
D | xcbc_enc.c | 26 register DES_LONG tout0, tout1, xor0, xor1; in DES_xcbc_encrypt() local 74 c2l(iv, xor0); in DES_xcbc_encrypt() 82 tout0 = tin[0] ^ xor0 ^ inW0; in DES_xcbc_encrypt() 86 xor0 = tin0; in DES_xcbc_encrypt() 95 tout0 = tin[0] ^ xor0 ^ inW0; in DES_xcbc_encrypt() 98 xor0 = tin0; in DES_xcbc_encrypt() 103 l2c(xor0, iv); in DES_xcbc_encrypt() 106 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in DES_xcbc_encrypt()
|
D | des_enc.c | 206 register DES_LONG tout0, tout1, xor0, xor1; in DES_ede3_cbc_encrypt() local 255 c2l(iv, xor0); in DES_ede3_cbc_encrypt() 270 tout0 ^= xor0; in DES_ede3_cbc_encrypt() 274 xor0 = t0; in DES_ede3_cbc_encrypt() 290 tout0 ^= xor0; in DES_ede3_cbc_encrypt() 293 xor0 = t0; in DES_ede3_cbc_encrypt() 298 l2c(xor0, iv); in DES_ede3_cbc_encrypt() 301 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in DES_ede3_cbc_encrypt()
|
/third_party/openssl/crypto/idea/ |
D | i_cbc.c | 25 register unsigned long tout0, tout1, xor0, xor1; in IDEA_cbc_encrypt() local 61 n2l(iv, xor0); in IDEA_cbc_encrypt() 70 tout0 = tin[0] ^ xor0; in IDEA_cbc_encrypt() 74 xor0 = tin0; in IDEA_cbc_encrypt() 83 tout0 = tin[0] ^ xor0; in IDEA_cbc_encrypt() 86 xor0 = tin0; in IDEA_cbc_encrypt() 89 l2n(xor0, iv); in IDEA_cbc_encrypt() 92 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in IDEA_cbc_encrypt()
|
/third_party/node/deps/openssl/openssl/crypto/idea/ |
D | i_cbc.c | 25 register unsigned long tout0, tout1, xor0, xor1; in IDEA_cbc_encrypt() local 61 n2l(iv, xor0); in IDEA_cbc_encrypt() 70 tout0 = tin[0] ^ xor0; in IDEA_cbc_encrypt() 74 xor0 = tin0; in IDEA_cbc_encrypt() 83 tout0 = tin[0] ^ xor0; in IDEA_cbc_encrypt() 86 xor0 = tin0; in IDEA_cbc_encrypt() 89 l2n(xor0, iv); in IDEA_cbc_encrypt() 92 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in IDEA_cbc_encrypt()
|
/third_party/node/deps/openssl/openssl/crypto/cast/ |
D | c_enc.c | 88 register CAST_LONG tout0, tout1, xor0, xor1; in CAST_cbc_encrypt() local 124 n2l(iv, xor0); in CAST_cbc_encrypt() 133 tout0 = tin[0] ^ xor0; in CAST_cbc_encrypt() 137 xor0 = tin0; in CAST_cbc_encrypt() 146 tout0 = tin[0] ^ xor0; in CAST_cbc_encrypt() 149 xor0 = tin0; in CAST_cbc_encrypt() 152 l2n(xor0, iv); in CAST_cbc_encrypt() 155 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in CAST_cbc_encrypt()
|
/third_party/openssl/crypto/cast/ |
D | c_enc.c | 88 register CAST_LONG tout0, tout1, xor0, xor1; in CAST_cbc_encrypt() local 124 n2l(iv, xor0); in CAST_cbc_encrypt() 133 tout0 = tin[0] ^ xor0; in CAST_cbc_encrypt() 137 xor0 = tin0; in CAST_cbc_encrypt() 146 tout0 = tin[0] ^ xor0; in CAST_cbc_encrypt() 149 xor0 = tin0; in CAST_cbc_encrypt() 152 l2n(xor0, iv); in CAST_cbc_encrypt() 155 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in CAST_cbc_encrypt()
|
/third_party/openssl/crypto/rc5/ |
D | rc5_enc.c | 25 register unsigned long tout0, tout1, xor0, xor1; in RC5_32_cbc_encrypt() local 61 c2l(iv, xor0); in RC5_32_cbc_encrypt() 70 tout0 = tin[0] ^ xor0; in RC5_32_cbc_encrypt() 74 xor0 = tin0; in RC5_32_cbc_encrypt() 83 tout0 = tin[0] ^ xor0; in RC5_32_cbc_encrypt() 86 xor0 = tin0; in RC5_32_cbc_encrypt() 89 l2c(xor0, iv); in RC5_32_cbc_encrypt() 92 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in RC5_32_cbc_encrypt()
|
/third_party/node/deps/openssl/openssl/crypto/rc2/ |
D | rc2_cbc.c | 23 register unsigned long tout0, tout1, xor0, xor1; in RC2_cbc_encrypt() local 59 c2l(iv, xor0); in RC2_cbc_encrypt() 68 tout0 = tin[0] ^ xor0; in RC2_cbc_encrypt() 72 xor0 = tin0; in RC2_cbc_encrypt() 81 tout0 = tin[0] ^ xor0; in RC2_cbc_encrypt() 84 xor0 = tin0; in RC2_cbc_encrypt() 87 l2c(xor0, iv); in RC2_cbc_encrypt() 90 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in RC2_cbc_encrypt()
|
/third_party/openssl/crypto/rc2/ |
D | rc2_cbc.c | 23 register unsigned long tout0, tout1, xor0, xor1; in RC2_cbc_encrypt() local 59 c2l(iv, xor0); in RC2_cbc_encrypt() 68 tout0 = tin[0] ^ xor0; in RC2_cbc_encrypt() 72 xor0 = tin0; in RC2_cbc_encrypt() 81 tout0 = tin[0] ^ xor0; in RC2_cbc_encrypt() 84 xor0 = tin0; in RC2_cbc_encrypt() 87 l2c(xor0, iv); in RC2_cbc_encrypt() 90 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in RC2_cbc_encrypt()
|
/third_party/node/deps/openssl/openssl/crypto/rc5/ |
D | rc5_enc.c | 25 register unsigned long tout0, tout1, xor0, xor1; in RC5_32_cbc_encrypt() local 61 c2l(iv, xor0); in RC5_32_cbc_encrypt() 70 tout0 = tin[0] ^ xor0; in RC5_32_cbc_encrypt() 74 xor0 = tin0; in RC5_32_cbc_encrypt() 83 tout0 = tin[0] ^ xor0; in RC5_32_cbc_encrypt() 86 xor0 = tin0; in RC5_32_cbc_encrypt() 89 l2c(xor0, iv); in RC5_32_cbc_encrypt() 92 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in RC5_32_cbc_encrypt()
|
/third_party/openssl/crypto/bf/ |
D | bf_enc.c | 112 register BF_LONG tout0, tout1, xor0, xor1; in BF_cbc_encrypt() local 148 n2l(ivec, xor0); in BF_cbc_encrypt() 157 tout0 = tin[0] ^ xor0; in BF_cbc_encrypt() 161 xor0 = tin0; in BF_cbc_encrypt() 170 tout0 = tin[0] ^ xor0; in BF_cbc_encrypt() 173 xor0 = tin0; in BF_cbc_encrypt() 176 l2n(xor0, ivec); in BF_cbc_encrypt() 179 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in BF_cbc_encrypt()
|
/third_party/node/deps/openssl/openssl/crypto/bf/ |
D | bf_enc.c | 112 register BF_LONG tout0, tout1, xor0, xor1; in BF_cbc_encrypt() local 148 n2l(ivec, xor0); in BF_cbc_encrypt() 157 tout0 = tin[0] ^ xor0; in BF_cbc_encrypt() 161 xor0 = tin0; in BF_cbc_encrypt() 170 tout0 = tin[0] ^ xor0; in BF_cbc_encrypt() 173 xor0 = tin0; in BF_cbc_encrypt() 176 l2n(xor0, ivec); in BF_cbc_encrypt() 179 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in BF_cbc_encrypt()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | test_optimizer.cpp | 723 Temp xor0 = fneg(inputs[0]); variable 724 Temp min = bld.vop2(aco_opcode::v_min_f32, bld.def(v1), Operand::zero(), xor0);
|