Searched refs:sec4_sg_len (Results 1 – 1 of 1) sorted by relevance
2627 int sec4_sg_index, sec4_sg_len = 0, sec4_sg_bytes; in aead_edesc_alloc() local2686 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() local2913 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()