Lines Matching refs:fpu_enabled
192 static inline bool cast6_fpu_begin(bool fpu_enabled, unsigned int nbytes) in cast6_fpu_begin() argument
195 NULL, fpu_enabled, nbytes); in cast6_fpu_begin()
198 static inline void cast6_fpu_end(bool fpu_enabled) in cast6_fpu_end() argument
200 glue_fpu_end(fpu_enabled); in cast6_fpu_end()
205 bool fpu_enabled; member
214 ctx->fpu_enabled = cast6_fpu_begin(ctx->fpu_enabled, nbytes); in encrypt_callback()
231 ctx->fpu_enabled = cast6_fpu_begin(ctx->fpu_enabled, nbytes); in decrypt_callback()
268 .fpu_enabled = false, in lrw_encrypt()
282 cast6_fpu_end(crypt_ctx.fpu_enabled); in lrw_encrypt()
294 .fpu_enabled = false, in lrw_decrypt()
308 cast6_fpu_end(crypt_ctx.fpu_enabled); in lrw_decrypt()