Searched refs:conn_tx_hash (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/target/iscsi/ |
| D | iscsi_target_login.c | 100 conn->conn_tx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_login_setup_crypto() 101 if (!conn->conn_tx_hash) { in iscsi_login_setup_crypto() 108 ahash_request_set_callback(conn->conn_tx_hash, 0, NULL, NULL); in iscsi_login_setup_crypto() 1213 ahash_request_free(conn->conn_tx_hash); in iscsi_target_login_sess_out()
|
| D | iscsi_target.c | 515 iscsit_do_crypto_hash_buf(conn->conn_tx_hash, hdr, in iscsit_xmit_nondatain_pdu() 542 iscsit_do_crypto_hash_buf(conn->conn_tx_hash, in iscsit_xmit_nondatain_pdu() 589 iscsit_do_crypto_hash_buf(conn->conn_tx_hash, cmd->pdu, in iscsit_xmit_datain_pdu() 619 cmd->data_crc = iscsit_do_crypto_hash_sg(conn->conn_tx_hash, in iscsit_xmit_datain_pdu() 4236 ahash_request_free(conn->conn_tx_hash); in iscsit_close_connection()
|
| /Linux-v5.4/include/target/iscsi/ |
| D | iscsi_target_core.h | 589 struct ahash_request *conn_tx_hash; member
|