pending_sgl      1286 crypto/testmgr.c 	struct scatterlist *pending_sgl;
pending_sgl      1355 crypto/testmgr.c 	pending_sgl = NULL;
pending_sgl      1359 crypto/testmgr.c 		    pending_sgl != NULL) {
pending_sgl      1363 crypto/testmgr.c 			ahash_request_set_crypt(req, pending_sgl, result,
pending_sgl      1372 crypto/testmgr.c 			pending_sgl = NULL;
pending_sgl      1400 crypto/testmgr.c 		if (pending_sgl == NULL)
pending_sgl      1401 crypto/testmgr.c 			pending_sgl = &tsgl->sgl[i];
pending_sgl      1406 crypto/testmgr.c 	ahash_request_set_crypt(req, pending_sgl, result, pending_len);