crypto: n2 - Rename arrays to avoid conflict with crypto/sha256.h
authorHans de Goede <hdegoede@redhat.com>
Sun, 1 Sep 2019 20:35:30 +0000 (22:35 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 5 Sep 2019 04:54:54 +0000 (14:54 +1000)
commit527aa8958f6e112e10479a8a8989c94164e090c0
tree28be02ec8d9079dc78398941015008e0f6f03ada
parent6e4655e20d92c902932dc65909c31c414b4aba2d
crypto: n2 - Rename arrays to avoid conflict with crypto/sha256.h

Rename the sha*_init arrays to n2_sha*_init so that they do not conflict
with the functions declared in crypto/sha256.h.

Also rename md5_init to n2_md5_init for consistency.

This is a preparation patch for folding crypto/sha256.h into crypto/sha.h.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/n2_core.c