Searched refs:diff_size (Results 1 – 2 of 2) sorted by relevance
255 unsigned int diff_size = 0; in rsa_edesc_alloc() local276 diff_size = key->n_sz - req->src_len; in rsa_edesc_alloc()298 if (!diff_size && mapped_src_nents == 1) in rsa_edesc_alloc()301 sec4_sg_len = mapped_src_nents + !!diff_size; in rsa_edesc_alloc()318 if (diff_size) in rsa_edesc_alloc()319 dma_to_sec4_sg_one(edesc->sec4_sg, ctx->padding_dma, diff_size, in rsa_edesc_alloc()324 edesc->sec4_sg + !!diff_size, 0); in rsa_edesc_alloc()
1995 u32 diff_size = from_size + to_size; in BPF_CALL_5() local2007 diff_size > sizeof(sp->diff))) in BPF_CALL_5()2015 return csum_partial(sp->diff, diff_size, seed); in BPF_CALL_5()