Lines Matching refs:fpu_enabled
189 static inline bool camellia_fpu_begin(bool fpu_enabled, unsigned int nbytes) in camellia_fpu_begin() argument
192 CAMELLIA_AESNI_PARALLEL_BLOCKS, NULL, fpu_enabled, in camellia_fpu_begin()
196 static inline void camellia_fpu_end(bool fpu_enabled) in camellia_fpu_end() argument
198 glue_fpu_end(fpu_enabled); in camellia_fpu_end()
210 bool fpu_enabled; member
219 ctx->fpu_enabled = camellia_fpu_begin(ctx->fpu_enabled, nbytes); in encrypt_callback()
243 ctx->fpu_enabled = camellia_fpu_begin(ctx->fpu_enabled, nbytes); in decrypt_callback()
268 .fpu_enabled = false, in lrw_encrypt()
282 camellia_fpu_end(crypt_ctx.fpu_enabled); in lrw_encrypt()
294 .fpu_enabled = false, in lrw_decrypt()
308 camellia_fpu_end(crypt_ctx.fpu_enabled); in lrw_decrypt()