Home
last modified time | relevance | path

Searched refs:b0 (Results 1 – 25 of 256) sorted by relevance

1234567891011

/openbmc/linux/crypto/
H A Daes_generic.c1179 u32 b0[4], b1[4]; in crypto_aes_encrypt() local
1198 f_nround(b1, b0, kp); in crypto_aes_encrypt()
1199 f_nround(b0, b1, kp); in crypto_aes_encrypt()
1200 f_nround(b1, b0, kp); in crypto_aes_encrypt()
1201 f_nround(b0, b1, kp); in crypto_aes_encrypt()
1202 f_nround(b1, b0, kp); in crypto_aes_encrypt()
1203 f_nround(b0, b1, kp); in crypto_aes_encrypt()
1204 f_nround(b1, b0, kp); in crypto_aes_encrypt()
1205 f_nround(b0, b1, kp); in crypto_aes_encrypt()
1206 f_nround(b1, b0, kp); in crypto_aes_encrypt()
[all …]
/openbmc/linux/arch/arm64/crypto/
H A Dsm4-ce-asm.h20 rev64 b0.4s, b0.4s; \
21 ext b0.16b, b0.16b, b0.16b, #8; \
22 rev32 b0.16b, b0.16b;
25 rev32 b0.16b, b0.16b; \
45 rev64 b0.4s, b0.4s; \
47 ext b0.16b, b0.16b, b0.16b, #8; \
49 rev32 b0.16b, b0.16b; \
53 rev32 b0.16b, b0.16b; \
90 rev64 b0.4s, b0.4s; \
94 ext b0.16b, b0.16b, b0.16b, #8; \
[all …]
H A Dsm4-ce-gcm-core.S110 rev32 b0.16b, b0.16b; \
112 sm4e b0.4s, v24.4s; \
114 sm4e b0.4s, v25.4s; \
116 sm4e b0.4s, v26.4s; \
128 rev64 b0.4s, b0.4s; \
130 ext b0.16b, b0.16b, b0.16b, #8; \
131 rev32 b0.16b, b0.16b;
137 rev32 b0.16b, b0.16b; \
191 rev64 b0.4s, b0.4s; \
197 ext b0.16b, b0.16b, b0.16b, #8; \
[all …]
H A Dsm4-neon-core.S137 ROUND4(0, b0, b1, b2, b3); \
138 ROUND4(1, b1, b2, b3, b0); \
139 ROUND4(2, b2, b3, b0, b1); \
140 ROUND4(3, b3, b0, b1, b2); \
144 rev32 b0.16b, b0.16b; \
149 rotate_clockwise_4x4(b0, b1, b2, b3); \
155 rev32 b0.16b, b0.16b; \
159 SM4_CRYPT_BLK4_BE(b0, b1, b2, b3);
221 rev32 b0.16b, b0.16b; \
235 ROUND8(0, b0, b1, b2, b3, b4, b5, b6, b7); \
[all …]
/openbmc/qemu/include/fpu/
H A Dsoftfloat-macros.h563 uint64_t b0, b1; in estimateDiv128To64() local
568 b0 = b>>32; in estimateDiv128To64()
569 z = ( b0<<32 <= a0 ) ? UINT64_C(0xFFFFFFFF00000000) : ( a0 / b0 )<<32; in estimateDiv128To64()
578 z |= ( b0<<32 <= rem0 ) ? 0xFFFFFFFF : rem0 / b0; in estimateDiv128To64()
630 return a0 == b0 && a1 == b1; in eq128()
641 return a0 < b0 || (a0 == b0 && a1 <= b1); in le128()
652 return a0 < b0 || (a0 == b0 && a1 < b1); in lt128()
679 if (a0 != b0) { in le192()
680 return a0 < b0; in le192()
691 if (a0 != b0) { in lt192()
[all …]
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_boolean.S10 all4 b0, b0
13 all4 b0, b4
16 all4 b0, b8
19 all4 b0, b12
H A Dtest_fp1.S42 test_ord \op b0, f0, f1, 0x3f800000, 0x3f800000, \aa, FSR__ /* ord == ord */
132 olt.s b0, f0, f0
133 test_cond movf.s, f0, f1, b0, 0, 0x3f800000, 0x3f800000
134 ueq.s b0, f0, f0
135 test_cond movf.s, f0, f1, b0, 0, 0x3f800000, 0
139 ueq.s b0, f0, f0
140 test_cond movt.s, f0, f1, b0, 0, 0x3f800000, 0x3f800000
141 olt.s b0, f0, f0
142 test_cond movt.s, f0, f1, b0, 0, 0x3f800000, 0
/openbmc/linux/fs/f2fs/
H A Dhash.c28 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local
34 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); in TEA_transform()
35 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); in TEA_transform()
38 buf[0] += b0; in TEA_transform()
/openbmc/linux/fs/reiserfs/
H A Dhashes.c28 u32 b0, b1; \
30 b0 = h0; \
36 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); \
37 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); \
40 h0 += b0; \
/openbmc/linux/arch/arm/nwfpe/
H A Dsoftfloat-macros370 bits64 b0,
385 z0 = a0 + b0;
428 bits64 b0,
443 z0 = a0 - b0;
524 bits64 b0,
562 bits64 b0, b1;
566 b0 = b>>32; /* hence b0 is 32 bits wide now */
567 if ( b0<<32 <= a0 ) {
571 do_div( z, b0 );
723 return ( a0 < b0 ) || ( ( a0 == b0 ) && ( a1 <= b1 ) );
[all …]
/openbmc/linux/drivers/crypto/nx/
H A Dnx-aes-ccm.c134 unsigned int cryptlen, u8 *b0) in generate_b0() argument
138 memcpy(b0, iv, 16); in generate_b0()
140 lp = b0[0]; in generate_b0()
144 *b0 |= (8 * ((m - 2) / 2)); in generate_b0()
148 *b0 |= 64; in generate_b0()
150 return set_msg_len(b0 + 16 - l, cryptlen, l); in generate_b0()
186 b0 = nx_ctx->csbcpb->cpb.aes_ccm.in_pat_or_b0; in generate_pat()
191 b0 = nx_ctx->csbcpb->cpb.aes_ccm.in_pat_or_b0; in generate_pat()
198 b0 = nx_ctx->csbcpb_aead->cpb.aes_cca.b0; in generate_pat()
202 b0 = nx_ctx->csbcpb_aead->cpb.aes_cca.b0; in generate_pat()
[all …]
/openbmc/u-boot/fs/zfs/
H A Dzfs_fletcher.c40 uint64_t a0, b0, a1, b1; in fletcher_2_endian() local
42 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_endian()
45 b0 += a0; in fletcher_2_endian()
51 zcp->zc_word[2] = cpu_to_zfs64(b0, endian); in fletcher_2_endian()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-bitmaps62 $QEMU_IMG bitmap --add -f $IMGFMT "$TEST_IMG.base" b0
97 $QEMU_IMG bitmap --add --disable -f $IMGFMT "$TEST_IMG" b0
98 $QEMU_IMG bitmap --add --merge b0 -b "$TEST_IMG.base" -F $IMGFMT \
100 $QEMU_IMG bitmap --merge tmp -f $IMGFMT "$TEST_IMG" b0
122 -B b0 -B b1 -B b2 -B b3 "$TEST_IMG"
158 $QEMU_IMG bitmap --remove "$TEST_IMG" b0
H A Dqemu-img-bitmaps.out57 name: b0
82 name: b0
95 name: b0
138 name: b0
147 qemu-img: Cannot copy inconsistent bitmap 'b0'
151 qemu-img: warning: Skipping inconsistent bitmap 'b0'
/openbmc/linux/arch/ia64/lib/
H A Dip_fast_csum.S77 br.ret.sptk.many b0
85 mov r34=b0
90 br.call.sptk.many b0=do_csum
94 mov b0=r34
95 br.ret.sptk.many b0
146 br.ret.sptk.many b0
/openbmc/linux/lib/crypto/
H A Dcurve25519-hacl64.c44 u64 b0 = b[0]; in modulo_carry_top() local
129 u64 b0; in fmul_shift_reduce() local
190 u128 b0; in fmul_fmul() local
201 b0 = t[0]; in fmul_fmul()
248 u128 b0; in fsquare_fsquare_() local
258 b0 = tmp[0]; in fsquare_fsquare_()
314 fmul_fmul(b0, t00, b0); in crecip_crecip()
352 u64 b0; in fdifference() local
358 b0 = tmp[0]; in fdifference()
399 u128 b0; in fscalar() local
[all …]
/openbmc/u-boot/include/linux/
H A Dmath64.h194 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local
198 b0.ll = b; in mul_u64_u64_shr()
200 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr()
201 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr()
202 rn.ll = mul_u32_u32(a0.l.high, b0.l.low); in mul_u64_u64_shr()
203 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); in mul_u64_u64_shr()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/
H A D40-libgphoto2.rules1088 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0302", MODE="l36"
1089 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0117", MODE="l36"
1090 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0122", MODE="l36"
1091 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0123", MODE="l36"
1092 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0109", MODE="l36"
1093 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0115", MODE="l36"
1094 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0121", MODE="l36"
1095 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0111", MODE="l36"
1096 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="011d", MODE="l36"
1097 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="012d", MODE="l36"
[all …]
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dpctv452e.c520 u8 *b0, *rx; in pctv452e_power_ctrl() local
532 if (!b0) in pctv452e_power_ctrl()
535 rx = b0 + 5; in pctv452e_power_ctrl()
544 b0[0] = 0xaa; in pctv452e_power_ctrl()
545 b0[1] = state->c++; in pctv452e_power_ctrl()
546 b0[2] = PCTV_CMD_RESET; in pctv452e_power_ctrl()
547 b0[3] = 1; in pctv452e_power_ctrl()
548 b0[4] = 0; in pctv452e_power_ctrl()
554 b0[1] = state->c++; in pctv452e_power_ctrl()
555 b0[4] = 1; in pctv452e_power_ctrl()
[all …]
/openbmc/linux/arch/alpha/include/asm/
H A Dbitops.h440 unsigned long b0, b1, ofs, tmp; in sched_find_first_bit() local
442 b0 = b[0]; in sched_find_first_bit()
444 ofs = (b0 ? 0 : 64); in sched_find_first_bit()
445 tmp = (b0 ? b0 : b1); in sched_find_first_bit()
/openbmc/linux/include/linux/
H A Dmath64.h208 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local
212 b0.ll = b; in mul_u64_u64_shr()
214 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr()
215 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr()
216 rn.ll = mul_u32_u32(a0.l.high, b0.l.low); in mul_u64_u64_shr()
217 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); in mul_u64_u64_shr()
/openbmc/linux/drivers/mtd/nand/
H A Decc-sw-hamming.c378 unsigned char b0, b1, b2, bit_addr; in ecc_sw_hamming_correct() local
387 b0 = read_ecc[0] ^ calc_ecc[0]; in ecc_sw_hamming_correct()
390 b0 = read_ecc[1] ^ calc_ecc[1]; in ecc_sw_hamming_correct()
401 if ((b0 | b1 | b2) == 0) in ecc_sw_hamming_correct()
404 if ((((b0 ^ (b0 >> 1)) & 0x55) == 0x55) && in ecc_sw_hamming_correct()
426 byte_addr = (addressbits[b1] << 4) + addressbits[b0]; in ecc_sw_hamming_correct()
429 (addressbits[b1] << 4) + addressbits[b0]; in ecc_sw_hamming_correct()
437 if ((bitsperbyte[b0] + bitsperbyte[b1] + bitsperbyte[b2]) == 1) in ecc_sw_hamming_correct()
/openbmc/linux/arch/ia64/kernel/
H A Dmca_asm.S297 br b0
320 br b0
405 br b0
459 mov b0=r2 // save return address
694 br.sptk b0
720 mov b0=r2 // save return address
893 br.sptk b0
940 br.sptk b0
1001 br.sptk b0
1022 mov b0=r2 // save return address
[all …]
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_clock.c27 } rm, rn, rh, a0, b0; in mul_u64_u64_shr64() local
31 b0.ll = b; in mul_u64_u64_shr64()
33 rm.ll = (u64)a0.l.low * b0.l.high; in mul_u64_u64_shr64()
34 rn.ll = (u64)a0.l.high * b0.l.low; in mul_u64_u64_shr64()
35 rh.ll = (u64)a0.l.high * b0.l.high; in mul_u64_u64_shr64()
/openbmc/linux/arch/arm/crypto/
H A Dblake2s-core.S68 .macro _blake2s_quarterround a0, b0, c0, d0, a1, b1, c1, d1, s0, s1, s2, s3
74 add \a0, \a0, \b0, ror #brot
88 eor \b0, \c0, \b0, ror #brot
95 add \a0, \a0, \b0, ror #12
109 eor \b0, \c0, \b0, ror#12

1234567891011