mirror of
https://github.com/torvalds/linux.git
synced 2026-01-12 00:42:35 +08:00
Add a function to derive the TLS PSK as specified TP8018. Signed-off-by: Hannes Reinecke <hare@kernel.org> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Keith Busch <kbusch@kernel.org>
16 lines
274 B
Plaintext
16 lines
274 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config NVME_KEYRING
|
|
tristate
|
|
select KEYS
|
|
|
|
config NVME_AUTH
|
|
tristate
|
|
select CRYPTO
|
|
select CRYPTO_HMAC
|
|
select CRYPTO_SHA256
|
|
select CRYPTO_SHA512
|
|
select CRYPTO_DH
|
|
select CRYPTO_DH_RFC7919_GROUPS
|
|
select CRYPTO_HKDF
|