Home
last modified time | relevance | path

Searched refs:xmlSecKeyInfoCtx (Results 1 – 21 of 21) sorted by relevance

/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/mscng/
H A Dx509.h66 xmlSecKeyInfoCtx* keyInfoCtx);
72xmlSecKeyInfoCtx* keyInfoCtx);
/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/gnutls/
H A Dx509.h91 … const xmlSecKeyInfoCtx* keyInfoCtx);
95 … const xmlSecKeyInfoCtx* keyInfoCtx);
/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/nss/
H A Dx509.h75xmlSecKeyInfoCtx* keyInfoCtx);
79xmlSecKeyInfoCtx* keyInfoCtx);
/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscrypto/
H A Dprivate.h113 xmlSecKeyInfoCtx* keyInfoCtx);
122 xmlSecKeyInfoCtx* keyInfoCtx);
H A Dx509vfy.c124 xmlChar *ski, xmlSecKeyInfoCtx* keyInfoCtx) { in xmlSecMSCryptoX509StoreFindCert()
445 xmlSecKeyInfoCtx* keyInfoCtx) { in xmlSecMSCryptoX509StoreConstructCertsChain()
500 xmlSecKeyInfoCtx* keyInfoCtx) { in xmlSecMSCryptoX509StoreVerify()
H A Dkeysstore.c148 xmlSecKeyInfoCtx keyInfoCtx; in xmlSecMSCryptoKeysStoreLoad()
/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/openssl/
H A Dx509.h88xmlSecKeyInfoCtx* keyInfoCtx);
92xmlSecKeyInfoCtx* keyInfoCtx);
/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Dxmlenc.h99 xmlSecKeyInfoCtx keyInfoReadCtx;
100 xmlSecKeyInfoCtx keyInfoWriteCtx;
H A Dxmldsig.h136 xmlSecKeyInfoCtx keyInfoReadCtx;
137 xmlSecKeyInfoCtx keyInfoWriteCtx;
H A Dxmlsec.h71 typedef struct _xmlSecKeyInfoCtx xmlSecKeyInfoCtx, *xmlSecKeyInfoCtxPtr; typedef
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dkeyinfo.c219 keyInfoCtx = (xmlSecKeyInfoCtxPtr)xmlMalloc(sizeof(xmlSecKeyInfoCtx)); in xmlSecKeyInfoCtxCreate()
221 xmlSecMallocError(sizeof(xmlSecKeyInfoCtx), NULL); in xmlSecKeyInfoCtxCreate()
265 memset(keyInfoCtx, 0, sizeof(xmlSecKeyInfoCtx)); in xmlSecKeyInfoCtxInitialize()
319 memset(keyInfoCtx, 0, sizeof(xmlSecKeyInfoCtx)); in xmlSecKeyInfoCtxFinalize()
1380 xmlSecKeyInfoCtx keyInfoCtx2; in xmlSecKeyDataEncryptedKeyXmlWrite()
H A Dkeysmngr.c396 xmlSecKeyInfoCtx keyInfoCtx; in xmlSecSimpleKeysStoreLoad()
495 xmlSecKeyInfoCtx keyInfoCtx; in xmlSecSimpleKeysStoreSave()
H A Dkeys.c1069 xmlSecKeyInfoCtx keyInfoCtx; in xmlSecKeyReadBuffer()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/gnutls/
H A Dx509vfy.c129 const xmlSecKeyInfoCtx* keyInfoCtx) { in xmlSecGnuTLSX509StoreFindCert()
212 const xmlSecKeyInfoCtx* keyInfoCtx) { in xmlSecGnuTLSX509StoreVerify()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscng/
H A Dx509vfy.c704 PCCERT_CONTEXT cert, HCERTSTORE certStore, xmlSecKeyInfoCtx* keyInfoCtx) { in xmlSecMSCngX509StoreVerifyCertificate()
756 xmlSecKeyInfoCtx* keyInfoCtx) { in xmlSecMSCngX509StoreVerify()
1086 xmlSecKeyInfoCtx* keyInfoCtx) { in xmlSecMSCngX509StoreFindCert()
H A Dkeysstore.c411 xmlSecKeyInfoCtx keyInfoCtx; in xmlSecMSCngKeysStoreLoad()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/nss/
H A Dx509vfy.c143 xmlChar *ski, xmlSecKeyInfoCtx* keyInfoCtx) { in xmlSecNssX509StoreFindCert()
167 xmlSecKeyInfoCtx* keyInfoCtx) { in xmlSecNssX509StoreVerify()
H A Dkeysstore.c140 xmlSecKeyInfoCtx keyInfoCtx; in xmlSecNssKeysStoreLoad()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/openssl/
H A Dx509vfy.c156 xmlChar *ski, xmlSecKeyInfoCtx* keyInfoCtx) { in xmlSecOpenSSLX509StoreFindCert()
185 XMLSEC_STACK_OF_X509_CRL* crls, xmlSecKeyInfoCtx* keyInfoCtx) { in xmlSecOpenSSLX509StoreVerify()
/dports/security/lasso/lasso-2.7.0/lasso/id-wsf/
H A Ddiscovery.c918 xmlSecKeyInfoCtx *ctx = NULL; in lasso_discovery_build_key_info_node()
/dports/security/lasso/lasso-2.7.0/lasso/xml/
H A Dtools.c2622 xmlSecKeyInfoCtx ctx = {0}; in lasso_xmlsec_load_key_info()