Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/crypto/
Dglue_helper.c50 unsigned int func_bytes; in glue_ecb_req_128bit() local
56 func_bytes = bsize * gctx->funcs[i].num_blocks; in glue_ecb_req_128bit()
58 if (nbytes < func_bytes) in glue_ecb_req_128bit()
64 src += func_bytes; in glue_ecb_req_128bit()
65 dst += func_bytes; in glue_ecb_req_128bit()
66 nbytes -= func_bytes; in glue_ecb_req_128bit()
67 } while (nbytes >= func_bytes); in glue_ecb_req_128bit()
127 unsigned int func_bytes, num_blocks; in glue_cbc_decrypt_req_128bit() local
141 func_bytes = bsize * num_blocks; in glue_cbc_decrypt_req_128bit()
143 if (nbytes < func_bytes) in glue_cbc_decrypt_req_128bit()
[all …]