Home
last modified time | relevance | path

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

/arch/x86/crypto/
Dglue_helper.c39 fpu_enabled = glue_fpu_begin(bsize, gctx->fpu_blocks_limit, in glue_ecb_req_128bit()
117 fpu_enabled = glue_fpu_begin(bsize, gctx->fpu_blocks_limit, in glue_cbc_decrypt_req_128bit()
178 fpu_enabled = glue_fpu_begin(bsize, gctx->fpu_blocks_limit, in glue_ctr_req_128bit()
301 fpu_enabled = glue_fpu_begin(bsize, gctx->fpu_blocks_limit, in glue_xts_req_128bit()
Dcast5_avx_glue.c38 return glue_fpu_begin(CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS, in cast5_fpu_begin()
/arch/x86/include/asm/crypto/
Dglue_helper.h42 static inline bool glue_fpu_begin(unsigned int bsize, int fpu_blocks_limit, in glue_fpu_begin() function