Home
last modified time | relevance | path

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

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidwsp.c218 if (ses && ses->wsp_msgid && ses->wsp_msgid->len) { in zxid_wsf_decor()
219 …"wsp_msgid(%.*s) %p %d %p", ses->wsp_msgid->len, ses->wsp_msgid->s, ses->wsp_msgid, ses->wsp_msgid in zxid_wsf_decor()
221 zx_add_content(cf->ctx, &hdr->RelatesTo->gg, ses->wsp_msgid); in zxid_wsf_decor()
506 …zxlog(cf, 0, srcts, ses->ipport, issuer, ses->wsp_msgid, &a7n->ID->g, ZX_GET_CONTENT(nameid), "N",… in zxid_wsf_validate_a7n()
574 ses->wsp_msgid = zx_dup_zx_str(cf->ctx, ZX_GET_CONTENT(hdr->MessageID)); in zxid_wsp_validate_env()
575 …"wsp_msgid(%.*s) %p %d %p", ses->wsp_msgid->len, ses->wsp_msgid->s, ses->wsp_msgid, ses->wsp_msgid in zxid_wsp_validate_env()
794 logpath = zxlog_path(cf, ses->issuer, ses->wsp_msgid, ZXLOG_RELY_DIR, ZXLOG_MSG_KIND, 1); in zxid_wsp_validate()
796 ERR("Log path not valid, empty issuer? %p %p", ses->issuer, ses->wsp_msgid); in zxid_wsp_validate()
H A Dzxlog.c456 ses?ses->issuer:0, ses?ses->wsp_msgid:0, in zxlogwsp()
H A Dzxidpool.c823 zxid_add_attr_to_ses(cf, ses, "msgid", ses->wsp_msgid); in zxid_ses_to_pool()
H A Dzxid.h513 …struct zx_str* wsp_msgid; /* Request MessageID, to facilitate Response RelatesTo generation at WSP… member
/dports/security/p5-Net-SAML/zxid-1.42/php/
H A Dzxid_wrap.c25915 if (arg1) (arg1)->wsp_msgid = arg2; in ZEND_NAMED_FUNCTION()
25939 result = (struct zx_str *) ((arg1)->wsp_msgid); in ZEND_NAMED_FUNCTION()
/dports/security/p5-Net-SAML/zxid-1.42/zxidjava/
H A Dzxid_wrap.c13755 if (arg1) (arg1)->wsp_msgid = arg2;
13767 result = (struct zx_str *) ((arg1)->wsp_msgid);
/dports/security/p5-Net-SAML/zxid-1.42/Net/
H A DSAML_wrap.c28614 if (arg1) (arg1)->wsp_msgid = arg2; in XS()
28644 result = (struct zx_str *) ((arg1)->wsp_msgid); in XS()