Home
last modified time | relevance | path

Searched refs:neon_usable (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dchacha-glue.c35 static inline bool neon_usable(void) in neon_usable() function
68 if (!IS_ENABLED(CONFIG_KERNEL_MODE_NEON) || !neon_usable()) { in hchacha_block_arch()
87 if (!IS_ENABLED(CONFIG_KERNEL_MODE_NEON) || !neon_usable() || in chacha_crypt_arch()
157 return do_chacha(req, neon_usable()); in chacha_neon()
191 return do_xchacha(req, neon_usable()); in xchacha_neon()