Home
last modified time | relevance | path

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

/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscrypto/
H A Dcertkeys.c1231 xmlSecAssert2(xmlSecBnGetData(&exponent) != NULL, -1); in xmlSecMSCryptoKeyDataRsaXmlRead()
1235 xmlSecAssert2(xmlSecBnGetData(&modulus) != NULL, -1); in xmlSecMSCryptoKeyDataRsaXmlRead()
1236 memcpy(modulusBlob, xmlSecBnGetData(&modulus), xmlSecBnGetSize(&modulus)); in xmlSecMSCryptoKeyDataRsaXmlRead()
1905 xmlSecAssert2(xmlSecBnGetData(&p) != NULL, -1); in xmlSecMSCryptoKeyDataDsaXmlRead()
1906 memcpy(buf, xmlSecBnGetData(&p), xmlSecBnGetSize(&p)); in xmlSecMSCryptoKeyDataDsaXmlRead()
1915 xmlSecAssert2(xmlSecBnGetData(&q) != NULL, -1); in xmlSecMSCryptoKeyDataDsaXmlRead()
1916 memcpy(buf, xmlSecBnGetData(&q), xmlSecBnGetSize(&q)); in xmlSecMSCryptoKeyDataDsaXmlRead()
1932 xmlSecAssert2(xmlSecBnGetData(&g) != NULL, -1); in xmlSecMSCryptoKeyDataDsaXmlRead()
1933 memcpy(buf, xmlSecBnGetData(&g), xmlSecBnGetSize(&g)); in xmlSecMSCryptoKeyDataDsaXmlRead()
1948 xmlSecAssert2(xmlSecBnGetData(&y) != NULL, -1); in xmlSecMSCryptoKeyDataDsaXmlRead()
[all …]
H A Dx509vfy.c993 certInfo.SerialNumber.pbData = xmlSecBnGetData(issuerSerialBn); in xmlSecMSCryptoX509FindCertByIssuer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/xmlsec/
H A Dbiginteger.cxx60 bnInteger = xmlSecBnGetData( &bn ) ; in numericStringToBigInteger()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/xmlsec/
H A Dbiginteger.cxx60 bnInteger = xmlSecBnGetData( &bn ) ; in numericStringToBigInteger()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscng/
H A Dcertkeys.c679 memcpy(dsakey->q, xmlSecBnGetData(&q), 20); in xmlSecMSCngKeyDataDsaXmlRead()
681 memcpy(blobData + offset, xmlSecBnGetData(&p), length); in xmlSecMSCngKeyDataDsaXmlRead()
689 memcpy(blobData + offset, xmlSecBnGetData(&g), length); in xmlSecMSCngKeyDataDsaXmlRead()
697 memcpy(blobData + offset, xmlSecBnGetData(&y), length); in xmlSecMSCngKeyDataDsaXmlRead()
1252 memcpy(xmlSecBufferGetData(&blob) + offset, xmlSecBnGetData(&exponent), in xmlSecMSCngKeyDataRsaXmlRead()
1256 memcpy(xmlSecBufferGetData(&blob) + offset, xmlSecBnGetData(&modulus), in xmlSecMSCngKeyDataRsaXmlRead()
H A Dx509vfy.c884 certInfo.SerialNumber.pbData = xmlSecBnGetData(issuerSerialBn); in xmlSecMSCngX509FindCertByIssuer()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dbn.c124 xmlSecBnGetData(xmlSecBnPtr bn) { in xmlSecBnGetData() function
670 bnData = xmlSecBnGetData(bn); in xmlSecBnCompare()
721 bnData = xmlSecBnGetData(bn); in xmlSecBnCompareReverse()
/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Dbn.h44 XMLSEC_EXPORT xmlSecByte* xmlSecBnGetData (xmlSecBnPtr bn);