Home
last modified time | relevance | path

Searched refs:ipAddress (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/xmlsecurity/qa/certext/
H A DSanCertExt.cxx191 uno::Sequence< sal_Int8 > ipAddress; in test_Others() local
192 otherNameProp.Value >>= ipAddress; in test_Others()
193 CPPUNIT_ASSERT_ASSERTION_PASS( CPPUNIT_ASSERT( ipAddress.getLength() > 0 ) ); in test_Others()
248 uno::Sequence< sal_Int8 > ipAddress; in test_IP() local
249 altNames[n].Value >>= ipAddress; in test_IP()
250 CPPUNIT_ASSERT_ASSERTION_PASS( CPPUNIT_ASSERT( ipAddress.getLength() > 0 ) ); in test_IP()
/aoo41x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsanextension_mscryptimpl.cxx123 Sequence< sal_Int8 > ipAddress( pEntry->IPAddress.cbData ) ; in getAlternativeNames() local
125 ipAddress[n] = *( pEntry->IPAddress.pbData + n ) ; in getAlternativeNames()
127 arrCertAltNameEntry[i].Value <<= ipAddress; in getAlternativeNames()
/aoo41x/main/xmlsecurity/source/xmlsec/nss/
H A Dsanextension_nssimpl.cxx164 Sequence< sal_Int8 > ipAddress( current->name.other.len ) ; in getAlternativeNames() local
166 ipAddress[r] = *( current->name.other.data + r ) ; in getAlternativeNames()
168 arrCertAltNameEntry[i].Value <<= ipAddress; in getAlternativeNames()

Completed in 13 milliseconds