Lines Matching refs:fpu_enabled
172 static inline bool serpent_fpu_begin(bool fpu_enabled, unsigned int nbytes) in serpent_fpu_begin() argument
175 return glue_fpu_begin(SERPENT_BLOCK_SIZE, 8, NULL, fpu_enabled, nbytes); in serpent_fpu_begin()
178 static inline void serpent_fpu_end(bool fpu_enabled) in serpent_fpu_end() argument
180 glue_fpu_end(fpu_enabled); in serpent_fpu_end()
185 bool fpu_enabled; member
194 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); in encrypt_callback()
218 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); in decrypt_callback()
243 .fpu_enabled = false, in lrw_encrypt()
257 serpent_fpu_end(crypt_ctx.fpu_enabled); in lrw_encrypt()
269 .fpu_enabled = false, in lrw_decrypt()
283 serpent_fpu_end(crypt_ctx.fpu_enabled); in lrw_decrypt()