Searched refs:auth_type (Results 1 – 4 of 4) sorted by relevance
| /spdk/include/spdk/ |
| H A D | nvmf_spec.h | 503 uint8_t auth_type; member 514 uint8_t auth_type; member 530 uint8_t auth_type; member 546 uint8_t auth_type; member 559 uint8_t auth_type; member 582 uint8_t auth_type; member
|
| /spdk/test/unit/lib/nvmf/auth.c/ |
| H A D | auth_ut.c | 282 msg->auth_type = SPDK_NVMF_AUTH_TYPE_COMMON_MESSAGE; in test_auth_negotiate() 574 msg->auth_type = SPDK_NVMF_AUTH_TYPE_COMMON_MESSAGE; in test_auth_timeout() 653 CU_ASSERT_EQUAL(msg->auth_type, SPDK_NVMF_AUTH_TYPE_COMMON_MESSAGE); in test_auth_failure1() 672 CU_ASSERT_EQUAL(msg->auth_type, SPDK_NVMF_AUTH_TYPE_COMMON_MESSAGE); in test_auth_failure1() 735 CU_ASSERT_EQUAL(msg->auth_type, SPDK_NVMF_AUTH_TYPE_DHCHAP); in test_auth_challenge() 763 CU_ASSERT_EQUAL(msg->auth_type, SPDK_NVMF_AUTH_TYPE_DHCHAP); in test_auth_challenge() 786 CU_ASSERT_EQUAL(fail->auth_type, SPDK_NVMF_AUTH_TYPE_COMMON_MESSAGE); in test_auth_challenge() 804 CU_ASSERT_EQUAL(fail->auth_type, SPDK_NVMF_AUTH_TYPE_COMMON_MESSAGE); in test_auth_challenge() 822 CU_ASSERT_EQUAL(fail->auth_type, SPDK_NVMF_AUTH_TYPE_COMMON_MESSAGE); in test_auth_challenge() 841 CU_ASSERT_EQUAL(fail->auth_type, SPDK_NVMF_AUTH_TYPE_COMMON_MESSAG in test_auth_reply() [all...] |
| /spdk/lib/nvmf/ |
| H A D | auth.c | 57 uint8_t auth_type; 554 switch (header->auth_type) { in nvmf_auth_send_exec() 584 AUTH_ERRLOG(qpair, "unexpected auth_type=%u\n", header->auth_type); in nvmf_auth_recv_complete() 625 failure->auth_type = SPDK_NVMF_AUTH_TYPE_COMMON_MESSAGE; in nvmf_auth_get_seqnum() 716 challenge->auth_type = SPDK_NVMF_AUTH_TYPE_DHCHAP; in nvmf_auth_recv_success1() 747 success->auth_type = SPDK_NVMF_AUTH_TYPE_DHCHAP; in nvmf_auth_recv_success1() 56 uint8_t auth_type; global() member
|
| /spdk/lib/nvme/ |
| H A D | nvme_auth.c | 721 msg->auth_type = SPDK_NVMF_AUTH_TYPE_COMMON_MESSAGE; in nvme_auth_send_failure2() 746 switch (msg->auth_type) { in nvme_auth_check_message() 769 AUTH_ERRLOG(qpair, "received unknown message type: %u\n", msg->auth_type); in nvme_auth_check_message() 809 msg->auth_type = SPDK_NVMF_AUTH_TYPE_COMMON_MESSAGE; in nvme_auth_send_negotiate() 997 reply->auth_type = SPDK_NVMF_AUTH_TYPE_DHCHAP; in nvme_auth_send_reply() 1075 msg->auth_type = SPDK_NVMF_AUTH_TYPE_DHCHAP; in nvme_fabric_qpair_authenticate_poll()
|