Searched refs:glue_fpu_begin (Results 1 – 10 of 10) sorted by relevance
/arch/x86/crypto/ |
D | glue_helper.c | 51 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()
|
D | cast5_avx_glue.c | 50 return glue_fpu_begin(CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS, in cast5_fpu_begin()
|
D | twofish_avx_glue.c | 207 return glue_fpu_begin(TF_BLOCK_SIZE, TWOFISH_PARALLEL_BLOCKS, NULL, in twofish_fpu_begin()
|
D | serpent_avx2_glue.c | 174 return glue_fpu_begin(SERPENT_BLOCK_SIZE, 8, NULL, fpu_enabled, nbytes); in serpent_fpu_begin()
|
D | camellia_aesni_avx_glue.c | 191 return glue_fpu_begin(CAMELLIA_BLOCK_SIZE, in camellia_fpu_begin()
|
D | serpent_sse2_glue.c | 176 return glue_fpu_begin(SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS, in serpent_fpu_begin()
|
D | camellia_aesni_avx2_glue.c | 187 return glue_fpu_begin(CAMELLIA_BLOCK_SIZE, in camellia_fpu_begin()
|
D | cast6_avx_glue.c | 194 return glue_fpu_begin(CAST6_BLOCK_SIZE, CAST6_PARALLEL_BLOCKS, in cast6_fpu_begin()
|
D | serpent_avx_glue.c | 207 return glue_fpu_begin(SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS, in serpent_fpu_begin()
|
/arch/x86/include/asm/crypto/ |
D | glue_helper.h | 46 static inline bool glue_fpu_begin(unsigned int bsize, int fpu_blocks_limit, in glue_fpu_begin() function
|