Re: crypto: aes - rename local routines to prevent future clashes

2019-09-19 Thread Ard Biesheuvel
Fri Jul 26 14:52:03 2019 +1000 > > > > crypto: aes - rename local routines to prevent future clashes > > > > Rename some local AES encrypt/decrypt routines so they don't clash with > > the names we are about to introduce for the routines exposed by the &

Re: crypto: aes - rename local routines to prevent future clashes

2019-09-19 Thread Geert Uytterhoeven
.org/torvalds/c/724ecd3c0eb7040d423b22332a60d097e2666820 > Author: Ard Biesheuvel > AuthorDate: Tue Jul 2 21:41:20 2019 +0200 > Committer: Herbert Xu > CommitDate: Fri Jul 26 14:52:03 2019 +1000 > > crypto: aes - rename local routines to prevent future clashes > > Rename some local AES encry

[PATCH v4 02/32] crypto: aes - rename local routines to prevent future clashes

2019-07-02 Thread Ard Biesheuvel
Rename some local AES encrypt/decrypt routines so they don't clash with the names we are about to introduce for the routines exposed by the generic AES library. Signed-off-by: Ard Biesheuvel --- arch/arm/crypto/aes-cipher-glue.c | 8 arch/arm64/crypto/aes-cipher-glue.c | 8 a

[PATCH v3 02/32] crypto: aes - rename local routines to prevent future clashes

2019-06-27 Thread Ard Biesheuvel
Rename some local AES encrypt/decrypt routines so they don't clash with the names we are about to introduce for the routines exposed by the generic AES library. Signed-off-by: Ard Biesheuvel --- arch/arm/crypto/aes-cipher-glue.c | 8 arch/arm64/crypto/aes-cipher-glue.c | 8 a

[PATCH v2 02/26] crypto: aes - rename local routines to prevent future clashes

2019-06-22 Thread Ard Biesheuvel
Rename some local AES encrypt/decrypt routines so they don't clash with the names we are about to introduce for the routines exposed by the generic AES library. Signed-off-by: Ard Biesheuvel --- arch/arm/crypto/aes-cipher-glue.c | 8 arch/arm64/crypto/aes-cipher-glue.c | 8 a