Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/qa/certext/
H A DSanCertExt.cxx157 uno::Sequence< sal_Int8 > ipAddress; in TEST_F() local
158 otherNameProp.Value >>= ipAddress; in TEST_F()
159 ASSERT_NO_THROW( ASSERT_TRUE( ipAddress.getLength() > 0 ) ); in TEST_F()
214 uno::Sequence< sal_Int8 > ipAddress; in TEST_F() local
215 altNames[n].Value >>= ipAddress; in TEST_F()
216 ASSERT_NO_THROW( ASSERT_TRUE( ipAddress.getLength() > 0 ) ); in TEST_F()
/trunk/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()
/trunk/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 21 milliseconds