aes: rename new bsaes_ symbols -> ossl_bsaes_ ones
authorPauli <pauli@openssl.org>
Tue, 25 May 2021 00:40:44 +0000 (10:40 +1000)
committerPauli <pauli@openssl.org>
Wed, 26 May 2021 23:35:50 +0000 (09:35 +1000)
commit3675334e2b92eabedbd2f0eb452ade30283b0e56
treeef0e9fc33bbc4dd511ae28303e9f3001755a96da
parent190c029eab0d553f1a94cccc3021440ee2ff4a1e
aes: rename new bsaes_ symbols -> ossl_bsaes_ ones

bsaes_cbc_encrypt -> ossl_bsaes_cbc_encrypt
bsaes_ctr32_encrypt_blocks -> ossl_bsaes_ctr32_encrypt_blocks
bsaes_xts_decrypt -> ossl_bsaes_xts_decrypt
bsaes_xts_encrypt -> ossl_bsaes_xts_encrypt

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/15445)
crypto/aes/asm/bsaes-armv7.pl
crypto/aes/asm/bsaes-x86_64.pl
crypto/evp/e_aes.c
include/crypto/aes_platform.h
providers/implementations/ciphers/cipher_aes_gcm_hw.c
providers/implementations/ciphers/cipher_aes_hw.c
providers/implementations/ciphers/cipher_aes_xts_hw.c