Searched refs:nvme_auth_derive_tls_psk (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | nvme-auth.h | 48 int nvme_auth_derive_tls_psk(int hmac_id, u8 *psk, size_t psk_len,
|
/linux/drivers/nvme/common/ |
H A D | auth.c | 687 * nvme_auth_derive_tls_psk - Derive TLS PSK 713 int nvme_auth_derive_tls_psk(int hmac_id, u8 *psk, size_t psk_len, in nvme_auth_derive_tls_psk() function 798 EXPORT_SYMBOL_GPL(nvme_auth_derive_tls_psk);
|
/linux/drivers/nvme/target/ |
H A D | auth.c | 584 ret = nvme_auth_derive_tls_psk(sq->ctrl->shash_id, psk, psk_len, in nvmet_auth_insert_psk()
|
/linux/drivers/nvme/host/ |
H A D | auth.c | 748 ret = nvme_auth_derive_tls_psk(chap->hash_id, psk, psk_len, in nvme_auth_secure_concat()
|