+5
−1
+1
−1
crypto/lskcipher.c
0 → 100644
+594
−0
+58
−17
crypto/skcipher.h
0 → 100644
+30
−0
Loading
Add a new API type lskcipher designed for taking straight kernel
pointers instead of SG lists. Its relationship to skcipher will
be analogous to that between shash and ahash.
Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>