Home
last modified time | relevance | path

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

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidwsf.c493 && srcts->tv_sec <= ourts->tv_sec + cf->after_slop) { in zxid_timestamp_chk()
494 …e_slop=%d after_slop=%d", (int)srcts->tv_sec, (int)ourts->tv_sec, cf->before_slop, cf->after_slop); in zxid_timestamp_chk()
497 …p=%d after_slop=%d secs", (int)srcts->tv_sec, (int)ourts->tv_sec, cf->before_slop, cf->after_slop); in zxid_timestamp_chk()
501 …s (NOTIMESTAMP_FATAL=0)", (int)srcts->tv_sec, (int)ourts->tv_sec, cf->before_slop, cf->after_slop); in zxid_timestamp_chk()
H A Dzxidsso.c564 if (secs + cf->after_slop <= ourts->tv_sec) { in zxid_validate_cond()
565 …fday: %ld secs, remote: %d secs. Relogin to refresh the session?", cf->after_slop, secs - ourts->t… in zxid_validate_cond()
584 … to expiry %ld secs. Our gettimeofday: %ld secs, remote: %d secs", cf->after_slop, secs - ourts->t… in zxid_validate_cond()
H A Dzxidconf.c1242 cf->after_slop = ZXID_AFTER_SLOP; in zxid_init_conf()
1756 if (!strcmp(n, "AFTER_SLOP")) { SCAN_INT(v, cf->after_slop); break; } in zxid_parse_conf_raw()
2541 cf->after_slop, in zxid_show_conf()
H A Dzxid.h261 int after_slop; member
/dports/security/p5-Net-SAML/zxid-1.42/php/
H A Dzxid_wrap.c13790 if (arg1) (arg1)->after_slop = arg2; in ZEND_NAMED_FUNCTION()
13814 result = (int) ((arg1)->after_slop); in ZEND_NAMED_FUNCTION()
/dports/security/p5-Net-SAML/zxid-1.42/zxidjava/
H A Dzxid_wrap.c7553 if (arg1) (arg1)->after_slop = arg2;
7565 result = (int) ((arg1)->after_slop);
/dports/security/p5-Net-SAML/zxid-1.42/Net/
H A DSAML_wrap.c15912 if (arg1) (arg1)->after_slop = arg2; in XS()
15942 result = (int) ((arg1)->after_slop); in XS()