Home
last modified time | relevance | path

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

/arch/arm/crypto/
Dsha256-armv4.pl51 $inp="r1"; $t4="r1";
76 @ ldr $t1,[$inp],#4 @ $i
78 str $inp,[sp,#17*4] @ make room for $t4
87 @ ldrb $t1,[$inp,#3] @ $i
89 ldrb $t2,[$inp,#2]
90 ldrb $t0,[$inp,#1]
92 ldrb $t2,[$inp],#4
95 str $inp,[sp,#17*4] @ make room for $t4
119 ldr $t1,[$inp],#4 @ prefetch
121 ldrb $t1,[$inp,#3]
[all …]
Dsha512-armv4.pl64 $inp="r1";
289 add $len,$inp,$len,lsl#7 @ len to point at the end of inp
326 ldrb $Tlo,[$inp,#7]
327 ldrb $t0, [$inp,#6]
328 ldrb $t1, [$inp,#5]
329 ldrb $t2, [$inp,#4]
330 ldrb $Thi,[$inp,#3]
331 ldrb $t3, [$inp,#2]
333 ldrb $t0, [$inp,#1]
335 ldrb $t1, [$inp],#8
[all …]
Dsha256-core.S_shipped110 add r2,r1,r2,lsl#6 @ len to point at the end of inp
1857 ldr r1,[sp,#17*4] @ pull inp
1858 ldr r12,[sp,#18*4] @ pull inp+len
1892 add r2,r1,r2,lsl#6 @ len to point at the end of inp
2681 add r2,r1,r2,lsl#6 @ len to point at the end of inp
Dsha512-core.S_shipped156 add r2,r1,r2,lsl#7 @ len to point at the end of inp
544 add r2,r1,r2,lsl#7 @ len to point at the end of inp
/arch/arm64/crypto/
Dsha512-armv8.pl100 ($ctx,$inp,$num,$Ktbl)=map("x$_",(0..2,30));
118 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
121 ldp @X[14],@X[15],[$inp]
238 add $num,$inp,$num,lsl#`log(16*$SZ)/log(2)` // end of input
244 ldp @X[0],@X[1],[$inp],#2*$SZ
247 str $inp,[x29,#112]
256 ldr $inp,[x29,#112]
261 add $inp,$inp,#14*$SZ // advance input pointer
274 cmp $inp,$num
391 ld1 {@MSG[0]-@MSG[3]},[$inp],#64
[all …]
Dsha256-core.S_shipped1233 add x2,x1,x2,lsl#6 // len to point at the end of inp
/arch/powerpc/kernel/
Dsyscalls.c82 ppc_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timeval __use… in ppc_select() argument
89 || __get_user(inp, ((fd_set __user * __user *)(buffer+1))) in ppc_select()
95 return sys_select(n, inp, outp, exp, tvp); in ppc_select()
/arch/powerpc/include/asm/
Dasm-prototypes.h95 ppc_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timeval __use…
/arch/alpha/kernel/
Dosf_sys.c1101 SYSCALL_DEFINE5(osf_select, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE5() argument
1121 return core_sys_select(n, inp, outp, exp, to); in SYSCALL_DEFINE5()