Searched refs:conn_tx_hash (Results 1 - 3 of 3) sorted by relevance

/drivers/target/iscsi/
H A Discsi_target.c2565 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, hdr,
2695 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, cmd->pdu,
2723 cmd->data_crc = iscsit_do_crypto_hash_sg(&conn->conn_tx_hash, cmd,
2873 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, &cmd->pdu[0],
2931 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, hdr,
2979 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, hdr,
3009 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash,
3069 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, hdr,
3259 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash,
3282 iscsit_do_crypto_hash_buf(&conn->conn_tx_hash, cm
[all...]
H A Discsi_target_login.c131 conn->conn_tx_hash.flags = 0;
132 conn->conn_tx_hash.tfm = crypto_alloc_hash("crc32c", 0,
134 if (IS_ERR(conn->conn_tx_hash.tfm)) {
1189 if (!IS_ERR(conn->conn_tx_hash.tfm))
1190 crypto_free_hash(conn->conn_tx_hash.tfm);
H A Discsi_target_core.h582 struct hash_desc conn_tx_hash; member in struct:iscsi_conn

Completed in 20 milliseconds