From b3214008e42eba8e8d05b52f22b50570927962c7 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 10 Feb 2016 11:52:22 +0100 Subject: Configurations: engage PPC ChaCha20 and Poly1305 modules. Reviewed-by: Richard Levitte --- Configurations/00-base-templates.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Configurations/00-base-templates.conf') diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index 0f0234058f..468fa64127 100644 --- a/Configurations/00-base-templates.conf +++ b/Configurations/00-base-templates.conf @@ -190,6 +190,8 @@ aes_asm_src => "aes_core.c aes_cbc.c aes-ppc.s vpaes-ppc.s aesp8-ppc.s", sha1_asm_src => "sha1-ppc.s sha256-ppc.s sha512-ppc.s sha256p8-ppc.s sha512p8-ppc.s", modes_asm_src => "ghashp8-ppc.s", + chacha_asm_src => "chacha-ppc.s", + poly1305_asm_src=> "poly1305-ppc.s poly1305-ppcfp.s", }, ppc32_asm => { inherit_from => [ "ppc64_asm" ], -- cgit v1.2.3