]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - crypto/proc.c
crypto: proc - identify internal ciphers
authorStephan Mueller <smueller@chronox.de>
Mon, 30 Mar 2015 19:57:42 +0000 (21:57 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 31 Mar 2015 13:21:04 +0000 (21:21 +0800)
commitb0cda2ba18a50abf0d7b248e3d588260e0194ab2
treeb53488f0bbc3f2b5c828417bc57d5830404d6131
parent466a7b9e3e7833a0cc21a69a0bea9d50daf0ca10
crypto: proc - identify internal ciphers

With ciphers that now cannot be accessed via the kernel crypto API,
callers shall be able to identify the ciphers that are not callable. The
/proc/crypto file is added a boolean field identifying that such
internal ciphers.

Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/proc.c