Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx490 …xmlChar* chCert = xmlStrndup( reinterpret_cast<const xmlChar*>(oscert.getStr()), static_cast<int>(… in createCertificateFromAscii() local
491 …int certSize = xmlSecBase64Decode( chCert, reinterpret_cast<xmlSecByte*>(chCert), xmlStrlen( chCer… in createCertificateFromAscii()
497 rawCert[i] = *( chCert + i ) ; in createCertificateFromAscii()
499 xmlFree( chCert ) ; in createCertificateFromAscii()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx497 …xmlChar* chCert = xmlStrndup( reinterpret_cast<const xmlChar*>(oscert.getStr()), static_cast<int>(… in createCertificateFromAscii() local
498 …int certSize = xmlSecBase64Decode( chCert, reinterpret_cast<xmlSecByte*>(chCert), xmlStrlen( chCer… in createCertificateFromAscii()
503 rawCert[i] = *( chCert + i ) ; in createCertificateFromAscii()
505 xmlFree( chCert ) ; in createCertificateFromAscii()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx714 …xmlChar* chCert = xmlStrndup( reinterpret_cast<const xmlChar*>(oscert.getStr()), static_cast<int>(… in createCertificateFromAscii() local
716 xmlSecSize certSize = xmlSecBase64Decode( chCert, chCert, xmlStrlen( chCert ) ) ; in createCertificateFromAscii()
720 rawCert[i] = *( chCert + i ) ; in createCertificateFromAscii()
722 xmlFree( chCert ) ; in createCertificateFromAscii()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx708 …xmlChar* chCert = xmlStrndup( reinterpret_cast<const xmlChar*>(oscert.getStr()), static_cast<int>(… in createCertificateFromAscii() local
710 xmlSecSize certSize = xmlSecBase64Decode( chCert, chCert, xmlStrlen( chCert ) ) ; in createCertificateFromAscii()
714 rawCert[i] = *( chCert + i ) ; in createCertificateFromAscii()
716 xmlFree( chCert ) ; in createCertificateFromAscii()