Lines Matching refs:fpu_enabled
50 static inline bool cast5_fpu_begin(bool fpu_enabled, struct skcipher_walk *walk, in cast5_fpu_begin() argument
54 walk, fpu_enabled, nbytes); in cast5_fpu_begin()
57 static inline void cast5_fpu_end(bool fpu_enabled) in cast5_fpu_end() argument
59 return glue_fpu_end(fpu_enabled); in cast5_fpu_end()
64 bool fpu_enabled = false; in ecb_crypt() local
79 fpu_enabled = cast5_fpu_begin(fpu_enabled, &walk, nbytes); in ecb_crypt()
111 cast5_fpu_end(fpu_enabled); in ecb_crypt()
215 bool fpu_enabled = false; in cbc_decrypt() local
223 fpu_enabled = cast5_fpu_begin(fpu_enabled, &walk, nbytes); in cbc_decrypt()
228 cast5_fpu_end(fpu_enabled); in cbc_decrypt()
295 bool fpu_enabled = false; in ctr_crypt() local
303 fpu_enabled = cast5_fpu_begin(fpu_enabled, &walk, nbytes); in ctr_crypt()
308 cast5_fpu_end(fpu_enabled); in ctr_crypt()