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()
1004 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local
1073 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local
1121 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local
1168 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local
1214 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local
1261 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local
1311 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local
1357 std::vector<std::string> alternativeNames{"localhost1", "localhost2"}; in TEST_F() local
[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.cpp439 std::vector<std::string> alternativeNames, std::string challengePassword, in generateCSR() argument
460 alternativeNames, challengePassword, city, commonName, in generateCSR()
539 std::vector<std::string> alternativeNames, std::string challengePassword, in generateCSRHelper() argument
554 if (!alternativeNames.empty()) in generateCSRHelper()
556 for (auto& name : alternativeNames) in generateCSRHelper()
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py3320 alt_name_list = args.alternativeNames.split(",")