kernel/arch/arm/crypto/blake2b-neon-glue.c
.. .. @@ -21,7 +21,7 @@ 21 21 static void blake2b_compress_arch(struct blake2b_state *state, 22 22 const u8 *block, size_t nblocks, u32 inc) 23 23 { 24 - if (!may_use_simd()) {24 + if (!crypto_simd_usable()) {25 25 blake2b_compress_generic(state, block, nblocks, inc); 26 26 return; 27 27 }