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.c184 nvme_auth_free_key(ctrl->host_key); in nvmet_setup_auth()
197 nvme_auth_free_key(ctrl->ctrl_key); in nvmet_setup_auth()
218 nvme_auth_free_key(ctrl->host_key); in nvmet_setup_auth()
256 nvme_auth_free_key(ctrl->host_key); in nvmet_destroy_auth()
260 nvme_auth_free_key(ctrl->ctrl_key); in nvmet_destroy_auth()
351 nvme_auth_free_key(transformed_key); in nvmet_auth_host_hash()
419 nvme_auth_free_key(transformed_key); in nvmet_auth_ctrl_hash()
/linux/drivers/nvme/host/
H A Dauth.c552 nvme_auth_free_key(transformed_key); in nvme_auth_dhchap_setup_ctrl_response()
614 nvme_auth_free_key(chap->transformed_key); in nvme_auth_reset_dhchap()
1049 nvme_auth_free_key(ctrl->ctrl_key); in nvme_auth_init_ctrl()
1052 nvme_auth_free_key(ctrl->host_key); in nvme_auth_init_ctrl()
1074 nvme_auth_free_key(ctrl->host_key); in nvme_auth_free()
1078 nvme_auth_free_key(ctrl->ctrl_key); in nvme_auth_free()
H A Dsysfs.c672 nvme_auth_free_key(host_key); in nvme_ctrl_dhchap_secret_store()
730 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);