Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dauth.c183 nvme_auth_free_key(ctrl->host_key); in nvmet_setup_auth()
197 nvme_auth_free_key(ctrl->ctrl_key); in nvmet_setup_auth()
219 nvme_auth_free_key(ctrl->host_key); in nvmet_setup_auth()
260 nvme_auth_free_key(ctrl->host_key); in nvmet_destroy_auth()
264 nvme_auth_free_key(ctrl->ctrl_key); in nvmet_destroy_auth()
354 nvme_auth_free_key(transformed_key); in nvmet_auth_host_hash()
423 nvme_auth_free_key(transformed_key); in nvmet_auth_ctrl_hash()
/linux/drivers/nvme/host/
H A Dauth.c554 nvme_auth_free_key(transformed_key); in nvme_auth_dhchap_setup_ctrl_response()
617 nvme_auth_free_key(chap->transformed_key); in nvme_auth_reset_dhchap()
1052 nvme_auth_free_key(ctrl->ctrl_key); in nvme_auth_init_ctrl()
1055 nvme_auth_free_key(ctrl->host_key); in nvme_auth_init_ctrl()
1077 nvme_auth_free_key(ctrl->host_key); in nvme_auth_free()
1081 nvme_auth_free_key(ctrl->ctrl_key); in nvme_auth_free()
H A Dsysfs.c857 nvme_auth_free_key(host_key); in nvme_ctrl_dhchap_secret_store()
915 nvme_auth_free_key(ctrl_key); in nvme_ctrl_dhchap_ctrl_secret_store()
/linux/include/linux/
H A Dnvme-auth.h42 void nvme_auth_free_key(struct nvme_dhchap_key *key);
/linux/drivers/nvme/common/
H A Dauth.c198 nvme_auth_free_key(key); in nvme_auth_extract_key()
216 void nvme_auth_free_key(struct nvme_dhchap_key *key) in nvme_auth_free_key() function
222 EXPORT_SYMBOL_GPL(nvme_auth_free_key);