summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/common/auth.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-08-02nvmet-auth: fix a couple of spelling mistakesColin Ian King1-1/+1
2022-08-02nvme-auth: uninitialized variable in nvme_auth_transform_key()Dan Carpenter1-9/+16
2022-08-02nvme-auth: fix off by one checksDan Carpenter1-5/+5
2022-08-02nvme-auth: Diffie-Hellman key exchange supportHannes Reinecke1-0/+153
2022-08-02nvme: implement In-Band authenticationHannes Reinecke1-0/+323