Lines Matching refs:fpu_enabled
205 static inline bool twofish_fpu_begin(bool fpu_enabled, unsigned int nbytes) in twofish_fpu_begin() argument
208 fpu_enabled, nbytes); in twofish_fpu_begin()
211 static inline void twofish_fpu_end(bool fpu_enabled) in twofish_fpu_end() argument
213 glue_fpu_end(fpu_enabled); in twofish_fpu_end()
218 bool fpu_enabled; member
227 ctx->fpu_enabled = twofish_fpu_begin(ctx->fpu_enabled, nbytes); in encrypt_callback()
249 ctx->fpu_enabled = twofish_fpu_begin(ctx->fpu_enabled, nbytes); in decrypt_callback()
272 .fpu_enabled = false, in lrw_encrypt()
286 twofish_fpu_end(crypt_ctx.fpu_enabled); in lrw_encrypt()
298 .fpu_enabled = false, in lrw_decrypt()
312 twofish_fpu_end(crypt_ctx.fpu_enabled); in lrw_decrypt()