Lines Matching refs:fpu_enabled
193 static inline bool cast6_fpu_begin(bool fpu_enabled, unsigned int nbytes) in cast6_fpu_begin() argument
196 NULL, fpu_enabled, nbytes); in cast6_fpu_begin()
199 static inline void cast6_fpu_end(bool fpu_enabled) in cast6_fpu_end() argument
201 glue_fpu_end(fpu_enabled); in cast6_fpu_end()
206 bool fpu_enabled; member
215 ctx->fpu_enabled = cast6_fpu_begin(ctx->fpu_enabled, nbytes); in encrypt_callback()
232 ctx->fpu_enabled = cast6_fpu_begin(ctx->fpu_enabled, nbytes); in decrypt_callback()
269 .fpu_enabled = false, in lrw_encrypt()
283 cast6_fpu_end(crypt_ctx.fpu_enabled); in lrw_encrypt()
295 .fpu_enabled = false, in lrw_decrypt()
309 cast6_fpu_end(crypt_ctx.fpu_enabled); in lrw_decrypt()