HomeSort by relevance Sort by last modified time
    Searched refs:inp (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/openssl/crypto/rc4/asm/
rc4-586.pl 69 $inp="esi";
119 &movq ("mm2",&QWP(0,$inp)) if ($i==1);
120 &movq (&QWP(-8,(@XX[0],$inp)),"mm1") if ($i==0);
141 &movq ("mm0",&QWP(0,$inp)) if ($i<=0);
142 &movq (&QWP(-8,($out,$inp)),"mm2") if ($i==0);
155 # void RC4(RC4_KEY *key,size_t len,const unsigned char *inp,unsigned char *out);
159 &mov ($inp,&wparam(2)); # load inp
172 &lea ($tx,&DWP(0,$inp,$ty));
173 &sub ($out,$inp); # re-bias ou
    [all...]
rc4-x86_64.pl 120 $inp="%rdx"; # arg3
140 mov $inp,%r12
144 my $inp="%r12";
165 sub $inp,$out
184 xorb ($inp),$TY#b
185 movb $TY#b,($out,$inp)
186 lea 1($inp),$inp
216 xor ($inp),%r8
217 mov %r8,($out,$inp)
    [all...]
rc4-s390x.pl 46 # void RC4(RC4_KEY *key,size_t len,const void *inp,void *out)
52 $inp="%r4";
114 lg $TX[1],0($inp)
116 la $inp,8($inp)
140 llgc $acc,0($inp)
141 la $inp,1($inp)
161 # void RC4_set_key(RC4_KEY *key,unsigned int len,const void *inp)
167 $inp="%r4"
    [all...]
rc4-parisc.pl 74 $inp="%r24";
124 ldbx $inp($out),$dat1
155 sub $inp,$out,$inp ; distance between $inp and $out
180 and,<> $inp,$dat0,$acc ; is $inp aligned?
182 sub $inp,$acc,$rem ; align $inp
214 ldwx $inp($out),$dat
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-x86.pl 63 $inp="esi";
163 # void $PREFIX_encrypt (const void *inp,void *out,const AES_KEY *key);
179 # void $PREFIX_decrypt (const void *inp,void *out,const AES_KEY *key);
362 &mov ($inp,&wparam(0));
378 &movdqu ($inout0,&QWP(0,$inp));
379 &movdqu ($inout1,&QWP(0x10,$inp));
380 &movdqu ($inout2,&QWP(0x20,$inp));
381 &movdqu ($inout3,&QWP(0x30,$inp));
382 &movdqu ($inout4,&QWP(0x40,$inp));
383 &movdqu ($inout5,&QWP(0x50,$inp));
    [all...]
aesni-x86_64.pl 186 $inp="%rdi";
237 # void $PREFIX_[en|de]crypt (const void *inp,void *out,const AES_KEY *key);
239 { my ($inp,$out,$key) = @_4args;
246 movups ($inp),$inout0 # load input
259 movups ($inp),$inout0 # load input
544 movdqu ($inp),$inout0
545 movdqu 0x10($inp),$inout1
546 movdqu 0x20($inp),$inout2
547 movdqu 0x30($inp),$inout3
548 movdqu 0x40($inp),$inout
    [all...]
bsaes-x86_64.pl 111 my ($inp,$out,$len,$key,$ivp)=("%rdi","%rsi","%rdx","%rcx");
880 my ($out,$inp,$rounds,$const)=("%rax","%rcx","%r10d","%r11");
911 movdqu ($inp), %xmm7 # load round 0 key
912 lea 0x10($inp), $inp
920 movdqu ($inp), %xmm6 # load round 1 key
963 lea 0x10($inp), $inp
973 movdqu ($inp), %xmm6 # load next round key
999 mov 240($inp),%r10d # pass round
    [all...]
vpaes-x86.pl 57 my ($round, $base, $magic, $key, $const, $inp, $out)=
372 &movdqu ("xmm0",&QWP(0,$inp)); # load key (unaligned)
436 &movdqu ("xmm0",&QWP(8,$inp)); # load key part 2 (very unaligned)
467 &movdqu ("xmm0",&QWP(16,$inp)); # load key part 2 (unaligned)
699 &lea ($inp,&DWP($k_dksd,$const));
705 &movdqa ("xmm2",&QWP(0,$inp));
707 &movdqa ("xmm3",&QWP(0x10,$inp));
712 &movdqa ("xmm2",&QWP(0x20,$inp));
715 &movdqa ("xmm3",&QWP(0x30,$inp));
720 &movdqa ("xmm2",&QWP(0x40,$inp));
    [all...]
aes-s390x.pl 102 $t2="%r2"; $inp="%r2";
237 # void AES_encrypt(const unsigned char *inp, unsigned char *out,
250 #la %r2,0($inp)
262 llgf $s0,0($inp)
263 llgf $s1,4($inp)
264 llgf $s2,8($inp)
265 llgf $s3,12($inp)
563 # void AES_decrypt(const unsigned char *inp, unsigned char *out,
576 #la %r2,0($inp)
588 llgf $s0,0($inp)
    [all...]
  /external/chromium/base/
atomicops_internals_x86_gcc.cc 23 #define cpuid(a, b, c, d, inp) \
27 : "=a" (a), "=D" (b), "=c" (c), "=d" (d) : "a" (inp))
29 #define cpuid(a, b, c, d, inp) \
33 : "=a" (a), "=D" (b), "=c" (c), "=d" (d) : "a" (inp))
  /external/v8/src/
atomicops_internals_x86_gcc.cc 45 #define cpuid(a, b, c, d, inp) \
49 : "=a" (a), "=D" (b), "=c" (c), "=d" (d) : "a" (inp))
51 #define cpuid(a, b, c, d, inp) \
55 : "=a" (a), "=D" (b), "=c" (c), "=d" (d) : "a" (inp))
  /external/ppp/pppd/
upap.c 319 u_char *inp; local
327 inp = inpacket;
332 GETCHAR(code, inp);
333 GETCHAR(id, inp);
334 GETSHORT(len, inp);
350 upap_rauthreq(u, inp, id, len);
354 upap_rauthack(u, inp, id, len);
358 upap_rauthnak(u, inp, id, len);
371 upap_rauthreq(u, inp, id, len)
373 u_char *inp;
    [all...]
eap.c 115 static void eap_input __P((int unit, u_char *inp, int inlen));
119 static int eap_printpkt __P((u_char *inp, int inlen,
345 b64enc(bs, inp, inlen, outp)
347 u_char *inp;
354 bs->bs_bits = (bs->bs_bits << 8) | *inp++;
393 b64dec(bs, inp, inlen, outp)
395 u_char *inp;
403 if ((cp = strchr(base64, *inp++)) == NULL)
1248 write_pseudonym(esp, inp, len, id)
1250 u_char *inp;
    [all...]
fsm.c 339 u_char *inp; local
347 inp = inpacket;
352 GETCHAR(code, inp);
353 GETCHAR(id, inp);
354 GETSHORT(len, inp);
376 fsm_rconfreq(f, id, inp, len);
380 fsm_rconfack(f, id, inp, len);
385 fsm_rconfnakrej(f, code, id, inp, len);
389 fsm_rtermreq(f, id, inp, len);
397 fsm_rcoderej(f, inp, len)
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86.pl 126 $inp = "edi";
150 my $cnt = $inp;
253 &mov ($inp,&wparam(0)); # load Xi
256 &mov ($Zhh,&DWP(0,$inp)); # load Xi[16]
257 &mov ($Zhl,&DWP(4,$inp));
258 &mov ($Zlh,&DWP(8,$inp));
259 &mov ($Zll,&DWP(12,$inp));
274 &mov ($inp,&wparam(0));
277 &mov (&DWP(12,$inp),$Zll);
278 &mov (&DWP(8,$inp),$Zlh)
    [all...]
  /external/openssl/crypto/bn/asm/
x86-mont.pl 279 $inp="esi"; # integer path uses these registers differently
283 &mov ($inp,$_ap);
287 &mov ("edx",$inp);
295 &mov ("eax",&DWP(0,$inp));
304 &mov ("eax",&DWP(0,$inp,$j,4)); # ap[j+1]
313 &mov ($inp,$_np);
322 &mov ("eax",&DWP(0,$inp)); # np[0]
325 &mov ("eax",&DWP(4,$inp)); # np[1]
340 &mov ("eax",&DWP(0,$inp,$j,4)); # ap[j+1]
351 &mov ($inp,$_np)
    [all...]
  /external/openssl/crypto/modes/
xts128.c 62 const unsigned char *inp, unsigned char *out,
79 memcpy(scratch.c,inp,16);
83 scratch.u[0] = ((u64*)inp)[0]^tweak.u[0];
84 scratch.u[1] = ((u64*)inp)[1]^tweak.u[1];
95 inp += 16;
123 u8 c = inp[i];
157 memcpy(scratch.c,inp,16);
161 scratch.u[0] = ((u64*)inp)[0]^tweak1.u[0];
162 scratch.u[1] = ((u64*)inp)[1]^tweak1.u[1];
169 u8 c = inp[16+i]
    [all...]
ccm128.c 171 const unsigned char *inp, unsigned char *out,
203 memcpy (temp.c,inp,16);
207 ctx->cmac.u[0] ^= ((u64*)inp)[0];
208 ctx->cmac.u[1] ^= ((u64*)inp)[1];
218 ((u64*)out)[0] = scratch.u[0]^((u64*)inp)[0];
219 ((u64*)out)[1] = scratch.u[1]^((u64*)inp)[1];
221 inp += 16;
227 for (i=0; i<len; ++i) ctx->cmac.c[i] ^= inp[i];
230 for (i=0; i<len; ++i) out[i] = scratch.c[i]^inp[i];
246 const unsigned char *inp, unsigned char *out
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-parisc.pl 85 $inp="%r25"; # zapped by $a1
97 "%r9", "%r10","%r11","%r12","%r13","%r14","%r15","%r16",$inp);
255 addl $inp,$num,$num ; $num to point at the end of $inp
258 $PUSH $inp,`-$FRAME_MARKER-3*$SIZE_T`(%sp)
284 extru $inp,31,`log($SZ)/log(2)`,$t0
292 andcm $inp,$t0,$t0 ; align $inp
297 cmpb,*= $inp,$t0,L\$aligned
319 $POP `-$FRAME_MARKER-3*$SIZE_T`(%sp),$inp
    [all...]
sha512-ppc.pl 98 $inp="r4"; # zapped by $a1
121 $inp="r31"; # reassigned $inp! aliases with @X[15]
214 mr $inp,r4 ; incarnate $inp
225 andi. r0,$inp,3
228 add $num,$inp,$num
230 $PUSH $inp,`$FRAME-$SIZE_T*23`($sp) ; inp pointer
242 subfic $t1,$inp,409
    [all...]
sha1-ppc.pl 55 $inp="r4";
75 lwz @X[$i],`$i*4`($inp)
78 lwz @X[$j],`$j*4`($inp)
193 andi. r0,$inp,3
208 subfic $t1,$inp,4096
222 lbz r16,0($inp)
223 lbz r17,1($inp)
224 lbz r18,2($inp)
225 lbz r19,3($inp)
226 addi $inp,$inp,
    [all...]
sha256-armv4.pl 30 $inp="r1"; $t3="r1";
55 ldr $T1,[$inp],#4
57 ldrb $T1,[$inp,#3] @ $i
58 ldrb $t2,[$inp,#2]
59 ldrb $t1,[$inp,#1]
60 ldrb $t0,[$inp],#4
77 str $inp,[sp,#17*4] @ leave room for $t3
155 add $len,$inp,$len,lsl#6 @ len to point at the end of inp
156 stmdb sp!,{$ctx,$inp,$len,r4-r11,lr
    [all...]
  /external/openssl/crypto/
pariscid.pl 90 my $inp="%r26";
106 and,*<> $inp,%r1,%r28
108 stb %r0,0($inp)
111 ldo 1($inp),$inp
116 $ST %r0,0($inp)
118 ldo $SIZE_T($inp),$inp
123 stb %r0,0($inp)
125 ldo 1($inp),$in
    [all...]
  /cts/tools/vm-tests-tf/src/util/build/
DasmBuildStep.java 63 Reader inp = null; local
65 inp = createReader(fname);
66 dAsm.readD(inp, new File(fname).getName(), generate_linenum);
67 close(inp);
81 close(inp);
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 537 char *outp, *inp; local
541 outp = inp = instring;
543 while (*inp) {
544 if (*inp == '\\') {
545 inp++;
546 if (*inp && strchr("0123456789abcdefABCDEF",(int)*inp)) {
547 temp[0] = *inp++;
549 if (*inp && strchr("0123456789abcdefABCDEF",(int)*inp)) {
    [all...]

Completed in 776 milliseconds

1 2 3 4