Searched refs:rcv_hash (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | tcp.c | 120 struct ahash_request *rcv_hash; member 259 nvmet_tcp_hdgst(queue->rcv_hash, pdu, len); in nvmet_tcp_verify_hdgst() 801 struct crypto_ahash *tfm = crypto_ahash_reqtfm(queue->rcv_hash); in nvmet_tcp_free_crypto() 803 ahash_request_free(queue->rcv_hash); in nvmet_tcp_free_crypto() 821 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto() 822 if (!queue->rcv_hash) in nvmet_tcp_alloc_crypto() 824 ahash_request_set_callback(queue->rcv_hash, 0, NULL, NULL); in nvmet_tcp_alloc_crypto() 1117 nvmet_tcp_recv_ddgst(queue->rcv_hash, cmd); in nvmet_tcp_prep_recv_ddgst()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | tcp.c | 141 struct ahash_request *rcv_hash; member 416 nvme_tcp_hdgst(queue->rcv_hash, pdu, pdu_len); in nvme_tcp_verify_hdgst() 443 crypto_ahash_init(queue->rcv_hash); in nvme_tcp_check_ddgst() 778 &req->iter, recv_len, queue->rcv_hash); in nvme_tcp_recv_data() 796 nvme_tcp_ddgst_final(queue->rcv_hash, &queue->exp_ddgst); in nvme_tcp_recv_data() 1206 struct crypto_ahash *tfm = crypto_ahash_reqtfm(queue->rcv_hash); in nvme_tcp_free_crypto() 1208 ahash_request_free(queue->rcv_hash); in nvme_tcp_free_crypto() 1226 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto() 1227 if (!queue->rcv_hash) in nvme_tcp_alloc_crypto() 1229 ahash_request_set_callback(queue->rcv_hash, 0, NULL, NULL); in nvme_tcp_alloc_crypto()
|