Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp708 std::optional<int64_t> optKeyBitLength = rsaKeyBitLength; in handleGenerateCSRAction()
727 "KeyBitLength", optKeyBitLength, // in handleGenerateCSRAction()
784 if (*optKeyPairAlgorithm == "RSA" && *optKeyBitLength != rsaKeyBitLength) in handleGenerateCSRAction()
786 messages::propertyValueNotInList(asyncResp->res, *optKeyBitLength, in handleGenerateCSRAction()
915 *optInitials, *optKeyBitLength, *optKeyCurveId, *optKeyPairAlgorithm, in handleGenerateCSRAction()
707 std::optional<int64_t> optKeyBitLength = rsaKeyBitLength; handleGenerateCSRAction() local