░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/include/xmlsec1/xmlsec/openssl
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: evp.h
/* * 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-2022 Aleksey Sanin <aleksey@aleksey.com>. All Rights Reserved. */ #ifndef __XMLSEC_OPENSSL_EVP_H__ #define __XMLSEC_OPENSSL_EVP_H__ #include <openssl/evp.h> #include <xmlsec/exports.h> #include <xmlsec/xmlsec.h> #include <xmlsec/keys.h> #include <xmlsec/transforms.h> #include <xmlsec/openssl/crypto.h> #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ XMLSEC_CRYPTO_EXPORT int xmlSecOpenSSLEvpKeyDataAdoptEvp (xmlSecKeyDataPtr data, EVP_PKEY* pKey); XMLSEC_CRYPTO_EXPORT EVP_PKEY* xmlSecOpenSSLEvpKeyDataGetEvp (xmlSecKeyDataPtr data); /****************************************************************************** * * EVP helper functions * *****************************************************************************/ XMLSEC_CRYPTO_EXPORT EVP_PKEY* xmlSecOpenSSLEvpKeyDup (EVP_PKEY* pKey); XMLSEC_CRYPTO_EXPORT xmlSecKeyDataPtr xmlSecOpenSSLEvpKeyAdopt (EVP_PKEY *pKey); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __XMLSEC_OPENSSL_EVP_H__ */
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 app.h
H
7.6 KB
2024-03-31 08:34
EDIT
📄 bn.h
H
1 KB
2024-03-31 08:34
EDIT
📄 crypto.h
H
28.7 KB
2024-03-31 08:34
EDIT
📄 evp.h
H
1.3 KB
2024-03-31 08:34
EDIT
📄 symbols.h
H
7.3 KB
2024-03-31 08:34
EDIT
📄 x509.h
H
5.4 KB
2024-03-31 08:34
EDIT