ltq-deu: convert blkcipher to skcipher
Convert blkcipher to skcipher for the synchronous versions of AES,
DES and ARC4.
The Block Cipher API was depracated for a while and was removed with
Linux 5.5. So switch this driver to the skcipher API.
Signed-off-by:
Daniel Kestrel <kestrel1974@t-online.de>
Showing
- package/kernel/lantiq/ltq-deu/src/ifxmips_aes.c 215 additions, 250 deletionspackage/kernel/lantiq/ltq-deu/src/ifxmips_aes.c
- package/kernel/lantiq/ltq-deu/src/ifxmips_arc4.c 51 additions, 52 deletionspackage/kernel/lantiq/ltq-deu/src/ifxmips_arc4.c
- package/kernel/lantiq/ltq-deu/src/ifxmips_des.c 147 additions, 162 deletionspackage/kernel/lantiq/ltq-deu/src/ifxmips_des.c
Loading
Please register or sign in to comment