Searched refs:inp (Results 101 - 125 of 213) sorted by relevance

123456789

/freebsd-10.2-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-x86_64.pl89 $inp="%rsi"; # 2nd arg
94 $inp="%r9";
113 mov `4*$i`($inp),$xi[0]
119 mov `4*$j`($inp),$xi[1]
248 mov %rsi,$inp # reassigned argument
281 lea `16*4`($inp),$inp
326 mov %rsi,$inp # reassigned argument
330 add $inp,$num
342 movdqu 0($inp),
[all...]
H A Dsha1-sparcv9a.pl47 $inp="%i1";
339 ldd [$inp+64],@X[0]
349 and $inp,-64,$nXfer
350 inc 64,$inp
386 ldd [$inp+`8*($i+1-70)`],@X[2*($i+1-70)]
388 $code.=<<___ if ($i==77); # redundant if $inp was aligned
391 ldd [$inp+$tmp0],@X[16]
431 and $inp,7,$align
433 and $inp,-8,$inp
[all...]
H A Dsha1-mips.pl82 $inp=$a1;
109 lwl @X[$j],$j*4+$MSB($inp)
112 lwr @X[$j],$j*4+$LSB($inp)
276 $PTR_ADD $num,$inp
287 lwl @X[0],$MSB($inp)
289 lwr @X[0],$LSB($inp)
310 $PTR_ADD $inp,64
324 bne $inp,$num,.Loop
H A Dsha1-parisc.pl49 $inp="%r25"; # arg1
179 extru $inp,31,2,$t0 ; t0=inp&3;
186 andcm $inp,$t0,$t0 ; 64-bit neutral
191 cmpb,*= $inp,$t0,L\$aligned
233 ldo 64($inp),$inp
H A Dsha512-s390x.pl52 $inp="%r3";
108 $LD $T1,`$i*$SZ`($inp) ### $i
251 lgr %r2,$inp
261 la $len,0($len,$inp)
290 la $inp,`16*$SZ`($inp)
307 cl${g} $inp,`$frame+4*$SIZE_T`($sp)
H A Dsha512-armv4.pl45 $inp="r1";
231 add $len,$inp,$len,lsl#7 @ len to point at the end of inp
274 ldrb $Tlo,[$inp,#7]
275 ldrb $t0, [$inp,#6]
276 ldrb $t1, [$inp,#5]
277 ldrb $t2, [$inp,#4]
278 ldrb $Thi,[$inp,#3]
279 ldrb $t3, [$inp,#2]
281 ldrb $t0, [$inp,#
[all...]
H A Dsha1-ia64.pl55 { .mmi; ld1 $X[$i]=[inp],2 // MSB
57 { .mmi; ld1 tmp0=[inp],2
63 { .mmi; ld1 $Xn=[inp],2 // forward Xload
75 { .mmi; ld1 tmp0=[inp],2 // forward Xload
185 add tmp3=1,inp // used in unaligned codepath
230 inp=r33; // in1
243 $ADDP inp=0,inp
261 add tmp3=1,inp
H A Dsha512-x86_64.pl85 $inp="%rsi"; # 2nd arg
189 lea ($inp,%rdx,$SZ),%rdx # inp+num*16*$SZ
192 mov $inp,$_inp # save inp, 2nd arh
214 $code.=" mov $SZ*$i($inp),$T1\n";
236 lea 16*$SZ($inp),$inp
247 cmp $_end,$inp
H A Dsha512-mips.pl115 $inp=$a1;
123 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
124 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
302 $PTR_ADD @X[15],$inp # pointer to the end of input
308 ${LD}l @X[0],$MSB($inp)
309 ${LD}r @X[0],$LSB($inp)
331 $PTR_ADD $inp,16*$SZ
354 bne $inp,@X[15],.Loop
/freebsd-10.2-release/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl65 $inp="r2";
81 $rem_4bit=$inp; # used in gcm_gmult_4bit
136 add $len,$inp,$len @ $len to point at the end
143 ldrb $nlo,[$inp,#15]
154 ldrb $nlo,[$inp,#14]
185 ldrplb $nlo,[$inp,$cnt]
210 add $inp,$inp,#16
213 &Zsmash("cmp\t$inp,$len","ldrneb\t$nlo,[$inp,#1
[all...]
H A Dghash-x86_64.pl86 my $inp = shift;
107 mov ($inp,$cnt),`&LB("$nlo")`
191 $inp="%rdx";
208 mov $inp,%r14 # reassign couple of args
211 { my $inp="%r14";
245 &add ($len,$inp); # pointer to the end of data
250 &xor ($Zhi,"($inp)");
251 &mov ("%rdx","8($inp)");
252 &lea ($inp,"16($inp)");
[all...]
H A Dghash-ia64.pl48 my ($p16,$p17)=(shift)?("p63","p63"):("p16","p17"); # mask references to inp
66 { .mmi; ($p16) ld1 in[0]=[inp],-1
97 inp=r26; end=r27;
156 $inp="in2";
197 " $ADDP $len=$len,$inp", # &inp[len]
198 " $ADDP $inp=15,$inp", # &inp[15]
262 { .mmi; ld1 $in=[$inp],
[all...]
H A Dghash-parisc.pl55 $inp="%r24";
111 addl $inp,$len,$len
366 addl $inp,$len,$len
385 ldb 15($inp),$nhi
397 ldb 14($inp),$byte
424 ldbx $cnt($inp),$byte
471 ldo 16($inp),$inp
473 cmpb,*<> $inp,$len,L\$outer_ghash_pa2
489 ldb 15($inp),
[all...]
/freebsd-10.2-release/sys/netinet/
H A Dsctp_constants.h999 #define sctp_sowwakeup(inp, so) \
1001 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1002 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
1008 #define sctp_sowwakeup_locked(inp, so) \
1010 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1012 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
1018 #define sctp_sorwakeup(inp, so) \
1020 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1021 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
1027 #define sctp_sorwakeup_locked(inp, s
[all...]
H A Dsctp_output.h45 sctp_add_addresses_to_i_ia(struct sctp_inpcb *inp,
62 sctp_is_addr_in_ep(struct sctp_inpcb *inp, struct sctp_ifa *ifa);
65 sctp_source_address_selection(struct sctp_inpcb *inp,
/freebsd-10.2-release/sys/i386/ibcs2/
H A Dibcs2_misc.c339 register caddr_t inp, buf; /* BSD-format */ local
403 inp = buf;
420 len -= BSD_DIRENT(inp)->d_reclen;
421 inp += BSD_DIRENT(inp)->d_reclen;
430 reclen = BSD_DIRENT(inp)->d_reclen;
436 if (BSD_DIRENT(inp)->d_fileno == 0) {
437 inp += reclen; /* it is a hole; squish it out */
455 idb.d_ino = (ibcs2_ino_t)BSD_DIRENT(inp)->d_fileno;
459 (error = copyout(BSD_DIRENT(inp)
494 register caddr_t inp, buf; /* BSD-format */ local
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/aes/
H A Daes_ige.c101 aes_block_t *inp = (aes_block_t *) in; local
105 outp->data[n] = inp->data[n] ^ ivp->data[n];
111 iv2p = inp;
154 aes_block_t *inp = (aes_block_t *) in; local
158 tmp.data[n] = inp->data[n] ^ iv2p->data[n];
163 ivp = inp;
/freebsd-10.2-release/crypto/openssl/engines/
H A De_padlock.c439 void *out, const void *inp) \
446 : "=a"(iv), "=c"(cnt), "=D"(out), "=S"(inp) \
447 : "0"(cdata), "1"(cnt), "2"(out), "3"(inp) \
519 void *outp, const void *inp) \
524 _asm mov esi,inp \
922 const void *inp; local
1027 inp = padlock_memcpy(out, in_arg, chunk);
1029 inp = in_arg;
1032 padlock_xcrypt_ecb(chunk / AES_BLOCK_SIZE, cdata, out, inp);
1053 inp
[all...]
/freebsd-10.2-release/sys/security/mac_seeotheruids/
H A Dmac_seeotheruids.c163 seeotheruids_inpcb_check_visible(struct ucred *cred, struct inpcb *inp, argument
167 return (seeotheruids_check(cred, inp->inp_cred));
/freebsd-10.2-release/crypto/openssl/crypto/aes/asm/
H A Daes-ppc.pl64 $inp="r3";
362 andi. $t0,$inp,3
368 lwz $s0,0($inp)
369 lwz $s1,4($inp)
370 lwz $s2,8($inp)
371 lwz $s3,12($inp)
381 subfic $t0,$inp,4096
389 lbz $acc00,0($inp)
390 lbz $acc01,1($inp)
391 lbz $acc02,2($inp)
[all...]
H A Daes-x86_64.pl55 $inp="%r8";
91 { my $t3="%r8d"; # zaps $inp!
151 { my $t3="%r8d"; # zaps $inp!
551 lea 128($sbox),$inp # size optimization
552 mov 0-128($inp),$acc1 # prefetch Te4
553 mov 32-128($inp),$acc2
554 mov 64-128($inp),$t0
555 mov 96-128($inp),$t1
556 mov 128-128($inp),$acc1
557 mov 160-128($inp),
[all...]
H A Daesni-sha1-x86_64.pl75 # void aesni_cbc_sha1_enc(const void *inp,
108 my ($in0,$out,$len,$key,$ivp,$ctx,$inp)=("%rdi","%rsi","%rdx","%rcx","%r8","%r9","%r10");
134 mov `($win64?56:8)`(%rsp),$inp # load 7th argument
144 #mov $in0,$inp # debugging artefact
174 add $inp,$len # end of input
186 movdqu 0($inp),@X[-4&7] # load input to %xmm[0-3]
187 movdqu 16($inp),@X[-3&7]
188 movdqu 32($inp),@X[-2&7]
189 movdqu 48($inp),@X[-1&7]
191 add \$64,$inp
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pragma.c425 dt_node_t *inp = fnp ? fnp->dn_list : NULL; local
429 (inp != NULL && inp->dn_kind != DT_NODE_INT)) {
456 if (inp != NULL) {
457 if (inp->dn_value == 1)
459 else if (inp->dn_value == 2 && yypcb->pcb_idepth != 0)
/freebsd-10.2-release/sys/dev/cx/
H A Dmachdep.h39 # define inb(port) inp((unsigned short)(port))
/freebsd-10.2-release/usr.sbin/tcpdrop/
H A Dtcpdrop.c210 struct inpcb *inp; local
224 inp = &xpcb->xt_inp;
232 if (inp->inp_gencnt > head->xig_gen)
239 if (!tcpdropconn(&inp->inp_inc))

Completed in 243 milliseconds

123456789