Home
last modified time | relevance | path

Searched full:initials (Results 1 – 13 of 13) sorted by relevance

/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp228 std::string givenName, std::string initials, int64_t keyBitLength, in generateCSR() argument
236 contactPerson, country, email, givenName, initials, keyBitLength, in generateCSR()
1011 std::string initials("G"); in TEST_F() local
1032 contactPerson, country, email, givenName, initials, in TEST_F()
1079 std::string initials("G"); in TEST_F() local
1098 contactPerson, country, email, givenName, initials, in TEST_F()
1126 std::string initials("G"); in TEST_F() local
1145 contactPerson, country, email, givenName, initials, in TEST_F()
1172 std::string initials("G"); in TEST_F() local
1191 contactPerson, country, email, givenName, initials, in TEST_F()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/
H A DCreate.interface.yaml60 - name: Initials
63 The initials of the user making the request.
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DCertificateService.v1_0_5.json
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DCertificateService.v1_0_5.json
/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.hpp134 * @param[in] initials - The initials of the user making the request.
192 std::string givenName, std::string initials, int64_t keyBitLength,
215 std::string givenName, std::string initials, int64_t keyBitLength,
H A Dcerts_manager.cpp440 std::string initials, int64_t keyBitLength, std::string keyCurveId, in generateCSR() argument
459 contactPerson, country, email, givenName, initials, in generateCSR()
540 std::string initials, int64_t keyBitLength, std::string keyCurveId, in generateCSRHelper() argument
566 addEntry(x509Name, "initials", initials); in generateCSRHelper()
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DCertificateService_v1.xml131 <Parameter Name="Initials" Type="Edm.String">
132 <Annotation Term="OData.Description" String="The initials of the user making the request."/>
133 <Annotation Term="OData.LongDescription" String="This parameter shall contain the initials of the user making the request, as defined by the RFC5280 'initials' attribute."/>
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DCertificateService_v1.xml131 <Parameter Name="Initials" Type="Edm.String">
132 <Annotation Term="OData.Description" String="The initials of the user making the request."/>
133 <Annotation Term="OData.LongDescription" String="This parameter shall contain the initials of the user making the request, as defined by the RFC5280 'initials' attribute."/>
/openbmc/linux/Documentation/virt/kvm/arm/
H A Dhyp-abi.rst45 Turn HYP/EL2 MMU off, and reset HVBAR/VBAR_EL2 to the initials
/openbmc/qemu/tests/unit/
H A Dpkix_asn1_tab.c.inc381 {"id-at-initials", 1880096780, "AttributeType"},
661 {"initials", 1814061058, "PrintableString"},
663 {"ub-initials-length", 524298, "1"},
707 {"initials", 1814061058, "TeletexString"},
709 {"ub-initials-length", 524298, "1"},
829 {"ub-initials-length", 1342177283, "5"},
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DREADME.md134 "Initials":"G",
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp691 "Initials", optInitials, // in handleGenerateCSRAction()
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py3327 "Email":args.email, "GivenName":args.givenname, "Initials":args.initials,
5000 certGenerateCSR.add_argument('initials',
5001 help="The initials of the user making the request")