hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/arm/crypto/blake2b-neon-glue.c
....@@ -21,7 +21,7 @@
2121 static void blake2b_compress_arch(struct blake2b_state *state,
2222 const u8 *block, size_t nblocks, u32 inc)
2323 {
24
- if (!may_use_simd()) {
24
+ if (!crypto_simd_usable()) {
2525 blake2b_compress_generic(state, block, nblocks, inc);
2626 return;
2727 }