Home
last modified time | relevance | path

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

/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/openssl/
H A Dapp.h30 XMLSEC_CRYPTO_EXPORT int xmlSecOpenSSLAppShutdown (void);
H A Dsymbols.h109 #define xmlSecCryptoAppShutdown xmlSecOpenSSLAppShutdown
/dports/security/xmlsec1/xmlsec1-1.2.29/src/openssl/
H A Dcrypto.c301 gXmlSecOpenSSLFunctions->cryptoAppShutdown = xmlSecOpenSSLAppShutdown; in xmlSecCryptoGetFunctions_openssl()
H A Dapp.c119 xmlSecOpenSSLAppShutdown(void) { in xmlSecOpenSSLAppShutdown() function