Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .wolfssl_known_macro_extras
Original file line number Diff line number Diff line change
Expand Up @@ -1129,3 +1129,7 @@ ssize_t
sun
versal
wc_Tls13_HKDF_Expand_Label
__PPC64__
__powerpc64__
__powerpc__
_ARCH_PPC
5 changes: 5 additions & 0 deletions wolfcrypt/src/include.am
Original file line number Diff line number Diff line change
Expand Up @@ -253,3 +253,8 @@ EXTRA_DIST += wolfcrypt/src/port/maxim/README.md

include wolfcrypt/src/port/autosar/include.am

# IBM POWER8 hardware AES acceleration
EXTRA_DIST += wolfcrypt/src/port/ppc64/ppc64-aes-power8-crypto.c \
wolfcrypt/src/port/ppc64/vec_perm_aes.c


Loading
Loading