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

/linux-4.1.27/arch/x86/crypto/
H A Dserpent_avx2_glue.c60 static const struct common_glue_ctx serpent_ctr = { variable in typeref:struct:common_glue_ctx
169 return glue_ctr_crypt_128bit(&serpent_ctr, desc, dst, src, nbytes); ctr_crypt()
H A Dserpent_avx_glue.c109 static const struct common_glue_ctx serpent_ctr = { variable in typeref:struct:common_glue_ctx
203 return glue_ctr_crypt_128bit(&serpent_ctr, desc, dst, src, nbytes); ctr_crypt()
H A Dserpent_sse2_glue.c103 static const struct common_glue_ctx serpent_ctr = { variable in typeref:struct:common_glue_ctx
171 return glue_ctr_crypt_128bit(&serpent_ctr, desc, dst, src, nbytes); ctr_crypt()

Completed in 42 milliseconds