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

/external/boringssl/src/crypto/fipsmodule/aes/asm/
H A Daesni-x86.pl109 sub aesenc { aescommon(0xdc,@_); } subroutine
706 &aesenc ($inout0,$rndkey1);
707 &aesenc ($cmac,$rndkey1);
710 &aesenc ($inout0,$rndkey0);
711 &aesenc ($cmac,$rndkey0);
714 &aesenc ($inout0,$rndkey1);
715 &aesenc ($cmac,$rndkey1);
813 &aesenc ($inout0,$rndkey1);
814 &aesenc ($cmac,$rndkey1);
817 &aesenc (
[all...]
H A Dbsaes-x86_64.pl24 # allowed to feed its output back to aesenc[last], this was
452 # modified to emit output in order suitable for feeding back to aesenc[last]
721 sub aesenc { # not used subroutine

Completed in 101 milliseconds