ppccap.c: Split out algorithm-specific functions
authorTomas Mraz <tomas@openssl.org>
Fri, 18 Jun 2021 15:35:40 +0000 (17:35 +0200)
committerMatt Caswell <matt@openssl.org>
Fri, 25 Jun 2021 07:49:45 +0000 (08:49 +0100)
commit3d178db73b1ac13011e950baae5225837c587df1
tree448200c4eb072c508064fa3da5dfac76a89829c9
parent991519aeb99b41e2239b20a254535436cad39553
ppccap.c: Split out algorithm-specific functions

Fixes #13336

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15828)
14 files changed:
crypto/bn/bn_ppc.c [new file with mode: 0644]
crypto/bn/build.info
crypto/chacha/build.info
crypto/chacha/chacha_ppc.c [new file with mode: 0644]
crypto/ec/build.info
crypto/ec/ecp_nistp521.c
crypto/ec/ecp_ppc.c [new file with mode: 0644]
crypto/modes/gcm128.c
crypto/poly1305/build.info
crypto/poly1305/poly1305_ppc.c [new file with mode: 0644]
crypto/ppccap.c
crypto/sha/build.info
crypto/sha/sha_ppc.c [new file with mode: 0644]
include/crypto/ppc_arch.h [moved from crypto/ppc_arch.h with 100% similarity]