Home
last modified time | relevance | path

Searched refs:XMLSEC_KEYINFO_FLAGS_DONT_STOP_ON_KEY_FOUND (Results 1 – 7 of 7) sorted by relevance

/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Dkeyinfo.h59 #define XMLSEC_KEYINFO_FLAGS_DONT_STOP_ON_KEY_FOUND 0x00000001 macro
/dports/security/xmlsec1/xmlsec1-1.2.29/src/nss/
H A Dkeysstore.c181 keyInfoCtx.flags = XMLSEC_KEYINFO_FLAGS_DONT_STOP_ON_KEY_FOUND | in xmlSecNssKeysStoreLoad()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscng/
H A Dkeysstore.c453 keyInfoCtx.flags = XMLSEC_KEYINFO_FLAGS_DONT_STOP_ON_KEY_FOUND | in xmlSecMSCngKeysStoreLoad()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscrypto/
H A Dkeysstore.c190 keyInfoCtx.flags = XMLSEC_KEYINFO_FLAGS_DONT_STOP_ON_KEY_FOUND | in xmlSecMSCryptoKeysStoreLoad()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dkeysmngr.c439 keyInfoCtx.flags = XMLSEC_KEYINFO_FLAGS_DONT_STOP_ON_KEY_FOUND | in xmlSecSimpleKeysStoreLoad()
H A Dkeyinfo.c100 (((keyInfoCtx->flags & XMLSEC_KEYINFO_FLAGS_DONT_STOP_ON_KEY_FOUND) != 0) || in xmlSecKeyInfoNodeRead()
/dports/security/lasso/lasso-2.7.0/lasso/xml/
H A Dtools.c2646 ctx.flags = XMLSEC_KEYINFO_FLAGS_DONT_STOP_ON_KEY_FOUND in lasso_xmlsec_load_key_info()