Home
last modified time | relevance | path

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

/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscrypto/
H A Dsignatures.c87 if(xmlSecTransformCheckId(transform, xmlSecMSCryptoTransformDsaSha1Id)) { in xmlSecMSCryptoSignatureCheckId()
161 if(xmlSecTransformCheckId(transform, xmlSecMSCryptoTransformDsaSha1Id)) { in xmlSecMSCryptoSignatureInitialize()
375 if (xmlSecTransformCheckId(transform, xmlSecMSCryptoTransformDsaSha1Id) && (dataSize == 40)) { in xmlSecMSCryptoSignatureVerify()
631 … if (xmlSecTransformCheckId(transform, xmlSecMSCryptoTransformDsaSha1Id) && (outSize == 40)) { in xmlSecMSCryptoSignatureExecute()
/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/mscrypto/
H A Dsymbols.h66 #define xmlSecTransformDsaSha1Id xmlSecMSCryptoTransformDsaSha1Id
H A Dcrypto.h84 #define xmlSecMSCryptoTransformDsaSha1Id \ macro