Searched refs:NVMeoFCipherSuiteType (Results 1 – 1 of 1) sorted by relevance
33 enum class NVMeoFCipherSuiteType{ enum73 NLOHMANN_JSON_SERIALIZE_ENUM(NVMeoFCipherSuiteType, {74 {NVMeoFCipherSuiteType::Invalid, "Invalid"},75 {NVMeoFCipherSuiteType::TLS_AES_128_GCM_SHA256, "TLS_AES_128_GCM_SHA256"},76 {NVMeoFCipherSuiteType::TLS_AES_256_GCM_SHA384, "TLS_AES_256_GCM_SHA384"},