Home
last modified time | relevance | path

Searched refs:seqnum (Results 1 – 4 of 4) sorted by relevance

/spdk/lib/nvme/
H A Dnvme_auth.c192 uint32_t seqnum; in nvme_auth_get_seqnum() local
206 seqnum = ctrlr->auth_seqnum; in nvme_auth_get_seqnum()
209 return seqnum; in nvme_auth_get_seqnum()
838 if (challenge->seqnum == 0) { in nvme_auth_check_challenge()
839 AUTH_ERRLOG(qpair, "received challenge with seqnum=0\n"); in nvme_auth_check_challenge()
914 uint32_t seqnum = 0; in nvme_auth_send_reply()
952 challenge->seqnum, auth->tid, ctrlr->trid.subnqn, ctrlr->opts.hostnqn, hl); in nvme_auth_send_reply()
954 "HostHost", challenge->seqnum, auth->tid, 0, in nvme_auth_send_reply()
964 seqnum = nvme_auth_get_seqnum(qpair); in nvme_auth_send_reply()
965 if (seqnum in nvme_auth_send_reply()
913 uint32_t seqnum = 0; nvme_auth_send_reply() local
[all...]
/spdk/lib/nvmf/
H A Dauth.c51 uint32_t seqnum;
392 if (msg->cvalid && msg->seqnum == 0) { in nvmf_auth_reply_exec()
393 AUTH_ERRLOG(qpair, "unexpected seqnum=0 with cvalid=1\n"); in nvmf_auth_reply_exec()
421 "HostHost", auth->seqnum, auth->tid, 0, in nvmf_auth_reply_exec()
449 "Controller", msg->seqnum, auth->tid, 0, in nvmf_auth_reply_exec()
658 auth->seqnum = subsys->auth_seqnum; in nvmf_auth_recv_challenge()
723 challenge->seqnum = auth->seqnum; in nvmf_auth_recv_success1()
50 uint32_t seqnum; global() member
/spdk/test/unit/lib/nvmf/auth.c/
H A Dauth_ut.c743 CU_ASSERT(msg->seqnum != 0); in test_auth_challenge()
772 CU_ASSERT(msg->seqnum != 0); in test_auth_challenge()
885 msg->seqnum = 0; in test_auth_reply()
1033 /* Bad cvalid/seqnum combination */ in test_auth_reply()
1037 msg->seqnum = 0; in test_auth_reply()
1048 msg->seqnum = 1; in test_auth_reply()
1061 msg->seqnum = 1; in test_auth_success1()
/spdk/include/spdk/
H A Dnvmf_spec.h523 uint32_t seqnum; member
539 uint32_t seqnum; member