Lines Matching refs:fpu_enabled
35 static inline bool cast5_fpu_begin(bool fpu_enabled, struct skcipher_walk *walk, in cast5_fpu_begin() argument
39 walk, fpu_enabled, nbytes); in cast5_fpu_begin()
42 static inline void cast5_fpu_end(bool fpu_enabled) in cast5_fpu_end() argument
44 return glue_fpu_end(fpu_enabled); in cast5_fpu_end()
49 bool fpu_enabled = false; in ecb_crypt() local
64 fpu_enabled = cast5_fpu_begin(fpu_enabled, &walk, nbytes); in ecb_crypt()
96 cast5_fpu_end(fpu_enabled); in ecb_crypt()
200 bool fpu_enabled = false; in cbc_decrypt() local
208 fpu_enabled = cast5_fpu_begin(fpu_enabled, &walk, nbytes); in cbc_decrypt()
213 cast5_fpu_end(fpu_enabled); in cbc_decrypt()
280 bool fpu_enabled = false; in ctr_crypt() local
288 fpu_enabled = cast5_fpu_begin(fpu_enabled, &walk, nbytes); in ctr_crypt()
293 cast5_fpu_end(fpu_enabled); in ctr_crypt()