+28
−6
+78
−2
+33
−0
Loading
This patch adds code to the skcipher/lskcipher API to make use
of the internal state if present. In particular, the skcipher
lskcipher wrapper will allocate a buffer for the IV/state and
feed that to the underlying lskcipher algorithm.
Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>