| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/ |
| H A D | Create.interface.yaml | 60 - name: Initials 63 The initials of the user making the request.
|
| /openbmc/phosphor-certificate-manager/test/ |
| H A D | certs_manager_test.cpp | 228 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-certificate-manager/ |
| H A D | certs_manager.hpp | 134 * @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 D | certs_manager.cpp | 440 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/json-schema/ |
| H A D | CertificateService.v1_2_0.json | 280 "Initials": { object 281 "description": "The initials of the user making the request.", 282 …n": "This parameter shall contain the initials of the user making the request, as defined by the R…
|
| H A D | CertificateEnrollment.v1_0_0.json | 204 "Initials": { object 205 "description": "The initials of the user making the request.", 206 …on": "This property shall contain the initials 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_2_0.json | 280 "Initials": { object 281 "description": "The initials of the user making the request.", 282 …n": "This parameter shall contain the initials of the user making the request, as defined by the R…
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
| H A D | CertificateService_v1.xml | 138 <Parameter Name="Initials" Type="Edm.String"> 139 <Annotation Term="OData.Description" String="The initials of the user making the request."/> 140 <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/csdl/ |
| H A D | CertificateService_v1.xml | 138 <Parameter Name="Initials" Type="Edm.String"> 139 … <Annotation Term="OData.Description" String="The initials of the user making the request."/> 140 …ing="This parameter shall contain the initials of the user making the request, as defined by the R…
|
| H A D | CertificateEnrollment_v1.xml | 309 <Property Name="Initials" Type="Edm.String"> 311 … <Annotation Term="OData.Description" String="The initials of the user making the request."/> 312 …ring="This property shall contain the initials of the user making the request, as defined by the R…
|
| /openbmc/qemu/tests/unit/ |
| H A D | pkix_asn1_tab.c.inc | 381 {"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 D | README.md | 134 "Initials":"G",
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | certificate_service.hpp | 727 "Initials", optInitials, // in handleGenerateCSRAction()
|
| /openbmc/openbmc-tools/openbmctool/ |
| H A D | openbmctool.py | 3327 "Email":args.email, "GivenName":args.givenname, "Initials":args.initials, 5000 certGenerateCSR.add_argument('initials', 5001 help="The initials of the user making the request")
|