summaryrefslogtreecommitdiff
path: root/include/linux/nvme-auth.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-28Merge tag 'nvme-7.1-2026-04-24' of git://git.infradead.org/nvme into block-7.1Jens Axboe1-3/+3
2026-04-22nvme-auth: Hash DH shared secret to create session keyChris Leech1-3/+3
2026-04-14Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-14/+27
2026-03-27nvme-auth: common: remove nvme_auth_digest_name()Eric Biggers1-1/+0
2026-03-27nvme-auth: common: add HMAC helper functionsEric Biggers1-0/+14
2026-03-27nvme-auth: rename nvme_auth_generate_key() to nvme_auth_parse_key()Eric Biggers1-1/+1
2026-03-27nvme-auth: use proper argument typesEric Biggers1-13/+13
2026-03-10nvme: Annotate struct nvme_dhchap_key with __counted_byThorsten Blum1-1/+1
2025-03-21nvme: add nvme_auth_derive_tls_psk()Hannes Reinecke1-0/+2
2025-03-21nvme: add nvme_auth_generate_digest()Hannes Reinecke1-0/+2
2025-03-21nvme: add nvme_auth_generate_psk()Hannes Reinecke1-0/+3
2023-10-17nvme-auth: use transformed key size to create respMark O'Donovan1-1/+2
2023-10-17nvme-auth: alloc nvme_dhchap_key as single bufferMark O'Donovan1-1/+3
2022-08-03nvme-auth: Diffie-Hellman key exchange supportHannes Reinecke1-0/+8
2022-08-03nvme: implement In-Band authenticationHannes Reinecke1-0/+33