Lines Matching refs:fpu_enabled
190 static inline bool camellia_fpu_begin(bool fpu_enabled, unsigned int nbytes) in camellia_fpu_begin() argument
193 CAMELLIA_AESNI_PARALLEL_BLOCKS, NULL, fpu_enabled, in camellia_fpu_begin()
197 static inline void camellia_fpu_end(bool fpu_enabled) in camellia_fpu_end() argument
199 glue_fpu_end(fpu_enabled); in camellia_fpu_end()
211 bool fpu_enabled; member
220 ctx->fpu_enabled = camellia_fpu_begin(ctx->fpu_enabled, nbytes); in encrypt_callback()
244 ctx->fpu_enabled = camellia_fpu_begin(ctx->fpu_enabled, nbytes); in decrypt_callback()
269 .fpu_enabled = false, in lrw_encrypt()
283 camellia_fpu_end(crypt_ctx.fpu_enabled); in lrw_encrypt()
295 .fpu_enabled = false, in lrw_decrypt()
309 camellia_fpu_end(crypt_ctx.fpu_enabled); in lrw_decrypt()