Home
last modified time | relevance | path

Searched refs:s7 (Results 1 – 25 of 134) sorted by relevance

123456

/openbmc/linux/crypto/
H A Dcast5_generic.c157 static const u32 s7[256] = { variable
406 z[0] = x[0] ^ s5[xi(13)] ^ s6[xi(15)] ^ s7[xi(12)] ^ sb8[xi(14)] ^ in key_schedule()
407 s7[xi(8)]; in key_schedule()
408 z[1] = x[2] ^ s5[zi(0)] ^ s6[zi(2)] ^ s7[zi(1)] ^ sb8[zi(3)] ^ in key_schedule()
410 z[2] = x[3] ^ s5[zi(7)] ^ s6[zi(6)] ^ s7[zi(5)] ^ sb8[zi(4)] ^ in key_schedule()
412 z[3] = x[1] ^ s5[zi(10)] ^ s6[zi(9)] ^ s7[zi(11)] ^ sb8[zi(8)] ^ in key_schedule()
414 k[0] = s5[zi(8)] ^ s6[zi(9)] ^ s7[zi(7)] ^ sb8[zi(6)] ^ s5[zi(2)]; in key_schedule()
415 k[1] = s5[zi(10)] ^ s6[zi(11)] ^ s7[zi(5)] ^ sb8[zi(4)] ^ in key_schedule()
417 k[2] = s5[zi(12)] ^ s6[zi(13)] ^ s7[zi(3)] ^ sb8[zi(2)] ^ in key_schedule()
418 s7[zi(9)]; in key_schedule()
[all …]
/openbmc/phosphor-inventory-manager/test/
H A Dutils_test.cpp64 auto s7 = "bar"s; in TEST() local
67 EXPECT_FALSE(comp(s8, s7)); in TEST()
68 EXPECT_TRUE(comp(s7, s8)); in TEST()
92 auto s7 = "bar"s; in TEST() local
95 EXPECT_FALSE(comp(s8, s7)); in TEST()
96 EXPECT_TRUE(comp(s7, s8)); in TEST()
/openbmc/linux/arch/riscv/include/asm/
H A Dcompat.h44 compat_ulong_t s7; member
81 cregs->s7 = (compat_ulong_t) regs->s7; in regs_to_cregs()
118 regs->s7 = (unsigned long) cregs->s7; in cregs_to_regs()
/openbmc/linux/arch/mips/kernel/
H A Dcps-vec-ns16550.S52 move s7, ra
61 2: jr s7
123 move s7, ra
128 move ra, s7
/openbmc/linux/arch/riscv/kernel/
H A Dkexec_relocate.S36 mv s7, a4
56 sub s8, s8, s7
126 mv s7, zero
190 mv s7, zero
/openbmc/u-boot/arch/mips/include/asm/
H A Dregdef.h46 #define s7 $23 macro
89 #define s7 $23 macro
/openbmc/linux/arch/mips/include/asm/
H A Dregdef.h49 #define s7 $23 macro
92 #define s7 $23 macro
H A Dasmmacro-64.h25 LONG_S s7, THREAD_REG23(\thread)
38 LONG_L s7, THREAD_REG23(\thread)
H A Dasmmacro-32.h72 LONG_S s7, THREAD_REG23(\thread)
85 LONG_L s7, THREAD_REG23(\thread)
/openbmc/u-boot/arch/riscv/lib/
H A Dsetjmp.S27 STORE_IDX(s7, 7)
48 LOAD_IDX(s7, 7)
/openbmc/linux/arch/mips/power/
H A Dhibernate_asm.S27 PTR_S s7, PT_R23(t0)
57 PTR_L s7, PT_R23(t0)
/openbmc/linux/arch/loongarch/power/
H A Dhibernate_asm.S28 PTR_S s7, t0, PT_R30
62 PTR_L s7, t0, PT_R30
/openbmc/linux/arch/mips/fw/lib/
H A Dcall_o32.S49 REG_S s7,O32_FRAMESZ-4*SZREG(sp)
97 REG_L s7,O32_FRAMESZ-4*SZREG(sp)
/openbmc/linux/drivers/soc/bcm/brcmstb/pm/
H A Ds3-mips.S34 sw s7, 32(t0)
119 lw s7, 32(t0)
H A Ds2-mips.S31 sw s7, 32(sp)
174 lw s7, 32(sp)
/openbmc/linux/arch/loongarch/kernel/
H A Drethook_trampoline.S36 cfi_st s7, PT_R30
71 cfi_ld s7, PT_R30
/openbmc/linux/arch/mips/crypto/
H A Dchacha-core.S51 #define SAVED_CA $s7
53 #define IS_UNALIGNED $s7
226 sw $s7, 28($sp)
305 lw $s7, 28($sp)
H A Dpoly1305-mips.pl42 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
228 my ($shr,$shl) = ($s6,$s7); # used on R6
251 sd $s7,56($sp)
424 ld $s7,56($sp)
734 ($s0,$s1,$s2,$s3,$s4, $s5,$s6,$s7,$s8, $s9,$s10,$s11);
753 sw $s7, 4*7($sp)
1135 lw $s7, 4*7($sp)
/openbmc/linux/arch/arm64/crypto/
H A Dsm4-neon-core.S50 #define transpose_4x4_2x(s0, s1, s2, s3, s4, s5, s6, s7) \ argument
56 zip1 RTMP5.4s, s6.4s, s7.4s; \
58 zip2 RTMP7.4s, s6.4s, s7.4s; \
66 zip2 s7.2d, RTMP6.2d, RTMP7.2d;
78 #define rotate_clockwise_4x4_2x(s0, s1, s2, s3, s4, s5, s6, s7) \ argument
84 zip1 RTMP6.4s, s7.4s, s6.4s; \
86 zip2 RTMP7.4s, s7.4s, s6.4s; \
94 zip2 s7.2d, RTMP7.2d, RTMP5.2d;
/openbmc/linux/arch/loongarch/include/asm/
H A Dregdef.h38 #define s7 $r30 macro
/openbmc/qemu/linux-user/riscv/
H A Dtarget_syscall.h35 abi_long s7; member
/openbmc/linux/arch/arm/crypto/
H A Dblake2b-neon-core.S69 .macro _blake2b_round s0, s1, s2, s3, s4, s5, s6, s7, \
108 .if \s1 == 0 || \s3 == 0 || \s5 == 0 || \s7 == 0
116 vadd.u64 d3, d3, M_\s7
/openbmc/webui-vue/tests/unit/Global/__snapshots__/
H A DInfoTooltip.spec.js.snap23 …d="M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6…
/openbmc/linux/arch/riscv/include/uapi/asm/
H A Dptrace.h48 unsigned long s7; member
/openbmc/qemu/linux-headers/asm-riscv/
H A Dptrace.h48 unsigned long s7; member

123456