Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp652 static const int rsaKeyBitLength = 2048; in handleGenerateCSRAction() local
671 std::optional<int64_t> optKeyBitLength = rsaKeyBitLength; in handleGenerateCSRAction()
747 if (*optKeyPairAlgorithm == "RSA" && *optKeyBitLength != rsaKeyBitLength) in handleGenerateCSRAction()