crypto: drbg - add MODULE_ALIAS for all DRBG types
authorStephan Mueller <smueller@chronox.de>
Tue, 4 Nov 2014 02:08:09 +0000 (03:08 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 10 Nov 2014 14:09:00 +0000 (22:09 +0800)
commit62b62b6e5c574c1e70637d9d685b4b194c7ca48f
treefd293f48b94ac8efa0cac0f8dc9af45abbcfda03
parent49783d0f54219e1c68eac738fdd3244b7a6cbda7
crypto: drbg - add MODULE_ALIAS for all DRBG types

The kernel module drbg.ko is currently not loaded automatically when a
DRBG is requested by a consumer. This is due to missing MODULE_ALIAS
flags for each of the implemented DRBG types.

This patch adds aliases for each of the 22 defined DRBGs.

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