Lines Matching refs:fpu_enabled
174 static inline bool serpent_fpu_begin(bool fpu_enabled, unsigned int nbytes) in serpent_fpu_begin() argument
177 NULL, fpu_enabled, nbytes); in serpent_fpu_begin()
180 static inline void serpent_fpu_end(bool fpu_enabled) in serpent_fpu_end() argument
182 glue_fpu_end(fpu_enabled); in serpent_fpu_end()
187 bool fpu_enabled; member
196 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); in encrypt_callback()
213 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); in decrypt_callback()
251 .fpu_enabled = false, in lrw_encrypt()
265 serpent_fpu_end(crypt_ctx.fpu_enabled); in lrw_encrypt()
277 .fpu_enabled = false, in lrw_decrypt()
291 serpent_fpu_end(crypt_ctx.fpu_enabled); in lrw_decrypt()
339 .fpu_enabled = false, in xts_encrypt()
354 serpent_fpu_end(crypt_ctx.fpu_enabled); in xts_encrypt()
366 .fpu_enabled = false, in xts_decrypt()
381 serpent_fpu_end(crypt_ctx.fpu_enabled); in xts_decrypt()