Lines Matching refs:sec4_sg_bytes
562 int sec4_sg_bytes; member
576 if (edesc->sec4_sg_bytes) in ahash_unmap()
578 edesc->sec4_sg_bytes, DMA_TO_DEVICE); in ahash_unmap()
766 edesc->sec4_sg_bytes = sgsize; in ahash_edesc_add_src()
796 int src_nents, mapped_nents, sec4_sg_bytes, sec4_sg_src_index; in ahash_update_ctx() local
838 sec4_sg_bytes = pad_nents * sizeof(struct sec4_sg_entry); in ahash_update_ctx()
852 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_update_ctx()
878 sec4_sg_bytes, in ahash_update_ctx()
930 int sec4_sg_bytes; in ahash_final_ctx() local
935 sec4_sg_bytes = pad_sg_nents(1 + (buflen ? 1 : 0)) * in ahash_final_ctx()
946 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_final_ctx()
960 sec4_sg_bytes, DMA_TO_DEVICE); in ahash_final_ctx()
1216 int sec4_sg_bytes, src_nents, mapped_nents; in ahash_update_no_ctx() local
1257 sec4_sg_bytes = pad_nents * sizeof(struct sec4_sg_entry); in ahash_update_no_ctx()
1273 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_update_no_ctx()
1290 sec4_sg_bytes, in ahash_update_no_ctx()
1347 int sec4_sg_bytes, sec4_sg_src_index, src_nents, mapped_nents; in ahash_finup_no_ctx() local
1370 sec4_sg_bytes = (sec4_sg_src_index + mapped_nents) * in ahash_finup_no_ctx()
1385 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_finup_no_ctx()