/openbmc/phosphor-certificate-manager/test/ |
H A D | certs_manager_test.cpp | 231 std::string organizationalUnit, std::string state, std::string surname, in generateCSR() argument 238 organizationalUnit, state, surname, unstructuredName)); in generateCSR() 1019 std::string surname("surname"); in TEST_F() local 1034 organization, organizationalUnit, state, surname, in TEST_F() 1087 std::string surname("surname"); in TEST_F() local 1100 organization, organizationalUnit, state, surname, in TEST_F() 1134 std::string surname("surname"); in TEST_F() local 1147 organization, organizationalUnit, state, surname, in TEST_F() 1180 std::string surname("surname"); in TEST_F() local 1193 organization, organizationalUnit, state, surname, in TEST_F() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/ |
H A D | Create.interface.yaml | 148 - name: Surname 151 The surname of the user making the request.
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | CertificateService.v1_0_6.json | 216 "Surname": { object 217 "description": "The surname of the user making the request.", 218 …on": "This parameter shall contain the surname of the user making the request, as defined by the R…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | CertificateService.v1_0_6.json | 216 "Surname": { object 217 "description": "The surname of the user making the request.", 218 …on": "This parameter shall contain the surname of the user making the request, as defined by the R…
|
/openbmc/phosphor-certificate-manager/ |
H A D | certs_manager.hpp | 181 * @param[in] surname - The surname of the user making the request. 195 std::string organizationalUnit, std::string state, std::string surname, 218 std::string organizationalUnit, std::string state, std::string surname,
|
H A D | certs_manager.cpp | 443 std::string surname, std::string unstructuredName) in generateCSR() argument 461 organization, organizationalUnit, state, surname, in generateCSR() 543 std::string surname, std::string unstructuredName) in generateCSRHelper() argument 585 addEntry(x509Name, "SN", surname); in generateCSRHelper()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | CertificateService_v1.xml | 123 <Parameter Name="Surname" Type="Edm.String"> 124 <Annotation Term="OData.Description" String="The surname of the user making the request."/> 125 <Annotation Term="OData.LongDescription" String="This parameter shall contain the surname of the user making the request, as defined by the RFC5280 'surname' attribute."/>
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | CertificateService_v1.xml | 123 <Parameter Name="Surname" Type="Edm.String"> 124 … <Annotation Term="OData.Description" String="The surname of the user making the request."/> 125 …ring="This parameter shall contain the surname of the user making the request, as defined by the R…
|
/openbmc/qemu/tests/unit/ |
H A D | pkix_asn1_tab.c.inc | 389 {"id-at-surname", 1880096780, "AttributeType"}, 655 {"surname", 1814044674, "PrintableString"}, 657 {"ub-surname-length", 524298, "1"}, 701 {"surname", 1814044674, "TeletexString"}, 703 {"ub-surname-length", 524298, "1"}, 839 {"ub-surname-length", 1342177283, "40"},
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | contributing.md | 79 surname. (ok: A. U. Thor, Sam Samuelsson, robert a. heinlein; not ok: xXthorXx,
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ |
H A D | README.md | 143 "SurName": "XX",
|
/openbmc/docs/ |
H A D | CONTRIBUTING.md | 247 name and a family name or surname. (ok: Sam Samuelsson, Robert A. Heinlein; not
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | certificate_service.hpp | 734 "Surname", optSurname, // in handleGenerateCSRAction()
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 3328 "KeyUsage":usage_list, "Surname":args.surname, 4996 certGenerateCSR.add_argument('surname', 4997 help="The surname of the user making the request")
|