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

/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
H A Daesni-x86.pl101 sub aesenclast { aescommon(0xdd,@_); } subroutine
697 &aesenclast ($inout0,$rndkey0);
698 &aesenclast ($cmac,$rndkey0);
795 &aesenclast ($inout0,$rndkey0);
796 &aesenclast ($cmac,$rndkey0);
H A Dbsaes-x86_64.pl728 sub aesenclast { # not used subroutine
/external/openssl/crypto/aes/asm/
H A Daesni-x86.pl90 sub aesenclast { aescommon(0xdd,@_); } subroutine
649 &aesenclast ($inout0,$rndkey0);
650 &aesenclast ($cmac,$rndkey0);
747 &aesenclast ($inout0,$rndkey0);
748 &aesenclast ($cmac,$rndkey0);
H A Dbsaes-x86_64.pl736 sub aesenclast { # not used subroutine
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Daes.asm15 aesenclast xmm1, xmm2 label
16 aesenclast xmm1, [rax] label
17 aesenclast xmm1, dqword [rax] label

Completed in 2097 milliseconds