+2
−127
include/crypto/cbc.h
0 → 100644
+146
−0
Loading
This patch moves the core CBC implementation into a header file
so that it can be reused by drivers implementing CBC.
Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>