linux/lib/crypto
Jason A. Donenfeld ac88c322d0 crypto: lib/chacha20poly1305 - define empty module exit function
With no mod_exit function, users are unable to unload the module after
use. I'm not aware of any reason why module unloading should be
prohibited for this one, so this commit simply adds an empty exit
function.

Reported-and-tested-by: John Donnelly <john.p.donnelly@oracle.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2021-01-22 14:58:03 +11:00
..
aes.c
arc4.c
blake2s-generic.c
blake2s-selftest.c crypto: lib/blake2s - Move selftest prototype into header file 2020-12-04 18:13:14 +11:00
blake2s.c crypto: blake2s - move update and final logic to internal/blake2s.h 2021-01-03 08:41:38 +11:00
chacha20poly1305-selftest.c
chacha20poly1305.c crypto: lib/chacha20poly1305 - define empty module exit function 2021-01-22 14:58:03 +11:00
chacha.c
curve25519-fiat32.c
curve25519-generic.c
curve25519-hacl64.c
curve25519-selftest.c
curve25519.c crypto: lib/curve25519 - Move selftest prototype into header file 2020-11-20 14:45:33 +11:00
des.c
Kconfig
libchacha.c
Makefile
poly1305-donna32.c
poly1305-donna64.c
poly1305.c
sha256.c crypto: sha - split sha.h into sha1.h and sha2.h 2020-11-20 14:45:33 +11:00