/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aesni-x86.pl | 90 sub aesenclast { aescommon(0xdd,@_); } subroutine 649 &aesenclast ($inout0,$rndkey0); 650 &aesenclast ($cmac,$rndkey0); 747 &aesenclast ($inout0,$rndkey0); 748 &aesenclast ($cmac,$rndkey0); [all...] |
bsaes-x86_64.pl | 675 sub aesenclast { # not used subroutine [all...] |
/external/openssl/crypto/aes/asm/ |
aesni-x86.pl | 90 sub aesenclast { aescommon(0xdd,@_); } subroutine 649 &aesenclast ($inout0,$rndkey0); 650 &aesenclast ($cmac,$rndkey0); 747 &aesenclast ($inout0,$rndkey0); 748 &aesenclast ($cmac,$rndkey0); [all...] |
bsaes-x86_64.pl | 736 sub aesenclast { # not used subroutine [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
aes.asm | 15 aesenclast xmm1, xmm2 label 16 aesenclast xmm1, [rax] label 17 aesenclast xmm1, dqword [rax] label
|