[v3 PATCH 0/16] crypto: skcipher - skcipher algorithm conversion part 3

2016-11-22 Thread Herbert Xu
Hi: v3 fixes a number of bugs. This patch series is the third instalment of the skcipher conversion. It introduces the skcipher walk interface, and converts a number of core algorithms such as CBC and LRW/XTS, as well as the aesni on x86 and various ARM aes implementations. It also adds an

[v2 PATCH 0/16] crypto: skcipher - skcipher algorithm conversion part 3

2016-11-13 Thread Herbert Xu
Hi: v2 fixes a number of bugs in the skcipher walk code. This patch series is the third instalment of the skcipher conversion. It introduces the skcipher walk interface, and converts a number of core algorithms such as CBC and LRW/XTS, as well as the aesni on x86 and various ARM aes

[PATCH 0/16] crypto: skcipher - skcipher algorithm conversion part 3

2016-11-01 Thread Herbert Xu
Hi: This patch series is the third instalment of the skcipher conversion. It introduces the skcipher walk interface, and converts a number of core algorithms such as CBC and LRW/XTS, as well as the aesni on x86 and various ARM aes implementations. It also adds an skcipher version of cryptd, as