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

  /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));
85 vpaddb $T2,$inout1,$inout2
86 vpaddb $T2,$inout2,$inout3
100 vpxor $rndkey,$inout2,$inout2
119 vaesenc $T2,$inout2,$inout2
141 vaesenc $rndkey,$inout2,$inout2
159 vaesenc $rndkey,$inout2,$inout
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-x86.pl 72 $inout2="xmm4";
218 &pxor ($inout2,$rndkey0);
225 eval"&aes${p} ($inout2,$rndkey1)";
230 eval"&aes${p} ($inout2,$rndkey0)";
235 eval"&aes${p} ($inout2,$rndkey1)";
238 eval"&aes${p}last ($inout2,$rndkey0)";
257 &pxor ($inout2,$rndkey0);
265 eval"&aes${p} ($inout2,$rndkey1)";
271 eval"&aes${p} ($inout2,$rndkey0)";
278 eval"&aes${p} ($inout2,$rndkey1)"
    [all...]
aesni-x86_64.pl 198 $inout2="%xmm4"; $inout3="%xmm5";
295 xorps $rndkey0,$inout2
302 aes${dir} $rndkey1,$inout2
307 aes${dir} $rndkey0,$inout2
313 aes${dir} $rndkey1,$inout2
316 aes${dir}last $rndkey0,$inout2
339 xorps $rndkey0,$inout2
347 aes${dir} $rndkey1,$inout2
353 aes${dir} $rndkey0,$inout2
360 aes${dir} $rndkey1,$inout2
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
aesni-x86.pl 83 $inout2="xmm4";
261 &pxor ($inout2,$rndkey0);
270 eval"&aes${p} ($inout2,$rndkey1)";
275 eval"&aes${p} ($inout2,$rndkey0)";
280 eval"&aes${p} ($inout2,$rndkey1)";
283 eval"&aes${p}last ($inout2,$rndkey0)";
301 &pxor ($inout2,$rndkey0);
312 eval"&aes${p} ($inout2,$rndkey1)";
318 eval"&aes${p} ($inout2,$rndkey0)";
325 eval"&aes${p} ($inout2,$rndkey1)"
    [all...]
aesni-x86_64.pl 214 $inout2="%xmm4"; $inout3="%xmm5";
349 xorps $rndkey0,$inout2
358 aes${dir} $rndkey1,$inout2
363 aes${dir} $rndkey0,$inout2
369 aes${dir} $rndkey1,$inout2
372 aes${dir}last $rndkey0,$inout2
394 xorps $rndkey0,$inout2
405 aes${dir} $rndkey1,$inout2
411 aes${dir} $rndkey0,$inout2
418 aes${dir} $rndkey1,$inout2
    [all...]

Completed in 149 milliseconds