Searched refs:serpent_fpu_begin (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
H A Dserpent_avx2_glue.c172 static inline bool serpent_fpu_begin(bool fpu_enabled, unsigned int nbytes) serpent_fpu_begin() function
194 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); encrypt_callback()
218 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); decrypt_callback()
H A Dserpent_avx_glue.c206 static inline bool serpent_fpu_begin(bool fpu_enabled, unsigned int nbytes) serpent_fpu_begin() function
228 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); encrypt_callback()
245 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); decrypt_callback()
H A Dserpent_sse2_glue.c174 static inline bool serpent_fpu_begin(bool fpu_enabled, unsigned int nbytes) serpent_fpu_begin() function
196 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); encrypt_callback()
213 ctx->fpu_enabled = serpent_fpu_begin(ctx->fpu_enabled, nbytes); decrypt_callback()

Completed in 129 milliseconds