rsa: rename global rsaz_ sumbols so they are in namespace
authorPauli <pauli@openssl.org>
Tue, 25 May 2021 01:15:38 +0000 (11:15 +1000)
committerPauli <pauli@openssl.org>
Wed, 26 May 2021 23:35:50 +0000 (09:35 +1000)
commite475d9a443ecb20d7cec711e208190c1e2b5bb0d
tree34a1e063f648f8ca4303714d7baa5ed34b2cb45e
parent3675334e2b92eabedbd2f0eb452ade30283b0e56
rsa: rename global rsaz_ sumbols so they are in namespace

The symbols renamed are:

RSAZ_amm52x20_x1_256
RSAZ_amm52x20_x2_256
rsaz_avx512ifma_eligible
RSAZ_mod_exp_avx512_x2

Additionally, RSAZ_exp52x20_x2_256 was made static

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/15445)
crypto/bn/asm/rsaz-avx512.pl
crypto/bn/bn_exp.c
crypto/bn/rsaz_exp.h
crypto/bn/rsaz_exp_x2.c