HomeSort by relevance Sort by last modified time
    Searched refs:inout3 (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/aes/asm/
aesni-x86.pl 73 $inout3="xmm5"; $in1="xmm5";
258 &pxor ($inout3,$rndkey0);
266 eval"&aes${p} ($inout3,$rndkey1)";
272 eval"&aes${p} ($inout3,$rndkey0)";
279 eval"&aes${p} ($inout3,$rndkey1)";
283 eval"&aes${p}last ($inout3,$rndkey0)";
302 &pxor ($inout3,$rndkey0);
306 eval"&aes${p} ($inout3,$rndkey1)";
318 eval"&aes${p} ($inout3,$rndkey1)";
327 eval"&aes${p} ($inout3,$rndkey0)"
    [all...]
aesni-x86_64.pl 198 $inout2="%xmm4"; $inout3="%xmm5";
340 xorps $rndkey0,$inout3
348 aes${dir} $rndkey1,$inout3
354 aes${dir} $rndkey0,$inout3
361 aes${dir} $rndkey1,$inout3
365 aes${dir}last $rndkey0,$inout3
387 pxor $rndkey0,$inout3
390 aes${dir} $rndkey1,$inout3
403 aes${dir} $rndkey1,$inout3
412 aes${dir} $rndkey0,$inout3
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
aesni-x86.pl 84 $inout3="xmm5"; $in1="xmm5";
302 &pxor ($inout3,$rndkey0);
313 eval"&aes${p} ($inout3,$rndkey1)";
319 eval"&aes${p} ($inout3,$rndkey0)";
326 eval"&aes${p} ($inout3,$rndkey1)";
330 eval"&aes${p}last ($inout3,$rndkey0)";
347 &pxor ($inout3,$rndkey0);
355 eval"&aes${p} ($inout3,$rndkey1)";
365 eval"&aes${p} ($inout3,$rndkey1)";
374 eval"&aes${p} ($inout3,$rndkey0)"
    [all...]
aesni-x86_64.pl 214 $inout2="%xmm4"; $inout3="%xmm5";
395 xorps $rndkey0,$inout3
406 aes${dir} $rndkey1,$inout3
412 aes${dir} $rndkey0,$inout3
419 aes${dir} $rndkey1,$inout3
423 aes${dir}last $rndkey0,$inout3
446 pxor $rndkey0,$inout3
451 aes${dir} $rndkey1,$inout3
461 aes${dir} $rndkey1,$inout3
470 aes${dir} $rndkey0,$inout3
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
aesni-gcm-x86_64.pl 70 ($inout0,$inout1,$inout2,$inout3,$inout4,$inout5,$rndkey) = map("%xmm$_",(9..15));
86 vpaddb $T2,$inout2,$inout3
87 vpaddb $T2,$inout3,$inout4
105 vpxor $rndkey,$inout3,$inout3
122 vaesenc $T2,$inout3,$inout3
143 vaesenc $rndkey,$inout3,$inout3
162 vaesenc $rndkey,$inout3,$inout
    [all...]

Completed in 222 milliseconds