Searched refs:inp (Results 1 – 9 of 9) sorted by relevance
/arch/arm/crypto/ |
D | sha256-armv4.pl | 51 $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 …]
|
D | sha512-armv4.pl | 64 $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 …]
|
D | sha256-core.S_shipped | 110 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
|
D | sha512-core.S_shipped | 156 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/ |
D | sha512-armv8.pl | 100 ($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 …]
|
D | sha256-core.S_shipped | 1233 add x2,x1,x2,lsl#6 // len to point at the end of inp
|
/arch/powerpc/kernel/ |
D | syscalls.c | 82 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/ |
D | asm-prototypes.h | 95 ppc_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timeval __use…
|
/arch/alpha/kernel/ |
D | osf_sys.c | 1101 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()
|