/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ |
H A D | ModalGenerateCsr.vue | 87 :label="$t('pageCertificates.modal.city')" 88 label-for="city" 91 id="city" 92 v-model="form.city" 94 data-test-id="modalGenerateCsr-input-city" 95 :state="getValidationState(v$.form.city)" 390 city: null, 432 city: { required },
|
/openbmc/phosphor-certificate-manager/test/ |
H A D | certs_manager_test.cpp | 226 std::string challengePassword, std::string city, std::string commonName, in generateCSR() argument 235 alternativeNames, challengePassword, city, commonName, in generateCSR() 1005 std::string city("HYB"); in TEST_F() local 1031 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F() 1073 std::string city("HYB"); in TEST_F() local 1097 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F() 1120 std::string city("HYB"); in TEST_F() local 1144 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F() 1166 std::string city("BLR"); in TEST_F() local 1190 mainApp.generateCSR(alternativeNames, challengePassword, city, commonName, in TEST_F() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/files/ |
H A D | run-ptest | 4 for i in ./benchmark ./test-geoip-city ; do
|
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
H A D | CertificatesStore.js | 196 city, 218 data.City = city;
|
/openbmc/phosphor-certificate-manager/ |
H A D | certs_manager.hpp | 190 std::string challengePassword, std::string city, std::string commonName, 213 std::string challengePassword, std::string city, std::string commonName,
|
H A D | certs_manager.cpp | 438 std::string city, std::string commonName, std::string contactPerson, in generateCSR() argument 458 alternativeNames, challengePassword, city, commonName, in generateCSR() 538 std::string city, std::string commonName, std::string contactPerson, in generateCSRHelper() argument 560 addEntry(x509Name, "L", city); in generateCSRHelper()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/ |
H A D | geoip_1.6.12.bb | 1 SUMMARY = "C library for country/city/organization to IP address or hostname mapping" 80 ${S}/test/test-geoip-city.c \
|
H A D | geoip-perl_1.51.bb | 6 DESCRIPTION = "perl library for country/city/organization to IP address or hostname mapping"
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | certificate-controller.js | 162 addCSR.City = $scope.newCSR.city; 245 $scope.newCSR.city = '';
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | certificate_service.hpp | 692 std::string city; in handleGenerateCSRAction() local 720 "City", city, // in handleGenerateCSRAction() 913 "GenerateCSR", *optAlternativeNames, *optChallengePassword, city, in handleGenerateCSRAction()
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_certificates_sub_menu.robot | 23 ${xpath_input_city} //*[@data-test-id='modalGenerateCsr-input-city']
|
/openbmc/openbmc/poky/meta/recipes-extended/timezone/ |
H A D | tzdata.bb | 78 # Packages are primarily organized by directory with a major city in most time
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | PolyForm-Small-Business-1.0.0 | 65 index for all urban consumers, U.S. city average, for all items,
|
/openbmc/openbmc-test-automation/docs/ |
H A D | certificate_generate.md | 39 Locality Name (eg, city) []:Portland
|
/openbmc/qemu/docs/system/ |
H A D | tls.rst | 159 organization, state, city, building, etc.
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 3322 "CommonName":args.commonName, "City":args.city,
|