Lines Matching full:nvme
14 #include <linux/nvme.h>
15 #include <linux/nvme-auth.h>
348 nvme_auth_hmac_update(&hmac, "NVMe-over-Fabrics", 17); in nvme_auth_transform_key()
363 * NVMe base specification 8.3.5.5.4: The augmented challenge is computed
426 * NVMe base specification 8.3.5.5.9: The session key Ks shall be computed from
524 * Generate a PSK for TLS as specified in NVMe base specification, section
587 * - the seventeen ASCII characters "NVMe-over-Fabrics"
589 * "NVMe-over-Fabrics"))).
645 nvme_auth_hmac_update(&hmac, " NVMe-over-Fabrics", 18); in nvme_auth_generate_digest()
681 * 2. TLS PSK = HKDF-Expand-Label(PRK, "nvme-tls-psk", PskIdentityContext, L),
695 static const char label[] = "tls13 nvme-tls-psk"; in nvme_auth_derive_tls_psk()
781 MODULE_DESCRIPTION("NVMe Authentication framework");