Server : Apache/2.4.52 (Ubuntu) System : Linux srv913213 5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/include/xmlsec1/xmlsec/openssl/ |
/*
* XML Security Library (http://www.aleksey.com/xmlsec).
*
* This is free software; see Copyright file in the source
* distribution for preciese wording.
*
* Copyright (C) 2002-2016 Aleksey Sanin <aleksey@aleksey.com>. All Rights Reserved.
*/
#ifndef __XMLSEC_OPENSSL_SYMBOLS_H__
#define __XMLSEC_OPENSSL_SYMBOLS_H__
#if !defined(IN_XMLSEC) && defined(XMLSEC_CRYPTO_DYNAMIC_LOADING)
#error To disable dynamic loading of xmlsec-crypto libraries undefine XMLSEC_CRYPTO_DYNAMIC_LOADING
#endif /* !defined(IN_XMLSEC) && defined(XMLSEC_CRYPTO_DYNAMIC_LOADING) */
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#ifdef XMLSEC_CRYPTO_OPENSSL
/********************************************************************
*
* Crypto Init/shutdown
*
********************************************************************/
#define xmlSecCryptoInit xmlSecOpenSSLInit
#define xmlSecCryptoShutdown xmlSecOpenSSLShutdown
#define xmlSecCryptoKeysMngrInit xmlSecOpenSSLKeysMngrInit
/********************************************************************
*
* Key data ids
*
********************************************************************/
#define xmlSecKeyDataAesId xmlSecOpenSSLKeyDataAesId
#define xmlSecKeyDataDesId xmlSecOpenSSLKeyDataDesId
#define xmlSecKeyDataDsaId xmlSecOpenSSLKeyDataDsaId
#define xmlSecKeyDataEcdsaId xmlSecOpenSSLKeyDataEcdsaId
#define xmlSecKeyDataHmacId xmlSecOpenSSLKeyDataHmacId
#define xmlSecKeyDataRsaId xmlSecOpenSSLKeyDataRsaId
#define xmlSecKeyDataX509Id xmlSecOpenSSLKeyDataX509Id
#define xmlSecKeyDataRawX509CertId xmlSecOpenSSLKeyDataRawX509CertId
/********************************************************************
*
* Key data store ids
*
********************************************************************/
#define xmlSecX509StoreId xmlSecOpenSSLX509StoreId
/********************************************************************
*
* Crypto transforms ids
*
********************************************************************/
#define xmlSecTransformAes128CbcId xmlSecOpenSSLTransformAes128CbcId
#define xmlSecTransformAes192CbcId xmlSecOpenSSLTransformAes192CbcId
#define xmlSecTransformAes256CbcId xmlSecOpenSSLTransformAes256CbcId
#define xmlSecTransformAes128GcmId xmlSecOpenSSLTransformAes128GcmId
#define xmlSecTransformAes192GcmId xmlSecOpenSSLTransformAes192GcmId
#define xmlSecTransformAes256GcmId xmlSecOpenSSLTransformAes256GcmId
#define xmlSecTransformKWAes128Id xmlSecOpenSSLTransformKWAes128Id
#define xmlSecTransformKWAes192Id xmlSecOpenSSLTransformKWAes192Id
#define xmlSecTransformKWAes256Id xmlSecOpenSSLTransformKWAes256Id
#define xmlSecTransformDes3CbcId xmlSecOpenSSLTransformDes3CbcId
#define xmlSecTransformKWDes3Id xmlSecOpenSSLTransformKWDes3Id
#define xmlSecTransformDsaSha1Id xmlSecOpenSSLTransformDsaSha1Id
#define xmlSecTransformDsaSha256Id xmlSecOpenSSLTransformDsaSha256Id
#define xmlSecTransformEcdsaSha1Id xmlSecOpenSSLTransformEcdsaSha1Id
#define xmlSecTransformEcdsaSha224Id xmlSecOpenSSLTransformEcdsaSha224Id
#define xmlSecTransformEcdsaSha256Id xmlSecOpenSSLTransformEcdsaSha256Id
#define xmlSecTransformEcdsaSha384Id xmlSecOpenSSLTransformEcdsaSha384Id
#define xmlSecTransformEcdsaSha512Id xmlSecOpenSSLTransformEcdsaSha512Id
#define xmlSecTransformHmacMd5Id xmlSecOpenSSLTransformHmacMd5Id
#define xmlSecTransformHmacRipemd160Id xmlSecOpenSSLTransformHmacRipemd160Id
#define xmlSecTransformHmacSha1Id xmlSecOpenSSLTransformHmacSha1Id
#define xmlSecTransformHmacSha224Id xmlSecOpenSSLTransformHmacSha224Id
#define xmlSecTransformHmacSha256Id xmlSecOpenSSLTransformHmacSha256Id
#define xmlSecTransformHmacSha384Id xmlSecOpenSSLTransformHmacSha384Id
#define xmlSecTransformHmacSha512Id xmlSecOpenSSLTransformHmacSha512Id
#define xmlSecTransformMd5Id xmlSecOpenSSLTransformMd5Id
#define xmlSecTransformRipemd160Id xmlSecOpenSSLTransformRipemd160Id
#define xmlSecTransformRsaMd5Id xmlSecOpenSSLTransformRsaMd5Id
#define xmlSecTransformRsaRipemd160Id xmlSecOpenSSLTransformRsaRipemd160Id
#define xmlSecTransformRsaSha1Id xmlSecOpenSSLTransformRsaSha1Id
#define xmlSecTransformRsaSha224Id xmlSecOpenSSLTransformRsaSha224Id
#define xmlSecTransformRsaSha256Id xmlSecOpenSSLTransformRsaSha256Id
#define xmlSecTransformRsaSha384Id xmlSecOpenSSLTransformRsaSha384Id
#define xmlSecTransformRsaSha512Id xmlSecOpenSSLTransformRsaSha512Id
#define xmlSecTransformRsaPkcs1Id xmlSecOpenSSLTransformRsaPkcs1Id
#define xmlSecTransformRsaOaepId xmlSecOpenSSLTransformRsaOaepId
#define xmlSecTransformSha1Id xmlSecOpenSSLTransformSha1Id
#define xmlSecTransformSha224Id xmlSecOpenSSLTransformSha224Id
#define xmlSecTransformSha256Id xmlSecOpenSSLTransformSha256Id
#define xmlSecTransformSha384Id xmlSecOpenSSLTransformSha384Id
#define xmlSecTransformSha512Id xmlSecOpenSSLTransformSha512Id
#define xmlSecTransformGost2001GostR3411_94Id xmlSecOpenSSLTransformGost2001GostR3411_94Id
#define xmlSecTransformGostR3411_94Id xmlSecOpenSSLTransformGostR3411_94Id
/********************************************************************
*
* High level routines form xmlsec command line utility
*
********************************************************************/
#define xmlSecCryptoAppInit xmlSecOpenSSLAppInit
#define xmlSecCryptoAppShutdown xmlSecOpenSSLAppShutdown
#define xmlSecCryptoAppDefaultKeysMngrInit xmlSecOpenSSLAppDefaultKeysMngrInit
#define xmlSecCryptoAppDefaultKeysMngrAdoptKey xmlSecOpenSSLAppDefaultKeysMngrAdoptKey
#define xmlSecCryptoAppDefaultKeysMngrLoad xmlSecOpenSSLAppDefaultKeysMngrLoad
#define xmlSecCryptoAppDefaultKeysMngrSave xmlSecOpenSSLAppDefaultKeysMngrSave
#define xmlSecCryptoAppKeysMngrCertLoad xmlSecOpenSSLAppKeysMngrCertLoad
#define xmlSecCryptoAppKeysMngrCertLoadMemory xmlSecOpenSSLAppKeysMngrCertLoadMemory
#define xmlSecCryptoAppKeyLoad xmlSecOpenSSLAppKeyLoad
#define xmlSecCryptoAppPkcs12Load xmlSecOpenSSLAppPkcs12Load
#define xmlSecCryptoAppKeyCertLoad xmlSecOpenSSLAppKeyCertLoad
#define xmlSecCryptoAppKeyLoadMemory xmlSecOpenSSLAppKeyLoadMemory
#define xmlSecCryptoAppPkcs12LoadMemory xmlSecOpenSSLAppPkcs12LoadMemory
#define xmlSecCryptoAppKeyCertLoadMemory xmlSecOpenSSLAppKeyCertLoadMemory
#define xmlSecCryptoAppGetDefaultPwdCallback xmlSecOpenSSLAppGetDefaultPwdCallback
/* todo: this should go away on next API refresh */
#define xmlSecCryptoAppKeysMngrAddCertsPath xmlSecOpenSSLAppKeysMngrAddCertsPath
#endif /* XMLSEC_CRYPTO_OPENSSL */
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __XMLSEC_OPENSSL_CRYPTO_H__ */
#define __XMLSEC_OPENSSL_CRYPTO_H__