Searched defs:aesenc (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
H A Daesni-x86.pl100 sub aesenc { aescommon(0xdc,@_); } subroutine
685 &aesenc ($inout0,$rndkey1);
686 &aesenc ($cmac,$rndkey1);
689 &aesenc ($inout0,$rndkey0);
690 &aesenc ($cmac,$rndkey0);
693 &aesenc ($inout0,$rndkey1);
694 &aesenc ($cmac,$rndkey1);
783 &aesenc ($inout0,$rndkey1);
784 &aesenc ($cmac,$rndkey1);
787 &aesenc (
[all...]
H A Dbsaes-x86_64.pl24 # allowed to feed its output back to aesenc[last], this was
448 # modified to emit output in order suitable for feeding back to aesenc[last]
717 sub aesenc { # not used subroutine
/external/openssl/crypto/aes/asm/
H A Daesni-x86.pl89 sub aesenc { aescommon(0xdc,@_); } subroutine
637 &aesenc ($inout0,$rndkey1);
639 &aesenc ($cmac,$rndkey1);
641 &aesenc ($inout0,$rndkey0);
643 &aesenc ($cmac,$rndkey0);
646 &aesenc ($inout0,$rndkey1);
647 &aesenc ($cmac,$rndkey1);
733 &aesenc ($inout0,$rndkey1);
735 &aesenc ($cmac,$rndkey1);
737 &aesenc (
[all...]
H A Dbsaes-x86_64.pl24 # allowed to feed its output back to aesenc[last], this was
456 # modified to emit output in order suitable for feeding back to aesenc[last]
725 sub aesenc { # not used subroutine
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Daes.asm2 aesenc xmm1, xmm2 label
3 aesenc xmm1, [rax] label
4 aesenc xmm1, dqword [rax] label
5 aesenc xmm10, xmm12 label
6 aesenc xmm10, [rax+r15*4] label
7 aesenc xmm10, [r14+r15*4] label

Completed in 152 milliseconds