Lines Matching refs:fpu_enabled
48 static inline bool cast5_fpu_begin(bool fpu_enabled, unsigned int nbytes) in cast5_fpu_begin() argument
51 NULL, fpu_enabled, nbytes); in cast5_fpu_begin()
54 static inline void cast5_fpu_end(bool fpu_enabled) in cast5_fpu_end() argument
56 return glue_fpu_end(fpu_enabled); in cast5_fpu_end()
62 bool fpu_enabled = false; in ecb_crypt() local
78 fpu_enabled = cast5_fpu_begin(fpu_enabled, nbytes); in ecb_crypt()
109 cast5_fpu_end(fpu_enabled); in ecb_crypt()
230 bool fpu_enabled = false; in cbc_decrypt() local
239 fpu_enabled = cast5_fpu_begin(fpu_enabled, nbytes); in cbc_decrypt()
244 cast5_fpu_end(fpu_enabled); in cbc_decrypt()
314 bool fpu_enabled = false; in ctr_crypt() local
323 fpu_enabled = cast5_fpu_begin(fpu_enabled, nbytes); in ctr_crypt()
328 cast5_fpu_end(fpu_enabled); in ctr_crypt()