Searched refs:diff_size (Results 1 – 2 of 2) sorted by relevance
256 unsigned int diff_size = 0; in rsa_edesc_alloc() local277 diff_size = key->n_sz - req->src_len; in rsa_edesc_alloc()299 if (!diff_size && mapped_src_nents == 1) in rsa_edesc_alloc()302 sec4_sg_len = mapped_src_nents + !!diff_size; in rsa_edesc_alloc()319 if (diff_size) in rsa_edesc_alloc()320 dma_to_sec4_sg_one(edesc->sec4_sg, ctx->padding_dma, diff_size, in rsa_edesc_alloc()325 edesc->sec4_sg + !!diff_size, 0); in rsa_edesc_alloc()
1996 u32 diff_size = from_size + to_size; in BPF_CALL_5() local2008 diff_size > sizeof(sp->diff))) in BPF_CALL_5()2016 return csum_partial(sp->diff, diff_size, seed); in BPF_CALL_5()