Re: [PATCH v2 0/2] crypto: remove bare cipher from public API

2021-01-02 Thread Herbert Xu
On Fri, Dec 11, 2020 at 01:27:13PM +0100, Ard Biesheuvel wrote: > Patch #2 puts the cipher API (which should not be used outside of the > crypto API implementation) into an internal header file and module > namespace > > Patch #1 is a prerequisite for this, to avoid having to make the chelsio > dr

[PATCH v2 0/2] crypto: remove bare cipher from public API

2020-12-11 Thread Ard Biesheuvel
Patch #2 puts the cipher API (which should not be used outside of the crypto API implementation) into an internal header file and module namespace Patch #1 is a prerequisite for this, to avoid having to make the chelsio driver import the crypto internal namespace. Changes since v1: - add missing