Home
last modified time | relevance | path

Searched defs:subName (Results 1 – 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
DCertTest.java103 X500Name subName = CertUtils.buildDN(subject); in testRootCaCert() local
144 X500Name subName = CertUtils.buildDN(APP1_RELEASE); in testSubCaCert() local
184 X500Name subName = CertUtils.buildDN(APP1_RELEASE); in testAppCert() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
Dhap_sign_test.cpp1690 X509_NAME* subName = BuildDN(subjectname, issuerReq); variable
1728 X509_NAME* subName = BuildDN(subjectname, issuerReq); variable
1766 X509_NAME* subName = BuildDN(subjectname, issuerReq); variable
1805 X509_NAME* subName = BuildDN(subjectname, issuerReq); variable
1841 X509_NAME* subName = BuildDN(subjectname, issuerReq); variable
1877 X509_NAME* subName = BuildDN(subjectname, issuerReq); variable
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/hapsign/hapsign001_fuzzer/
Dhapsign001_fuzzer.cpp115 X509_NAME* subName = BuildDN(subjectname, issuerReq); in HapSignTest003() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
Dhap_verify_test.cpp1007 X509_NAME* subName = BuildDN(subjectname, issuerReq); variable