Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/include/linux/
Dnvme-auth.h29 void nvme_auth_free_key(struct nvme_dhchap_key *key);
/linux-6.1.9/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-6.1.9/drivers/nvme/host/
Dauth.c1009 nvme_auth_free_key(ctrl->host_key); in nvme_auth_free()
1013 nvme_auth_free_key(ctrl->ctrl_key); in nvme_auth_free()
Dcore.c3778 nvme_auth_free_key(host_key); in nvme_ctrl_dhchap_secret_store()
3832 nvme_auth_free_key(ctrl_key); in nvme_ctrl_dhchap_ctrl_secret_store()