Lines Matching refs:sec4_sg_src_index
789 int src_nents, sec4_sg_bytes, sec4_sg_src_index; in ahash_update_ctx() local
802 sec4_sg_src_index = 1 + (*buflen ? 1 : 0); in ahash_update_ctx()
803 sec4_sg_bytes = (sec4_sg_src_index + src_nents) * in ahash_update_ctx()
836 edesc->sec4_sg + sec4_sg_src_index, in ahash_update_ctx()
845 (edesc->sec4_sg + sec4_sg_src_index - 1)->len |= in ahash_update_ctx()
912 int sec4_sg_bytes, sec4_sg_src_index; in ahash_final_ctx() local
918 sec4_sg_src_index = 1 + (buflen ? 1 : 0); in ahash_final_ctx()
919 sec4_sg_bytes = sec4_sg_src_index * sizeof(struct sec4_sg_entry); in ahash_final_ctx()
946 (edesc->sec4_sg + sec4_sg_src_index - 1)->len |= SEC4_SG_LEN_FIN; in ahash_final_ctx()
995 int sec4_sg_bytes, sec4_sg_src_index; in ahash_finup_ctx() local
1004 sec4_sg_src_index = 1 + (buflen ? 1 : 0); in ahash_finup_ctx()
1005 sec4_sg_bytes = (sec4_sg_src_index + src_nents) * in ahash_finup_ctx()
1036 sec4_sg_src_index, chained); in ahash_finup_ctx()
1342 int sec4_sg_bytes, sec4_sg_src_index, src_nents; in ahash_finup_no_ctx() local
1350 sec4_sg_src_index = 2; in ahash_finup_no_ctx()
1351 sec4_sg_bytes = (sec4_sg_src_index + src_nents) * in ahash_finup_no_ctx()