Searched refs:GetCommonName (Results 1 – 6 of 6) sorted by relevance
40 CefString GetCommonName() override;
40 NO_SANITIZE("cfi-icall") CefString CefX509CertPrincipalCToCpp::GetCommonName() { in GetCommonName() function in CefX509CertPrincipalCToCpp
23 CefString GetCommonName() override;
31 CefString CefX509CertPrincipalImpl::GetCommonName() { in GetCommonName() function in CefX509CertPrincipalImpl
64 virtual CefString GetCommonName() = 0;
51 CefString _retval = CefX509CertPrincipalCppToC::Get(self)->GetCommonName(); in x509cert_principal_get_common_name()