Home
last modified time | relevance | path

Searched refs:optKeyPairAlgorithm (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp713 std::optional<std::string> optKeyPairAlgorithm = "EC"; in handleGenerateCSRAction() local
732 "KeyPairAlgorithm", optKeyPairAlgorithm, // in handleGenerateCSRAction()
778 if (*optKeyPairAlgorithm != "EC" && *optKeyPairAlgorithm != "RSA") in handleGenerateCSRAction()
787 if (*optKeyPairAlgorithm == "RSA" && *optKeyBitLength != rsaKeyBitLength) in handleGenerateCSRAction()
919 *optInitials, *optKeyBitLength, *optKeyCurveId, *optKeyPairAlgorithm, in handleGenerateCSRAction()