Searched refs:sec4_sg_src_index (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/caam/
H A Dcaamhash.c789 int src_nents, sec4_sg_bytes, sec4_sg_src_index; ahash_update_ctx() local
802 sec4_sg_src_index = 1 + (*buflen ? 1 : 0); ahash_update_ctx()
803 sec4_sg_bytes = (sec4_sg_src_index + src_nents) * ahash_update_ctx()
836 edesc->sec4_sg + sec4_sg_src_index, ahash_update_ctx()
845 (edesc->sec4_sg + sec4_sg_src_index - 1)->len |= ahash_update_ctx()
912 int sec4_sg_bytes, sec4_sg_src_index; ahash_final_ctx() local
918 sec4_sg_src_index = 1 + (buflen ? 1 : 0); ahash_final_ctx()
919 sec4_sg_bytes = sec4_sg_src_index * sizeof(struct sec4_sg_entry); ahash_final_ctx()
946 (edesc->sec4_sg + sec4_sg_src_index - 1)->len |= SEC4_SG_LEN_FIN; ahash_final_ctx()
995 int sec4_sg_bytes, sec4_sg_src_index; ahash_finup_ctx() local
1004 sec4_sg_src_index = 1 + (buflen ? 1 : 0); ahash_finup_ctx()
1005 sec4_sg_bytes = (sec4_sg_src_index + src_nents) * ahash_finup_ctx()
1036 sec4_sg_src_index, chained); ahash_finup_ctx()
1343 int sec4_sg_bytes, sec4_sg_src_index, src_nents; ahash_finup_no_ctx() local
1351 sec4_sg_src_index = 2; ahash_finup_no_ctx()
1352 sec4_sg_bytes = (sec4_sg_src_index + src_nents) * ahash_finup_no_ctx()

Completed in 39 milliseconds