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

  /external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
aesni-x86.pl 82 $inout1="xmm3";
229 &pxor ($inout1,$rndkey0);
237 eval"&aes${p} ($inout1,$rndkey1)";
241 eval"&aes${p} ($inout1,$rndkey0)";
245 eval"&aes${p} ($inout1,$rndkey1)";
247 eval"&aes${p}last ($inout1,$rndkey0)";
260 &pxor ($inout1,$rndkey0);
269 eval"&aes${p} ($inout1,$rndkey1)";
274 eval"&aes${p} ($inout1,$rndkey0)";
279 eval"&aes${p} ($inout1,$rndkey1)"
    [all...]
aesni-x86_64.pl 213 $inout0="%xmm2"; $inout1="%xmm3";
312 xorps $rndkey0,$inout1
320 aes${dir} $rndkey1,$inout1
324 aes${dir} $rndkey0,$inout1
329 aes${dir} $rndkey1,$inout1
331 aes${dir}last $rndkey0,$inout1
348 xorps $rndkey0,$inout1
357 aes${dir} $rndkey1,$inout1
362 aes${dir} $rndkey0,$inout1
368 aes${dir} $rndkey1,$inout1
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-x86.pl 71 $inout1="xmm3";
217 &pxor ($inout1,$rndkey0);
223 eval"&aes${p} ($inout1,$rndkey1)";
228 eval"&aes${p} ($inout1,$rndkey0)";
234 eval"&aes${p} ($inout1,$rndkey1)";
237 eval"&aes${p}last ($inout1,$rndkey0)";
256 &pxor ($inout1,$rndkey0);
263 eval"&aes${p} ($inout1,$rndkey1)";
269 eval"&aes${p} ($inout1,$rndkey0)";
277 eval"&aes${p} ($inout1,$rndkey1)"
    [all...]
aesni-x86_64.pl 197 $inout0="%xmm2"; $inout1="%xmm3";
294 xorps $rndkey0,$inout1
300 aes${dir} $rndkey1,$inout1
305 aes${dir} $rndkey0,$inout1
312 aes${dir} $rndkey1,$inout1
315 aes${dir}last $rndkey0,$inout1
338 xorps $rndkey0,$inout1
345 aes${dir} $rndkey1,$inout1
351 aes${dir} $rndkey0,$inout1
359 aes${dir} $rndkey1,$inout1
    [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));
84 vpaddb $T2,$T1,$inout1
85 vpaddb $T2,$inout1,$inout2
99 vpxor $rndkey,$inout1,$inout1
115 vaesenc $T2,$inout1,$inout1
139 vaesenc $rndkey,$inout1,$inout1
156 vaesenc $rndkey,$inout1,$inout
    [all...]

Completed in 405 milliseconds