Lines Matching refs:fpu_enabled
171 static inline bool serpent_fpu_begin(bool fpu_enabled, unsigned int nbytes) in serpent_fpu_begin() argument
174 return glue_fpu_begin(SERPENT_BLOCK_SIZE, 8, NULL, fpu_enabled, nbytes); in serpent_fpu_begin()
177 static inline void serpent_fpu_end(bool fpu_enabled) in serpent_fpu_end() argument
179 glue_fpu_end(fpu_enabled); in serpent_fpu_end()
184 bool fpu_enabled; member
193 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); in encrypt_callback()
217 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); in decrypt_callback()
242 .fpu_enabled = false, in lrw_encrypt()
256 serpent_fpu_end(crypt_ctx.fpu_enabled); in lrw_encrypt()
268 .fpu_enabled = false, in lrw_decrypt()
282 serpent_fpu_end(crypt_ctx.fpu_enabled); in lrw_decrypt()