Added POWER8 implementation for AES/CTR+CBC-MAC (for CCM and EAX modes).
authorThomas Pornin <pornin@bolet.org>
Sun, 12 Aug 2018 21:53:23 +0000 (23:53 +0200)
committerThomas Pornin <pornin@bolet.org>
Sun, 12 Aug 2018 21:53:23 +0000 (23:53 +0200)
commitf8e38c231dab636d8a1ece7f9eaa07bf09dfb049
tree1e1c475292e317bf5c33a455789c0797af771114
parentffe3c9166b35cdb220cc0ecc1614afb8451ae420
Added POWER8 implementation for AES/CTR+CBC-MAC (for CCM and EAX modes).
inc/bearssl_block.h
mk/Rules.mk
mk/mkrules.sh
src/inner.h
src/ssl/ssl_engine_default_aesccm.c
src/symcipher/aes_pwr8_ctrcbc.c [new file with mode: 0644]
test/test_crypto.c
test/test_speed.c
tools/names.c
tools/sslio.c