Lines Matching refs:sec4_sg_bytes
499 int sec4_sg_bytes; member
515 if (edesc->sec4_sg_bytes) in ahash_unmap()
517 edesc->sec4_sg_bytes, DMA_TO_DEVICE); in ahash_unmap()
724 edesc->sec4_sg_bytes = sgsize; in ahash_edesc_add_src()
753 int src_nents, mapped_nents, sec4_sg_bytes, sec4_sg_src_index; in ahash_update_ctx() local
781 sec4_sg_bytes = (sec4_sg_src_index + mapped_nents) * in ahash_update_ctx()
797 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_update_ctx()
824 sec4_sg_bytes, in ahash_update_ctx()
879 int sec4_sg_bytes, sec4_sg_src_index; in ahash_final_ctx() local
885 sec4_sg_bytes = sec4_sg_src_index * sizeof(struct sec4_sg_entry); in ahash_final_ctx()
896 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_final_ctx()
910 sec4_sg_bytes, DMA_TO_DEVICE); in ahash_final_ctx()
1184 int sec4_sg_bytes, src_nents, mapped_nents; in ahash_update_no_ctx() local
1211 sec4_sg_bytes = (1 + mapped_nents) * in ahash_update_no_ctx()
1228 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_update_no_ctx()
1246 sec4_sg_bytes, in ahash_update_no_ctx()
1306 int sec4_sg_bytes, sec4_sg_src_index, src_nents, mapped_nents; in ahash_finup_no_ctx() local
1329 sec4_sg_bytes = (sec4_sg_src_index + mapped_nents) * in ahash_finup_no_ctx()
1344 edesc->sec4_sg_bytes = sec4_sg_bytes; in ahash_finup_no_ctx()