summaryrefslogtreecommitdiff
path: root/drivers/nvme/common/auth.c
AgeCommit message (Expand)Author
2024-01-31nvme-common: add module descriptionChaitanya Kulkarni
2023-11-06nvme-auth: use crypto_shash_tfm_digest()Eric Biggers
2023-10-17nvme-auth: allow mixing of secret and hash lengthsMark O'Donovan
2023-10-17nvme-auth: use transformed key size to create respMark O'Donovan
2023-10-17nvme-auth: alloc nvme_dhchap_key as single bufferMark O'Donovan
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-08-02nvmet-auth: fix a couple of spelling mistakesColin Ian King
2022-08-02nvme-auth: uninitialized variable in nvme_auth_transform_key()Dan Carpenter
2022-08-02nvme-auth: fix off by one checksDan Carpenter
2022-08-02nvme-auth: Diffie-Hellman key exchange supportHannes Reinecke
2022-08-02nvme: implement In-Band authenticationHannes Reinecke