]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - include/crypto/cbc.h
crypto: cbc - Export CBC implementation
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 22 Nov 2016 12:08:42 +0000 (20:08 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 28 Nov 2016 13:23:21 +0000 (21:23 +0800)
commitcc868d82abca4a90a447bfd31b46b381ec144669
treec793a9ad62175ba48ff5f5ce757fa5a6dce24987
parent79c65d179a40e145287e59b33dc782a7c4bf0986
crypto: cbc - Export CBC implementation

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>
crypto/cbc.c
include/crypto/cbc.h [new file with mode: 0644]