summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/common/auth.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-common: add module descriptionChaitanya Kulkarni2024-01-311-0/+1
* nvme-auth: use crypto_shash_tfm_digest()Eric Biggers2023-11-061-21/+2
* nvme-auth: allow mixing of secret and hash lengthsMark O'Donovan2023-10-171-8/+0
* nvme-auth: use transformed key size to create respMark O'Donovan2023-10-171-9/+14
* nvme-auth: alloc nvme_dhchap_key as single bufferMark O'Donovan2023-10-171-12/+25
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* nvmet-auth: fix a couple of spelling mistakesColin Ian King2022-08-021-1/+1
* nvme-auth: uninitialized variable in nvme_auth_transform_key()Dan Carpenter2022-08-021-9/+16
* nvme-auth: fix off by one checksDan Carpenter2022-08-021-5/+5
* nvme-auth: Diffie-Hellman key exchange supportHannes Reinecke2022-08-021-0/+153
* nvme: implement In-Band authenticationHannes Reinecke2022-08-021-0/+323