Home
last modified time | relevance | path

Searched defs:certReq (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/utils/
Dcert_tools_test.cpp108 X509_REQ* certReq = X509_REQ_new(); variable
160 X509_REQ* certReq = X509_REQ_new(); variable
174 X509_REQ* certReq = X509_REQ_new(); variable
/developtools/hapsigner/hapsigntool_cpp/api/src/
Dcert_tools.cpp254 bool CertTools::SetSubjectForCert(X509_REQ* certReq, X509* cert) in SetSubjectForCert()
277 X509* CertTools::GenerateRootCertificate(EVP_PKEY* keyPair, X509_REQ* certReq, Options* options) in GenerateRootCertificate()
417 X509_REQ* certReq, EVP_PKEY* keyPair, Options* options) in SetPubkeyAndSignCert()
446 X509* CertTools::GenerateCert(EVP_PKEY* keyPair, X509_REQ* certReq, Options* options) in GenerateCert()