Home
last modified time | relevance | path

Searched refs:xmlSecKeyStoreFindKey (Results 1 – 5 of 5) sorted by relevance

/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Dkeysmngr.h106 XMLSEC_EXPORT xmlSecKeyPtr xmlSecKeyStoreFindKey (xmlSecKeyStorePtr store,
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dkeysmngr.c118 return(xmlSecKeyStoreFindKey(store, name, keyInfoCtx)); in xmlSecKeysMngrFindKey()
292 xmlSecKeyStoreFindKey(xmlSecKeyStorePtr store, const xmlChar* name, xmlSecKeyInfoCtxPtr keyInfoCtx)… in xmlSecKeyStoreFindKey() function
/dports/security/xmlsec1/xmlsec1-1.2.29/src/nss/
H A Dkeysstore.c299 key = xmlSecKeyStoreFindKey(*ss, name, keyInfoCtx); in xmlSecNssKeysStoreFindKey()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscng/
H A Dkeysstore.c216 key = xmlSecKeyStoreFindKey(*ss, name, keyInfoCtx); in xmlSecMSCngKeysStoreFindKey()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/mscrypto/
H A Dkeysstore.c430 key = xmlSecKeyStoreFindKey(*ss, name, keyInfoCtx); in xmlSecMSCryptoKeysStoreFindKey()