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

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

Completed in 84 milliseconds