Re: [PATCH 2/2] crypto: remove cipher routines from public crypto API

2020-12-10 Thread kernel test robot
Hi Ard, I love your patch! Yet something to improve: [auto build test ERROR on cryptodev/master] [also build test ERROR on powerpc/next v5.10-rc7 next-20201210] [cannot apply to crypto/master] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we su

[PATCH 2/2] crypto: remove cipher routines from public crypto API

2020-12-10 Thread Ard Biesheuvel
The cipher routines in the crypto API are mostly intended for templates implementing skcipher modes generically in software, and shouldn't be used outside of the crypto subsystem. So move the prototypes and all related definitions to a new header file under include/crypto/internal. Also, let's use