Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp225 std::vector<std::string> alternativeNames, in generateCSR() argument
235 alternativeNames, challengePassword, city, commonName, in generateCSR()
1003 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local
1031 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F()
1071 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local
1097 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F()
1118 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local
1144 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F()
1164 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local
1190 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F()
[all …]
/openbmc/phosphor-webui/app/access-control/controllers/
H A Dcertificate-controller.js149 let alternativeNames = $scope.names.map(name => name.Value);
154 alternativeNames.push($scope.newCSR.firstAlternativeName) :
163 addCSR.AlternativeNames = alternativeNames || [];
/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.hpp189 std::vector<std::string> alternativeNames,
212 std::vector<std::string> alternativeNames,
H A Dcerts_manager.cpp437 std::vector<std::string> alternativeNames, std::string challengePassword, in generateCSR() argument
458 alternativeNames, challengePassword, city, commonName, in generateCSR()
537 std::vector<std::string> alternativeNames, std::string challengePassword, in generateCSRHelper() argument
552 if (!alternativeNames.empty()) in generateCSRHelper()
554 for (auto& name : alternativeNames) in generateCSRHelper()
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py3320 alt_name_list = args.alternativeNames.split(",")