Lines Matching refs:fpu_enabled
186 static inline bool camellia_fpu_begin(bool fpu_enabled, unsigned int nbytes) in camellia_fpu_begin() argument
189 CAMELLIA_AESNI_PARALLEL_BLOCKS, NULL, fpu_enabled, in camellia_fpu_begin()
193 static inline void camellia_fpu_end(bool fpu_enabled) in camellia_fpu_end() argument
195 glue_fpu_end(fpu_enabled); in camellia_fpu_end()
207 bool fpu_enabled; member
216 ctx->fpu_enabled = camellia_fpu_begin(ctx->fpu_enabled, nbytes); in encrypt_callback()
246 ctx->fpu_enabled = camellia_fpu_begin(ctx->fpu_enabled, nbytes); in decrypt_callback()
277 .fpu_enabled = false, in lrw_encrypt()
291 camellia_fpu_end(crypt_ctx.fpu_enabled); in lrw_encrypt()
303 .fpu_enabled = false, in lrw_decrypt()
317 camellia_fpu_end(crypt_ctx.fpu_enabled); in lrw_decrypt()