Lines Matching refs:fpu_enabled
185 static inline bool camellia_fpu_begin(bool fpu_enabled, unsigned int nbytes) in camellia_fpu_begin() argument
188 CAMELLIA_AESNI_PARALLEL_BLOCKS, NULL, fpu_enabled, in camellia_fpu_begin()
192 static inline void camellia_fpu_end(bool fpu_enabled) in camellia_fpu_end() argument
194 glue_fpu_end(fpu_enabled); in camellia_fpu_end()
206 bool fpu_enabled; member
215 ctx->fpu_enabled = camellia_fpu_begin(ctx->fpu_enabled, nbytes); in encrypt_callback()
245 ctx->fpu_enabled = camellia_fpu_begin(ctx->fpu_enabled, nbytes); in decrypt_callback()
276 .fpu_enabled = false, in lrw_encrypt()
290 camellia_fpu_end(crypt_ctx.fpu_enabled); in lrw_encrypt()
302 .fpu_enabled = false, in lrw_decrypt()
316 camellia_fpu_end(crypt_ctx.fpu_enabled); in lrw_decrypt()