Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/crypto/
Dglue_helper.c75 glue_fpu_end(fpu_enabled); in glue_ecb_req_128bit()
167 glue_fpu_end(fpu_enabled); in glue_cbc_decrypt_req_128bit()
219 glue_fpu_end(fpu_enabled); in glue_ctr_req_128bit()
305 glue_fpu_end(fpu_enabled); in glue_xts_req_128bit()
Dcast5_avx_glue.c59 return glue_fpu_end(fpu_enabled); in cast5_fpu_end()
/Linux-v4.19/arch/x86/include/asm/crypto/
Dglue_helper.h71 static inline void glue_fpu_end(bool fpu_enabled) in glue_fpu_end() function