linux-yocto/arch/x86/lib/crypto
Herbert Xu ef93f15628 Revert "crypto: run initcalls for generic implementations earlier"
This reverts commit c4741b2305.

Crypto API self-tests no longer run at registration time and now
occur either at late_initcall or upon the first use.

Therefore the premise of the above commit no longer exists.  Revert
it and subsequent additions of subsys_initcall and arch_initcall.

Note that lib/crypto calls will stay at subsys_initcall (or rather
downgraded from arch_initcall) because they may need to occur
before Crypto API registration.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2025-05-05 18:20:44 +08:00
..
.gitignore
blake2s-core.S
blake2s-glue.c
chacha_glue.c Revert "crypto: run initcalls for generic implementations earlier" 2025-05-05 18:20:44 +08:00
chacha-avx2-x86_64.S
chacha-avx512vl-x86_64.S
chacha-ssse3-x86_64.S
Kconfig crypto: x86/sha256 - implement library instead of shash 2025-05-05 18:20:44 +08:00
Makefile crypto: x86/sha256 - implement library instead of shash 2025-05-05 18:20:44 +08:00
poly1305_glue.c Revert "crypto: run initcalls for generic implementations earlier" 2025-05-05 18:20:44 +08:00
poly1305-x86_64-cryptogams.pl crypto: x86/poly1305 - Add block-only interface 2025-05-05 13:32:56 +08:00
sha256-avx-asm.S crypto: x86/sha256 - implement library instead of shash 2025-05-05 18:20:44 +08:00
sha256-avx2-asm.S crypto: x86/sha256 - implement library instead of shash 2025-05-05 18:20:44 +08:00
sha256-ni-asm.S crypto: x86/sha256 - implement library instead of shash 2025-05-05 18:20:44 +08:00
sha256-ssse3-asm.S crypto: x86/sha256 - implement library instead of shash 2025-05-05 18:20:44 +08:00
sha256.c Revert "crypto: run initcalls for generic implementations earlier" 2025-05-05 18:20:44 +08:00