Home
last modified time | relevance | path

Searched refs:inp (Results 1 – 10 of 10) sorted by relevance

/arch/arm/crypto/
Dsha256-armv4.pl44 $inp="r1"; $t4="r1";
69 @ ldr $t1,[$inp],#4 @ $i
71 str $inp,[sp,#17*4] @ make room for $t4
80 @ ldrb $t1,[$inp,#3] @ $i
82 ldrb $t2,[$inp,#2]
83 ldrb $t0,[$inp,#1]
85 ldrb $t2,[$inp],#4
88 str $inp,[sp,#17*4] @ make room for $t4
112 ldr $t1,[$inp],#4 @ prefetch
114 ldrb $t1,[$inp,#3]
[all …]
Dbsaes-armv7.pl53 my ($inp,$out,$len,$key)=("r0","r1","r2","r3");
896 my ($out,$inp,$rounds,$const)=("r12","r4","r5","r6");
927 vld1.8 {@XMM[7]}, [$inp]! @ load round 0 key
929 vld1.8 {@XMM[15]}, [$inp]! @ load round 1 key
962 vld1.8 {@XMM[15]}, [$inp]! @ load next round key
991 ldr r5,[$inp,#240] @ pass rounds
992 mov r4,$inp @ pass key
1009 vld1.8 {@XMM[0]-@XMM[1]}, [$inp]! @ load input
1010 vld1.8 {@XMM[2]-@XMM[3]}, [$inp]!
1012 vld1.8 {@XMM[4]-@XMM[5]}, [$inp]!
[all …]
Dsha512-armv4.pl57 $inp="r1";
282 add $len,$inp,$len,lsl#7 @ len to point at the end of inp
319 ldrb $Tlo,[$inp,#7]
320 ldrb $t0, [$inp,#6]
321 ldrb $t1, [$inp,#5]
322 ldrb $t2, [$inp,#4]
323 ldrb $Thi,[$inp,#3]
324 ldrb $t3, [$inp,#2]
326 ldrb $t0, [$inp,#1]
328 ldrb $t1, [$inp],#8
[all …]
Daes-armv4.S154 mov r12,r0 @ inp
404 mov r12,r0 @ inp
849 mov r12,r0 @ inp
Dsha256-core.S_shipped103 add r2,r1,r2,lsl#6 @ len to point at the end of inp
1850 ldr r1,[sp,#17*4] @ pull inp
1851 ldr r12,[sp,#18*4] @ pull inp+len
1885 add r2,r1,r2,lsl#6 @ len to point at the end of inp
2674 add r2,r1,r2,lsl#6 @ len to point at the end of inp
Dsha512-core.S_shipped149 add r2,r1,r2,lsl#7 @ len to point at the end of inp
537 add r2,r1,r2,lsl#7 @ len to point at the end of inp
/arch/powerpc/kernel/
Dsyscalls.c86 ppc_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timeval __use… in ppc_select() argument
93 || __get_user(inp, ((fd_set __user * __user *)(buffer+1))) in ppc_select()
99 return sys_select(n, inp, outp, exp, tvp); in ppc_select()
Dsys_ppc32.c56 asmlinkage long ppc32_select(u32 n, compat_ulong_t __user *inp, in ppc32_select() argument
61 return compat_sys_select((int)n, inp, outp, exp, compat_ptr(tvp_x)); in ppc32_select()
/arch/xtensa/include/asm/
Dsyscall.h21 asmlinkage long sys_pselect6(int n, fd_set __user *inp, fd_set __user *outp,
/arch/alpha/kernel/
Dosf_sys.c1083 SYSCALL_DEFINE5(osf_select, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE5() argument
1107 return core_sys_select(n, inp, outp, exp, to); in SYSCALL_DEFINE5()