Searched refs:dhlen (Results 1 – 4 of 4) sorted by relevance
| /spdk/test/unit/lib/nvmf/auth.c/ |
| H A D | auth_ut.c | 65 const char *nqn1, const char *nqn2, const void *dhkey, size_t dhlen, in spdk_nvme_dhchap_calculate() argument 292 desc->dhlen = 6; in test_auth_negotiate() 383 /* No valid dhgroups (dhlen=0) */ in test_auth_negotiate() 386 desc->dhlen = 0; in test_auth_negotiate() 397 desc->dhlen = 2; in test_auth_negotiate() 408 desc->dhlen = 6; in test_auth_negotiate() 422 /* Bad dhlen value */ in test_auth_negotiate() 425 desc->dhlen = 255; in test_auth_negotiate() 432 desc->dhlen = 6; in test_auth_negotiate() 499 desc->dhlen in test_auth_negotiate() [all...] |
| /spdk/lib/nvmf/ |
| H A D | auth.c | 278 desc->dhlen > SPDK_COUNTOF(desc->dhg_id_list)) { in nvmf_auth_negotiate_exec() 279 AUTH_ERRLOG(qpair, "invalid halen=%u, dhlen=%u\n", desc->halen, desc->dhlen); in nvmf_auth_negotiate_exec() 310 for (j = 0; j < desc->dhlen; ++j) { in nvmf_auth_negotiate_exec()
|
| /spdk/lib/nvme/ |
| H A D | nvme_auth.c | 405 const char *nqn1, const char *nqn2, const void *dhkey, size_t dhlen, in spdk_nvme_dhchap_calculate() argument 417 rc = nvme_auth_augment_challenge(cval, hlen, dhkey, dhlen, caval, &calen, hash); in spdk_nvme_dhchap_calculate() 806 desc->dhg_id_list[desc->dhlen++] = g_dhgroups[i].id; in nvme_auth_send_negotiate()
|
| /spdk/include/spdk/ |
| H A D | nvmf_spec.h | 488 uint8_t dhlen; member
|