Home
last modified time | relevance | path

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

/aoo4110/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsanextension_mscryptimpl.cxx88 PCERT_OTHER_NAME pOtherName = pEntry->pOtherName; in getAlternativeNames() local
91 otherNameProp.Name = ::rtl::OUString::createFromAscii(pOtherName->pszObjId); in getAlternativeNames()
93 Sequence< sal_Int8 > otherName( pOtherName->Value.cbData ) ; in getAlternativeNames()
94 for( unsigned int n = 0; n < (unsigned int) pOtherName->Value.cbData ; n ++ ) in getAlternativeNames()
95 otherName[n] = *( pOtherName->Value.pbData + n ) ; in getAlternativeNames()

Completed in 17 milliseconds