Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c2627 int sec4_sg_index, sec4_sg_len = 0, sec4_sg_bytes; in aead_edesc_alloc() local
2686 sec4_sg_len = assoc_nents + 1 + src_nents; in aead_edesc_alloc()
2689 sec4_sg_len += dst_nents; in aead_edesc_alloc()
2691 sec4_sg_bytes = sec4_sg_len * sizeof(struct sec4_sg_entry); in aead_edesc_alloc()
2855 int sec4_sg_index, sec4_sg_len = 0, sec4_sg_bytes; in aead_giv_edesc_alloc() local
2913 sec4_sg_len += assoc_nents + 1 + src_nents; in aead_giv_edesc_alloc()
2924 sec4_sg_len += 1 + src_nents; in aead_giv_edesc_alloc()
2928 sec4_sg_len += 1 + dst_nents; in aead_giv_edesc_alloc()
2931 sec4_sg_bytes = sec4_sg_len * sizeof(struct sec4_sg_entry); in aead_giv_edesc_alloc()