Searched refs:nvme_dhchap_key (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dnvme-auth.h11 struct nvme_dhchap_key { struct
28 struct nvme_dhchap_key *nvme_auth_extract_key(unsigned char *secret,
30 void nvme_auth_free_key(struct nvme_dhchap_key *key);
31 struct nvme_dhchap_key *nvme_auth_alloc_key(u32 len, u8 hash);
32 struct nvme_dhchap_key *nvme_auth_transform_key(
33 struct nvme_dhchap_key *key, char *nqn);
34 int nvme_auth_generate_key(u8 *secret, struct nvme_dhchap_key **ret_key);
/linux-master/drivers/nvme/common/
H A Dauth.c155 struct nvme_dhchap_key key;
161 struct nvme_dhchap_key *nvme_auth_extract_key(unsigned char *secret,
164 struct nvme_dhchap_key *key;
216 struct nvme_dhchap_key *nvme_auth_alloc_key(u32 len, u8 hash)
219 struct nvme_dhchap_key *key = kzalloc(num_bytes, GFP_KERNEL);
229 void nvme_auth_free_key(struct nvme_dhchap_key *key)
237 struct nvme_dhchap_key *nvme_auth_transform_key(
238 struct nvme_dhchap_key *key, char *nqn)
243 struct nvme_dhchap_key *transformed_key;
449 int nvme_auth_generate_key(u8 *secret, struct nvme_dhchap_key **ret_ke
[all...]
/linux-master/drivers/nvme/target/
H A Dauth.c271 struct nvme_dhchap_key *transformed_key;
384 struct nvme_dhchap_key *transformed_key;
H A Dnvmet.h239 struct nvme_dhchap_key *host_key;
240 struct nvme_dhchap_key *ctrl_key;
/linux-master/drivers/nvme/host/
H A Dsysfs.c582 struct nvme_dhchap_key *key, *host_key;
640 struct nvme_dhchap_key *key, *ctrl_key;
H A Dnvme.h363 struct nvme_dhchap_key *host_key;
364 struct nvme_dhchap_key *ctrl_key;
H A Dauth.c26 struct nvme_dhchap_key *transformed_key;
508 struct nvme_dhchap_key *transformed_key;

Completed in 143 milliseconds