Home
last modified time | relevance | path

Searched refs:xmlSecKeyReqMatchKey (Results 1 – 3 of 3) sorted by relevance

/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Dkeys.h157 XMLSEC_EXPORT int xmlSecKeyReqMatchKey (xmlSecKeyReqPtr keyReq,
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dkeys.c401 xmlSecKeyReqMatchKey(xmlSecKeyReqPtr keyReq, xmlSecKeyPtr key) { in xmlSecKeyReqMatchKey() function
657 return(xmlSecKeyReqMatchKey(keyReq, key)); in xmlSecKeyMatch()
H A Dkeyinfo.c902 if(xmlSecKeyReqMatchKey(&(keyInfoCtx->keyReq), key) != 1) { in xmlSecKeyDataValueXmlWrite()