Searched refs:alternativeNames (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-certificate-manager/test/ |
H A D | certs_manager_test.cpp | 225 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 D | certificate-controller.js | 149 let alternativeNames = $scope.names.map(name => name.Value); 154 alternativeNames.push($scope.newCSR.firstAlternativeName) : 163 addCSR.AlternativeNames = alternativeNames || [];
|
/openbmc/phosphor-certificate-manager/ |
H A D | certs_manager.hpp | 189 std::vector<std::string> alternativeNames, 212 std::vector<std::string> alternativeNames,
|
H A D | certs_manager.cpp | 439 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 D | openbmctool.py | 3320 alt_name_list = args.alternativeNames.split(",")
|