summaryrefslogtreecommitdiff
path: root/include/linux/nvme-auth.h
AgeCommit message (Expand)Author
2026-04-27Merge tag 'nvme-7.1-2026-04-24' of git://git.infradead.org/nvme into block-7.1Jens Axboe
2026-04-22nvme-auth: Hash DH shared secret to create session keyChris Leech
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-03-27nvme-auth: common: remove nvme_auth_digest_name()Eric Biggers
2026-03-27nvme-auth: common: add HMAC helper functionsEric Biggers
2026-03-27nvme-auth: rename nvme_auth_generate_key() to nvme_auth_parse_key()Eric Biggers
2026-03-27nvme-auth: use proper argument typesEric Biggers
2026-03-10nvme: Annotate struct nvme_dhchap_key with __counted_byThorsten Blum
2025-03-20nvme: add nvme_auth_derive_tls_psk()Hannes Reinecke
2025-03-20nvme: add nvme_auth_generate_digest()Hannes Reinecke
2025-03-20nvme: add nvme_auth_generate_psk()Hannes Reinecke
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-08-02nvme-auth: Diffie-Hellman key exchange supportHannes Reinecke
2022-08-02nvme: implement In-Band authenticationHannes Reinecke