Lines Matching refs:fpu_enabled
205 static inline bool serpent_fpu_begin(bool fpu_enabled, unsigned int nbytes) in serpent_fpu_begin() argument
208 NULL, fpu_enabled, nbytes); in serpent_fpu_begin()
211 static inline void serpent_fpu_end(bool fpu_enabled) in serpent_fpu_end() argument
213 glue_fpu_end(fpu_enabled); in serpent_fpu_end()
218 bool fpu_enabled; member
227 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); in encrypt_callback()
244 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); in decrypt_callback()
278 .fpu_enabled = false, in lrw_encrypt()
292 serpent_fpu_end(crypt_ctx.fpu_enabled); in lrw_encrypt()
304 .fpu_enabled = false, in lrw_decrypt()
318 serpent_fpu_end(crypt_ctx.fpu_enabled); in lrw_decrypt()