Home
last modified time | relevance | path

Searched full:surname (Results 1 – 14 of 14) sorted by relevance

/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp231 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 DCreate.interface.yaml148 - name: Surname
151 The surname of the user making the request.
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DCertificateService.v1_0_6.json216 "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 DCertificateService.v1_0_6.json216 "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 Dcerts_manager.hpp181 * @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 Dcerts_manager.cpp443 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 DCertificateService_v1.xml123 <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 DCertificateService_v1.xml123 <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 Dpkix_asn1_tab.c.inc389 {"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 Dcontributing.md79 surname. (ok: A. U. Thor, Sam Samuelsson, robert a. heinlein; not ok: xXthorXx,
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DREADME.md143 "SurName": "XX",
/openbmc/docs/
H A DCONTRIBUTING.md247 name and a family name or surname. (ok: Sam Samuelsson, Robert A. Heinlein; not
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp734 "Surname", optSurname, // in handleGenerateCSRAction()
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py3328 "KeyUsage":usage_list, "Surname":args.surname,
4996 certGenerateCSR.add_argument('surname',
4997 help="The surname of the user making the request")