Home
last modified time | relevance | path

Searched refs:nvme_auth_free_key (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/nvme/target/
Dauth.c177 nvme_auth_free_key(ctrl->host_key); in nvmet_setup_auth()
190 nvme_auth_free_key(ctrl->ctrl_key); in nvmet_setup_auth()
211 nvme_auth_free_key(ctrl->host_key); in nvmet_setup_auth()
246 nvme_auth_free_key(ctrl->host_key); in nvmet_destroy_auth()
250 nvme_auth_free_key(ctrl->ctrl_key); in nvmet_destroy_auth()
/Linux-v6.6/include/linux/
Dnvme-auth.h29 void nvme_auth_free_key(struct nvme_dhchap_key *key);
/Linux-v6.6/drivers/nvme/common/
Dauth.c223 void nvme_auth_free_key(struct nvme_dhchap_key *key) in nvme_auth_free_key() function
230 EXPORT_SYMBOL_GPL(nvme_auth_free_key);
/Linux-v6.6/drivers/nvme/host/
Dauth.c976 nvme_auth_free_key(ctrl->ctrl_key); in nvme_auth_init_ctrl()
979 nvme_auth_free_key(ctrl->host_key); in nvme_auth_init_ctrl()
1001 nvme_auth_free_key(ctrl->host_key); in nvme_auth_free()
1005 nvme_auth_free_key(ctrl->ctrl_key); in nvme_auth_free()
Dsysfs.c458 nvme_auth_free_key(host_key); in nvme_ctrl_dhchap_secret_store()
516 nvme_auth_free_key(ctrl_key); in nvme_ctrl_dhchap_ctrl_secret_store()