Home
last modified time | relevance | path

Searched refs:glue_fpu_begin (Results 1 – 10 of 10) sorted by relevance

/arch/x86/crypto/
Dglue_helper.c51 fpu_enabled = glue_fpu_begin(bsize, gctx->fpu_blocks_limit, in __glue_ecb_crypt_128bit()
205 fpu_enabled = glue_fpu_begin(bsize, gctx->fpu_blocks_limit, in glue_cbc_decrypt_128bit()
288 fpu_enabled = glue_fpu_begin(bsize, gctx->fpu_blocks_limit, in glue_ctr_crypt_128bit()
362 fpu_enabled = glue_fpu_begin(bsize, gctx->fpu_blocks_limit, in glue_xts_crypt_128bit()
Dcast5_avx_glue.c50 return glue_fpu_begin(CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS, in cast5_fpu_begin()
Dtwofish_avx_glue.c207 return glue_fpu_begin(TF_BLOCK_SIZE, TWOFISH_PARALLEL_BLOCKS, NULL, in twofish_fpu_begin()
Dserpent_avx2_glue.c174 return glue_fpu_begin(SERPENT_BLOCK_SIZE, 8, NULL, fpu_enabled, nbytes); in serpent_fpu_begin()
Dcamellia_aesni_avx_glue.c191 return glue_fpu_begin(CAMELLIA_BLOCK_SIZE, in camellia_fpu_begin()
Dserpent_sse2_glue.c176 return glue_fpu_begin(SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS, in serpent_fpu_begin()
Dcamellia_aesni_avx2_glue.c187 return glue_fpu_begin(CAMELLIA_BLOCK_SIZE, in camellia_fpu_begin()
Dcast6_avx_glue.c194 return glue_fpu_begin(CAST6_BLOCK_SIZE, CAST6_PARALLEL_BLOCKS, in cast6_fpu_begin()
Dserpent_avx_glue.c207 return glue_fpu_begin(SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS, in serpent_fpu_begin()
/arch/x86/include/asm/crypto/
Dglue_helper.h46 static inline bool glue_fpu_begin(unsigned int bsize, int fpu_blocks_limit, in glue_fpu_begin() function