nvme_dhchap_key
struct nvme_dhchap_key key;
struct nvme_dhchap_key *nvme_auth_extract_key(unsigned char *secret,
struct nvme_dhchap_key *key;
struct nvme_dhchap_key *nvme_auth_alloc_key(u32 len, u8 hash)
struct nvme_dhchap_key *key = kzalloc(num_bytes, GFP_KERNEL);
void nvme_auth_free_key(struct nvme_dhchap_key *key)
struct nvme_dhchap_key *nvme_auth_transform_key(
struct nvme_dhchap_key *key, char *nqn)
struct nvme_dhchap_key *transformed_key;
int nvme_auth_generate_key(u8 *secret, struct nvme_dhchap_key **ret_key)
struct nvme_dhchap_key *key;
struct nvme_dhchap_key *transformed_key;
struct nvme_dhchap_key *transformed_key;
struct nvme_dhchap_key *host_key;
struct nvme_dhchap_key *ctrl_key;
struct nvme_dhchap_key *key, *host_key;
struct nvme_dhchap_key *key, *ctrl_key;
struct nvme_dhchap_key *transformed_key;
struct nvme_dhchap_key *transformed_key;
struct nvme_dhchap_key *host_key;
struct nvme_dhchap_key *ctrl_key;
struct nvme_dhchap_key *nvme_auth_extract_key(unsigned char *secret,
void nvme_auth_free_key(struct nvme_dhchap_key *key);
struct nvme_dhchap_key *nvme_auth_alloc_key(u32 len, u8 hash);
struct nvme_dhchap_key *nvme_auth_transform_key(
struct nvme_dhchap_key *key, char *nqn);
int nvme_auth_generate_key(u8 *secret, struct nvme_dhchap_key **ret_key);