Home
last modified time | relevance | path

Searched refs:rootcsr (Results 1 - 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/generate_ca/generateca010_fuzzer/
H A Dgenerateca010_fuzzer.cpp65 X509_REQ* rootcsr = CertTools::GenerateCsr(keyPair, signAlg, subject); in DoSomethingInterestingWithMyAPI() local
68 CertTools::SignForSubCert(cert, subcsr, rootcsr, keyPair, params.get()); in DoSomethingInterestingWithMyAPI()
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/generate_ca/generateca012_fuzzer/
H A Dgenerateca012_fuzzer.cpp66 X509_REQ* rootcsr = CertTools::GenerateCsr(keyPair, signAlg, subject); in DoSomethingInterestingWithMyAPI() local
67 CertTools::GenerateSubCert(keyPair, rootcsr, params.get()); in DoSomethingInterestingWithMyAPI()
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/generate_ca/generateca011_fuzzer/
H A Dgenerateca011_fuzzer.cpp65 X509_REQ* rootcsr = CertTools::GenerateCsr(keyPair, signAlg, subject); in DoSomethingInterestingWithMyAPI() local
67 CertTools::SignCsrGenerateCert(rootcsr, subcsr, keyPair, params.get()); in DoSomethingInterestingWithMyAPI()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/utils/
H A Dcert_tools_test.cpp96 X509_REQ* rootcsr = X509_REQ_new(); in HWTEST_F() local
97 bool ret = CertTools::SignForSubCert(cert, subcsr, rootcsr, nullptr, &options); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/api/src/
H A Dcert_tools.cpp162 bool CertTools::SignForSubCert(X509* cert, X509_REQ* subcsr, X509_REQ* rootcsr, EVP_PKEY* caPrikey, Options* options) in SignForSubCert() argument
167 X509_NAME* issuerName = X509_REQ_get_subject_name(rootcsr); in SignForSubCert()
173 if (caPrikey == nullptr || rootcsr == nullptr || subcsr == nullptr) { in SignForSubCert()
206 X509* CertTools::SignCsrGenerateCert(X509_REQ* rootcsr, X509_REQ* subcsr, in SignCsrGenerateCert() argument
225 !SignForSubCert(cert, subcsr, rootcsr, keyPair, options)); in SignCsrGenerateCert()
289 X509* CertTools::GenerateSubCert(EVP_PKEY* keyPair, X509_REQ* rootcsr, Options* options) in GenerateSubCert() argument
306 subCert = SignCsrGenerateCert(rootcsr, subcsr, keyPair, options); in GenerateSubCert()
/developtools/hapsigner/hapsigntool_cpp/api/include/
H A Dcert_tools.h35 static X509* SignCsrGenerateCert(X509_REQ* rootcsr, X509_REQ* subcsr,

Completed in 3 milliseconds