Lines Matching refs:sec4_sg_bytes
536 int sec4_sg_bytes; member
551 if (edesc->sec4_sg_bytes) in ahash_unmap()
553 edesc->sec4_sg_bytes, DMA_TO_DEVICE); in ahash_unmap()
741 edesc->sec4_sg_bytes = sgsize; in ahash_edesc_add_src()
827 int src_nents, mapped_nents, sec4_sg_bytes, sec4_sg_src_index; in ahash_update_ctx() local
868 sec4_sg_bytes = pad_nents * sizeof(struct sec4_sg_entry); in ahash_update_ctx()
882 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_update_ctx()
904 sec4_sg_bytes, in ahash_update_ctx()
948 int sec4_sg_bytes; in ahash_final_ctx() local
953 sec4_sg_bytes = pad_sg_nents(1 + (buflen ? 1 : 0)) * in ahash_final_ctx()
964 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_final_ctx()
978 sec4_sg_bytes, DMA_TO_DEVICE); in ahash_final_ctx()
1202 int sec4_sg_bytes, src_nents, mapped_nents; in ahash_update_no_ctx() local
1243 sec4_sg_bytes = pad_nents * sizeof(struct sec4_sg_entry); in ahash_update_no_ctx()
1258 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_update_no_ctx()
1269 sec4_sg_bytes, in ahash_update_no_ctx()
1320 int sec4_sg_bytes, sec4_sg_src_index, src_nents, mapped_nents; in ahash_finup_no_ctx() local
1343 sec4_sg_bytes = (sec4_sg_src_index + mapped_nents) * in ahash_finup_no_ctx()
1357 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_finup_no_ctx()