Searched refs:camellia_fpu_begin (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c190 static inline bool camellia_fpu_begin(bool fpu_enabled, unsigned int nbytes) camellia_fpu_begin() function
220 ctx->fpu_enabled = camellia_fpu_begin(ctx->fpu_enabled, nbytes); encrypt_callback()
244 ctx->fpu_enabled = camellia_fpu_begin(ctx->fpu_enabled, nbytes); decrypt_callback()
H A Dcamellia_aesni_avx2_glue.c186 static inline bool camellia_fpu_begin(bool fpu_enabled, unsigned int nbytes) camellia_fpu_begin() function
216 ctx->fpu_enabled = camellia_fpu_begin(ctx->fpu_enabled, nbytes); encrypt_callback()
246 ctx->fpu_enabled = camellia_fpu_begin(ctx->fpu_enabled, nbytes); decrypt_callback()

Completed in 39 milliseconds