Searched defs:dhkey (Results 1 – 3 of 3) sorted by relevance
/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 526 spdk_nvme_dhchap_dhkey_get_pubkey(struct spdk_nvme_dhchap_dhkey *dhkey, void *pub, size_t *len) in spdk_nvme_dhchap_dhkey_get_pubkey() argument 615 spdk_nvme_dhchap_dhkey_derive_secret(struct spdk_nvme_dhchap_dhkey *dhkey, in spdk_nvme_dhchap_dhkey_derive_secret() argument 907 struct spdk_nvme_dhchap_dhkey *dhkey; in nvme_auth_send_reply() local [all...] |
/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 77 spdk_nvme_dhchap_dhkey_get_pubkey(struct spdk_nvme_dhchap_dhkey *dhkey, void *pub, size_t *len) in spdk_nvme_dhchap_dhkey_get_pubkey() argument
|
/spdk/lib/nvmf/ |
H A D | auth.c | 51 struct spdk_nvme_dhchap_dhkey *dhkey; global() member
|