Searched refs:conn_tx_hash (Results 1 – 3 of 3) sorted by relevance
/drivers/target/iscsi/ |
D | iscsi_target.c | 2548 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, hdr, in iscsit_send_conn_drop_async_message() 2678 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, cmd->pdu, in iscsit_send_datain() 2706 cmd->data_crc = iscsit_do_crypto_hash_sg(&conn->conn_tx_hash, cmd, in iscsit_send_datain() 2856 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, &cmd->pdu[0], in iscsit_send_logout() 2914 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, hdr, in iscsit_send_unsolicited_nopin() 2962 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, hdr, in iscsit_send_nopin() 2992 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, in iscsit_send_nopin() 3052 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, hdr, in iscsit_send_r2t() 3242 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, in iscsit_send_response() 3265 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, cmd->pdu, in iscsit_send_response() [all …]
|
D | iscsi_target_login.c | 132 conn->conn_tx_hash.flags = 0; in iscsi_login_setup_crypto() 133 conn->conn_tx_hash.tfm = crypto_alloc_hash("crc32c", 0, in iscsi_login_setup_crypto() 135 if (IS_ERR(conn->conn_tx_hash.tfm)) { in iscsi_login_setup_crypto() 1236 if (!IS_ERR(conn->conn_tx_hash.tfm)) in iscsi_target_login_sess_out() 1237 crypto_free_hash(conn->conn_tx_hash.tfm); in iscsi_target_login_sess_out()
|
D | iscsi_target_core.h | 583 struct hash_desc conn_tx_hash; member
|