summaryrefslogtreecommitdiff
path: root/drivers/nvme/common/auth.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-01nvme-common: add module descriptionChaitanya Kulkarni1-0/+1
2023-11-06nvme-auth: use crypto_shash_tfm_digest()Eric Biggers1-21/+2
2023-10-17nvme-auth: allow mixing of secret and hash lengthsMark O'Donovan1-8/+0
2023-10-17nvme-auth: use transformed key size to create respMark O'Donovan1-9/+14
2023-10-17nvme-auth: alloc nvme_dhchap_key as single bufferMark O'Donovan1-12/+25
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-08-03nvmet-auth: fix a couple of spelling mistakesColin Ian King1-1/+1
2022-08-03nvme-auth: uninitialized variable in nvme_auth_transform_key()Dan Carpenter1-9/+16
2022-08-03nvme-auth: fix off by one checksDan Carpenter1-5/+5
2022-08-03nvme-auth: Diffie-Hellman key exchange supportHannes Reinecke1-0/+153
2022-08-03nvme: implement In-Band authenticationHannes Reinecke1-0/+323