Lines Matching refs:fpu_enabled
49 static inline bool cast5_fpu_begin(bool fpu_enabled, unsigned int nbytes) in cast5_fpu_begin() argument
52 NULL, fpu_enabled, nbytes); in cast5_fpu_begin()
55 static inline void cast5_fpu_end(bool fpu_enabled) in cast5_fpu_end() argument
57 return glue_fpu_end(fpu_enabled); in cast5_fpu_end()
63 bool fpu_enabled = false; in ecb_crypt() local
79 fpu_enabled = cast5_fpu_begin(fpu_enabled, nbytes); in ecb_crypt()
110 cast5_fpu_end(fpu_enabled); in ecb_crypt()
231 bool fpu_enabled = false; in cbc_decrypt() local
240 fpu_enabled = cast5_fpu_begin(fpu_enabled, nbytes); in cbc_decrypt()
245 cast5_fpu_end(fpu_enabled); in cbc_decrypt()
315 bool fpu_enabled = false; in ctr_crypt() local
324 fpu_enabled = cast5_fpu_begin(fpu_enabled, nbytes); in ctr_crypt()
329 cast5_fpu_end(fpu_enabled); in ctr_crypt()