Home
last modified time | relevance | path

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

/arch/x86/crypto/
Dglue_helper.c61 glue_fpu_end(fpu_enabled); in glue_ecb_req_128bit()
154 glue_fpu_end(fpu_enabled); in glue_cbc_decrypt_req_128bit()
208 glue_fpu_end(fpu_enabled); in glue_ctr_req_128bit()
356 glue_fpu_end(fpu_enabled); in glue_xts_req_128bit()
Dcast5_avx_glue.c44 return glue_fpu_end(fpu_enabled); in cast5_fpu_end()
/arch/x86/include/asm/crypto/
Dglue_helper.h66 static inline void glue_fpu_end(bool fpu_enabled) in glue_fpu_end() function