Searched refs:altNames (Results 1 – 3 of 3) sorted by relevance
149 for(int n = 1; n < altNames.getLength(); n++) in TEST_F()154 if (altNames[n].Value >>= otherNameProp) in TEST_F()167 for(int n = 1; n < altNames.getLength(); n++) in TEST_F()172 altNames[n].Value >>= value; in TEST_F()180 for(int n = 1; n < altNames.getLength(); n++) in TEST_F()185 altNames[n].Value >>= value; in TEST_F()197 for(int n = 1; n < altNames.getLength(); n++) in TEST_F()202 altNames[n].Value >>= value; in TEST_F()210 for(int n = 1; n < altNames.getLength(); n++) in TEST_F()215 altNames[n].Value >>= ipAddress; in TEST_F()[all …]
293 uno::Sequence< security::CertAltNameEntry > altNames; in handleCertificateValidationRequest_() local301 altNames = sanExtension->getAlternativeNames(); in handleCertificateValidationRequest_()307 uno::Sequence< ::rtl::OUString > certHostNames(altNames.getLength() + 1); in handleCertificateValidationRequest_()311 for(int n = 0; n < altNames.getLength(); ++n) in handleCertificateValidationRequest_()313 if (altNames[n].Type == security::ExtAltNameType_DNS_NAME){ in handleCertificateValidationRequest_()314 altNames[n].Value >>= certHostNames[n+1]; in handleCertificateValidationRequest_()
512 uno::Sequence< security::CertAltNameEntry > altNames; in verifyCertificateChain() local521 altNames = sanExtension->getAlternativeNames(); in verifyCertificateChain()526 uno::Sequence< ::rtl::OUString > certHostNames(altNames.getLength() + 1); in verifyCertificateChain()528 for( int n = 0; n < altNames.getLength(); ++n ) in verifyCertificateChain()530 if (altNames[n].Type == security::ExtAltNameType_DNS_NAME) in verifyCertificateChain()532 altNames[n].Value >>= certHostNames[n+1]; in verifyCertificateChain()
Completed in 78 milliseconds