Searched refs:optKeyBitLength (Results 1 – 1 of 1) sorted by relevance
708 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