Searched refs:GetTextFromX509Name (Results 1 - 3 of 3) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/utils/src/ |
H A D | verify_cert_openssl_utils.cpp | 271 GetTextFromX509Name(x509Name, NID_countryName, countryNameString); in GetDnToString() 273 GetTextFromX509Name(x509Name, NID_organizationName, organizationName); in GetDnToString() 275 GetTextFromX509Name(x509Name, NID_organizationalUnitName, organizationalUnitName); in GetDnToString() 277 GetTextFromX509Name(x509Name, NID_commonName, commonName); in GetDnToString() 282 void VerifyCertOpensslUtils::GetTextFromX509Name(X509_NAME* name, int32_t nId, std::string& text) in GetTextFromX509Name() function in OHOS::SignatureTools::VerifyCertOpensslUtils
|
/developtools/hapsigner/hapsigntool_cpp/utils/include/ |
H A D | verify_cert_openssl_utils.h | 39 DLL_EXPORT static void GetTextFromX509Name(X509_NAME* name, int32_t nId, std::string& text);
|
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/ |
H A D | pkcs7_data_test.cpp | 218 * @tc.desc: Test function of VerifyCertOpensslUtils::GetTextFromX509Name() failed for invalid param. 227 VerifyCertOpensslUtils::GetTextFromX509Name(NULL, 45, text); in HWTEST_F()
|
Completed in 3 milliseconds