Home
last modified time | relevance | path

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

/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/enc/
H A DXSECCryptoKeyRSA.hpp141 virtual unsigned int signSHA1PKCS1Base64Signature(unsigned char* hashBuf,
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/enc/OpenSSL/
H A DOpenSSLCryptoKeyRSA.hpp132 virtual unsigned int signSHA1PKCS1Base64Signature(unsigned char* hashBuf,
H A DOpenSSLCryptoKeyRSA.cpp563 unsigned int OpenSSLCryptoKeyRSA::signSHA1PKCS1Base64Signature( in signSHA1PKCS1Base64Signature() function in OpenSSLCryptoKeyRSA
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/enc/NSS/
H A DNSSCryptoKeyRSA.hpp144 virtual unsigned int signSHA1PKCS1Base64Signature(unsigned char* hashBuf,
H A DNSSCryptoKeyRSA.cpp306 unsigned int NSSCryptoKeyRSA::signSHA1PKCS1Base64Signature(unsigned char * hashBuf, in signSHA1PKCS1Base64Signature() function in NSSCryptoKeyRSA
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/enc/WinCAPI/
H A DWinCAPICryptoKeyRSA.hpp178 virtual unsigned int signSHA1PKCS1Base64Signature(unsigned char * hashBuf,
H A DWinCAPICryptoKeyRSA.cpp354 unsigned int WinCAPICryptoKeyRSA::signSHA1PKCS1Base64Signature(unsigned char * hashBuf, in signSHA1PKCS1Base64Signature() function in WinCAPICryptoKeyRSA
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/dsig/
H A DDSIGAlgorithmHandlerDefault.cpp334 b64Len = ((XSECCryptoKeyRSA *) key)->signSHA1PKCS1Base64Signature( in signToSafeBuffer()
/dports/devel/xmltooling/xmltooling-3.2.1/xmltoolingtest/
H A DSignatureTest.h151 …len = rsaCred->signSHA1PKCS1Base64Signature(toSign, 20, &outSig[0], bufferSize, XSECCryptoHash::HA… in testOpenSSLRSA()