summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/auth.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-08nvmet-auth: assign dh_key to NULL after kfree_sensitiveVitaliy Shevtsov1-0/+1
2024-08-03nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui1-6/+8
2024-06-12nvmet-auth: replace pr_debug() with pr_err() to report an error.Maurizio Lombardi1-3/+3
2024-06-12nvmet-auth: return the error code to the nvmet_auth_host_hash() callersMaurizio Lombardi1-1/+1
2022-11-16nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg1-0/+2
2022-08-31nvmet-auth: add missing goto in nvmet_setup_auth()Hannes Reinecke1-0/+1
2022-08-03nvmet-auth: fix a couple of spelling mistakesColin Ian King1-1/+1
2022-08-03nvmet: fix a format specifier in nvmet_auth_ctrl_exponentialChristoph Hellwig1-1/+1
2022-08-03nvmet-auth: expire authentication sessionsHannes Reinecke1-0/+1
2022-08-03nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke1-0/+157
2022-08-03nvmet: implement basic In-Band AuthenticationHannes Reinecke1-0/+367