Re: [PATCH 5/9] crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.h

2019-09-03 Thread Gilad Ben-Yossef
On Tue, Sep 3, 2019 at 10:51 AM Hans de Goede wrote: > > Hi, > > On 03-09-19 09:45, Gilad Ben-Yossef wrote: > > On Sun, Sep 1, 2019 at 11:36 PM Hans de Goede wrote: > >> > >> Rename the algo_init arrays to cc_algo_init so that they do not conflict > >> with the functions declared in crypto/sha256

Re: [PATCH 5/9] crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.h

2019-09-03 Thread Hans de Goede
Hi, On 03-09-19 09:45, Gilad Ben-Yossef wrote: On Sun, Sep 1, 2019 at 11:36 PM Hans de Goede wrote: Rename the algo_init arrays to cc_algo_init so that they do not conflict with the functions declared in crypto/sha256.h. This is a preparation patch for folding crypto/sha256.h into crypto/sha

Re: [PATCH 5/9] crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.h

2019-09-03 Thread Gilad Ben-Yossef
On Sun, Sep 1, 2019 at 11:36 PM Hans de Goede wrote: > > Rename the algo_init arrays to cc_algo_init so that they do not conflict > with the functions declared in crypto/sha256.h. > > This is a preparation patch for folding crypto/sha256.h into crypto/sha.h. I'm fine with the renaming. Signed-of

[PATCH 5/9] crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.h

2019-09-01 Thread Hans de Goede
Rename the algo_init arrays to cc_algo_init so that they do not conflict with the functions declared in crypto/sha256.h. This is a preparation patch for folding crypto/sha256.h into crypto/sha.h. Signed-off-by: Hans de Goede --- drivers/crypto/ccree/cc_hash.c | 153 +