/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-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/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | CertificateService.v1_0_5.json |
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | CertificateService.v1_0_5.json |
|
/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/csdl/ |
H A D | CertificateService_v1.xml | 131 <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 D | CertificateService_v1.xml | 131 <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 D | hyp-abi.rst | 45 Turn HYP/EL2 MMU off, and reset HVBAR/VBAR_EL2 to the initials
|
/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 | 691 "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")
|