Searched refs:sec4_sg_src_index (Results 1 – 1 of 1) sorted by relevance
789 int src_nents, sec4_sg_bytes, sec4_sg_src_index; in ahash_update_ctx() local802 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() local918 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[all …]