diff options
| author | Eric Biggers <ebiggers@kernel.org> | 2026-03-01 23:59:57 -0800 |
|---|---|---|
| committer | Keith Busch <kbusch@kernel.org> | 2026-03-27 07:35:02 -0700 |
| commit | 844d950bb2cb1fc5b8973369de59cbfb7eecd94d (patch) | |
| tree | fb7afc8c521822a408114e75b87f83f3d20d2642 /include | |
| parent | 16977e77554b203cbc1d29ca64cd53c5166e7c56 (diff) | |
nvme-auth: common: remove nvme_auth_digest_name()
Since nvme_auth_digest_name() is no longer used, remove it and the
associated data from the hash_map array.
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/nvme-auth.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nvme-auth.h b/include/linux/nvme-auth.h index 940d0703eb1df..184a1f9510fad 100644 --- a/include/linux/nvme-auth.h +++ b/include/linux/nvme-auth.h @@ -21,7 +21,6 @@ const char *nvme_auth_dhgroup_kpp(u8 dhgroup_id); u8 nvme_auth_dhgroup_id(const char *dhgroup_name); const char *nvme_auth_hmac_name(u8 hmac_id); -const char *nvme_auth_digest_name(u8 hmac_id); size_t nvme_auth_hmac_hash_len(u8 hmac_id); u8 nvme_auth_hmac_id(const char *hmac_name); struct nvme_auth_hmac_ctx { |
