Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dglue_helper.c36 unsigned int func_bytes; in glue_ecb_req_128bit() local
42 func_bytes = bsize * gctx->funcs[i].num_blocks; in glue_ecb_req_128bit()
44 if (nbytes < func_bytes) in glue_ecb_req_128bit()
50 src += func_bytes; in glue_ecb_req_128bit()
51 dst += func_bytes; in glue_ecb_req_128bit()
52 nbytes -= func_bytes; in glue_ecb_req_128bit()
53 } while (nbytes >= func_bytes); in glue_ecb_req_128bit()
113 unsigned int func_bytes, num_blocks; in glue_cbc_decrypt_req_128bit() local
127 func_bytes = bsize * num_blocks; in glue_cbc_decrypt_req_128bit()
129 if (nbytes < func_bytes) in glue_cbc_decrypt_req_128bit()
174 unsigned int func_bytes, num_blocks; glue_ctr_req_128bit() local
237 unsigned int num_blocks, func_bytes; __glue_xts_req_128bit() local
[all...]

Completed in 2 milliseconds