Lines Matching refs:fpu_enabled
206 static inline bool serpent_fpu_begin(bool fpu_enabled, unsigned int nbytes) in serpent_fpu_begin() argument
209 NULL, fpu_enabled, nbytes); in serpent_fpu_begin()
212 static inline void serpent_fpu_end(bool fpu_enabled) in serpent_fpu_end() argument
214 glue_fpu_end(fpu_enabled); in serpent_fpu_end()
219 bool fpu_enabled; member
228 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); in encrypt_callback()
245 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); in decrypt_callback()
279 .fpu_enabled = false, in lrw_encrypt()
293 serpent_fpu_end(crypt_ctx.fpu_enabled); in lrw_encrypt()
305 .fpu_enabled = false, in lrw_decrypt()
319 serpent_fpu_end(crypt_ctx.fpu_enabled); in lrw_decrypt()