tsgl_entries      670 crypto/af_alg.c 		for_each_sg(tsgl, sg, areq->tsgl_entries, i) {
tsgl_entries      676 crypto/af_alg.c 		sock_kfree_s(sk, tsgl, areq->tsgl_entries * sizeof(*tsgl));
tsgl_entries     1096 crypto/af_alg.c 	areq->tsgl_entries = 0;
tsgl_entries      250 crypto/algif_aead.c 		areq->tsgl_entries = af_alg_count_tsgl(sk, processed,
tsgl_entries      252 crypto/algif_aead.c 		if (!areq->tsgl_entries)
tsgl_entries      253 crypto/algif_aead.c 			areq->tsgl_entries = 1;
tsgl_entries      255 crypto/algif_aead.c 							 areq->tsgl_entries),
tsgl_entries      261 crypto/algif_aead.c 		sg_init_table(areq->tsgl, areq->tsgl_entries);
tsgl_entries       96 crypto/algif_skcipher.c 	areq->tsgl_entries = af_alg_count_tsgl(sk, len, 0);
tsgl_entries       97 crypto/algif_skcipher.c 	if (!areq->tsgl_entries)
tsgl_entries       98 crypto/algif_skcipher.c 		areq->tsgl_entries = 1;
tsgl_entries      100 crypto/algif_skcipher.c 						 areq->tsgl_entries),
tsgl_entries      106 crypto/algif_skcipher.c 	sg_init_table(areq->tsgl, areq->tsgl_entries);
tsgl_entries      104 include/crypto/if_alg.h 	unsigned int tsgl_entries;