Searched refs:keyCurveId (Results 1 – 7 of 7) sorted by relevance
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
H A D | CertificatesStore.js | 202 keyCurveId, 225 if (keyCurveId) data.KeyCurveId = keyCurveId;
|
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ |
H A D | ModalGenerateCsr.vue | 262 :label="$t('pageCertificates.modal.keyCurveId')" 267 v-model="form.keyCurveId" 268 data-test-id="modalGenerateCsr-select-keyCurveId" 270 :state="getValidationState(v$.form.keyCurveId)" 271 @input="v$.form.keyCurveId.$touch()" 398 keyCurveId: null, 440 keyCurveId: {
|
/openbmc/phosphor-certificate-manager/test/ |
H A D | certs_manager_test.cpp | 229 std::string keyCurveId, std::string keyPairAlgorithm, in generateCSR() argument 237 keyCurveId, keyPairAlgorithm, keyUsage, organization, in generateCSR() 1014 std::string keyCurveId("0"); in TEST_F() local 1083 std::string keyCurveId(""); in TEST_F() local 1131 std::string keyCurveId("secp521r1"); in TEST_F() local 1178 std::string keyCurveId("DummyCurveName"); in TEST_F() local 1224 std::string keyCurveId(""); in TEST_F() local 1271 std::string keyCurveId("secp521r1"); in TEST_F() local 1321 std::string keyCurveId("secp521r1"); in TEST_F() local 1367 std::string keyCurveId("secp521r1"); in TEST_F() local [all …]
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | certificate-controller.js | 25 $scope.keyCurveId = Constants.CERTIFICATE.KEY_CURVE_ID; 169 addCSR.KeyCurveId = $scope.newCSR.keyCurveId || ''; 250 $scope.newCSR.keyCurveId = '';
|
/openbmc/phosphor-certificate-manager/ |
H A D | certs_manager.hpp | 193 std::string keyCurveId, std::string keyPairAlgorithm, 216 std::string keyCurveId, std::string keyPairAlgorithm,
|
H A D | certs_manager.cpp | 442 std::string initials, int64_t keyBitLength, std::string keyCurveId, in generateCSR() argument 462 keyBitLength, keyCurveId, keyPairAlgorithm, keyUsage, in generateCSR() 542 std::string initials, int64_t keyBitLength, std::string keyCurveId, in generateCSRHelper() argument 599 pKey = generateECKeyPair(keyCurveId); in generateCSRHelper()
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 3325 "KeyPairAlgorithm":args.keyPairAlgorithm, "KeyCurveId":args.keyCurveId,
|