tx_hash           436 drivers/scsi/iscsi_tcp.c 		iscsi_tcp_dgst_header(tcp_sw_conn->tx_hash, hdr, hdrlen,
tx_hash           462 drivers/scsi/iscsi_tcp.c 	struct ahash_request *tx_hash = NULL;
tx_hash           475 drivers/scsi/iscsi_tcp.c 		tx_hash = tcp_sw_conn->tx_hash;
tx_hash           479 drivers/scsi/iscsi_tcp.c 				     NULL, tx_hash);
tx_hash           488 drivers/scsi/iscsi_tcp.c 	struct ahash_request *tx_hash = NULL;
tx_hash           500 drivers/scsi/iscsi_tcp.c 		tx_hash = tcp_sw_conn->tx_hash;
tx_hash           503 drivers/scsi/iscsi_tcp.c 				data, len, NULL, tx_hash);
tx_hash           565 drivers/scsi/iscsi_tcp.c 	tcp_sw_conn->tx_hash = ahash_request_alloc(tfm, GFP_KERNEL);
tx_hash           566 drivers/scsi/iscsi_tcp.c 	if (!tcp_sw_conn->tx_hash)
tx_hash           568 drivers/scsi/iscsi_tcp.c 	ahash_request_set_callback(tcp_sw_conn->tx_hash, 0, NULL, NULL);
tx_hash           580 drivers/scsi/iscsi_tcp.c 	ahash_request_free(tcp_sw_conn->tx_hash);
tx_hash           622 drivers/scsi/iscsi_tcp.c 	if (tcp_sw_conn->tx_hash) {
tx_hash           625 drivers/scsi/iscsi_tcp.c 		tfm = crypto_ahash_reqtfm(tcp_sw_conn->tx_hash);
tx_hash           626 drivers/scsi/iscsi_tcp.c 		ahash_request_free(tcp_sw_conn->tx_hash);
tx_hash            39 drivers/scsi/iscsi_tcp.h 	struct ahash_request	*tx_hash;	/* CRC32C (Tx) */