Lines Matching refs:fpu_enabled
207 static inline bool twofish_fpu_begin(bool fpu_enabled, unsigned int nbytes) in twofish_fpu_begin() argument
210 fpu_enabled, nbytes); in twofish_fpu_begin()
213 static inline void twofish_fpu_end(bool fpu_enabled) in twofish_fpu_end() argument
215 glue_fpu_end(fpu_enabled); in twofish_fpu_end()
220 bool fpu_enabled; member
229 ctx->fpu_enabled = twofish_fpu_begin(ctx->fpu_enabled, nbytes); in encrypt_callback()
251 ctx->fpu_enabled = twofish_fpu_begin(ctx->fpu_enabled, nbytes); in decrypt_callback()
274 .fpu_enabled = false, in lrw_encrypt()
288 twofish_fpu_end(crypt_ctx.fpu_enabled); in lrw_encrypt()
300 .fpu_enabled = false, in lrw_decrypt()
314 twofish_fpu_end(crypt_ctx.fpu_enabled); in lrw_decrypt()