Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnvme-auth.h11 struct nvme_dhchap_key { struct
28 struct nvme_dhchap_key *nvme_auth_extract_key(unsigned char *secret, argument
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-6.15/drivers/nvme/common/
H A Dauth.c158 struct nvme_dhchap_key key; in nvme_auth_key_struct_size()
164 struct nvme_dhchap_key *nvme_auth_extract_key(unsigned char *secret, in nvme_auth_extract_key()
167 struct nvme_dhchap_key *key; in nvme_auth_extract_key()
219 struct nvme_dhchap_key *nvme_auth_alloc_key(u32 len, u8 hash) in nvme_auth_alloc_key()
222 struct nvme_dhchap_key *key = kzalloc(num_bytes, GFP_KERNEL); in nvme_auth_alloc_key()
232 void nvme_auth_free_key(struct nvme_dhchap_key *key) in nvme_auth_free_key()
240 struct nvme_dhchap_key *nvme_auth_transform_key( in nvme_auth_transform_key()
241 struct nvme_dhchap_key *key, char *nqn) in nvme_auth_transform_key()
246 struct nvme_dhchap_key *transformed_key; in nvme_auth_transform_key()
452 int nvme_auth_generate_key(u8 *secret, struct nvme_dhchap_key **ret_key) in nvme_auth_generate_key()
[all …]
/linux-6.15/drivers/nvme/target/
H A Dauth.c297 struct nvme_dhchap_key *transformed_key; in nvmet_auth_host_hash()
411 struct nvme_dhchap_key *transformed_key; in nvmet_auth_ctrl_hash()
H A Dnvmet.h297 struct nvme_dhchap_key *host_key;
298 struct nvme_dhchap_key *ctrl_key;
/linux-6.15/drivers/nvme/host/
H A Dsysfs.c629 struct nvme_dhchap_key *key, *host_key; in nvme_ctrl_dhchap_secret_store()
687 struct nvme_dhchap_key *key, *ctrl_key; in nvme_ctrl_dhchap_ctrl_secret_store()
H A Dnvme.h381 struct nvme_dhchap_key *host_key;
382 struct nvme_dhchap_key *ctrl_key;
H A Dauth.c27 struct nvme_dhchap_key *transformed_key;
519 struct nvme_dhchap_key *transformed_key; in nvme_auth_dhchap_setup_ctrl_response()