Home | History | Annotate | Download | only in asm

Lines Matching full:cbc

12 # This is AESNI-CBC+SHA1 "stitch" implementation. The idea, as spelled
14 # that since AESNI-CBC encrypt exhibit *very* low instruction-level
19 # cycles per processed byte, less is better, for standalone AESNI-CBC
23 # AES-128-CBC +SHA1 stitch gain
27 # AES-192-CBC
31 # AES-256-CBC
41 # *decrypt* subroutine. Because *both* AESNI-CBC decrypt and SHA1
45 # standalone AESNI-CBC decrypt:
47 # AES-128-CBC AES-192-CBC AES-256-CBC
1085 .asciz "AESNI-CBC+SHA1 stitch for x86_64, CRYPTOGAMS by <appro\@openssl.org>"