Home
last modified time | relevance | path

Searched refs:ZXID_MAX_USER (Results 1 – 11 of 11) sorted by relevance

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxiduser.c127 buf = ZX_ALLOC(cf->ctx, ZXID_MAX_USER); in zxid_get_user_nameid()
131 …read_all(ZXID_MAX_USER, buf, (const char*)__FUNCTION__, 1, "%s" ZXID_USER_DIR "%s/.mni", cf->cpath… in zxid_get_user_nameid()
181 buf = ZX_ALLOC(cf->ctx, ZXID_MAX_USER); in zxid_put_user()
182 write_all_path_fmt("put_user", ZXID_MAX_USER, buf, in zxid_put_user()
H A Dzxidps.c176 char buf[ZXID_MAX_USER]; in zxid_put_invite()
177 char invid_c[ZXID_MAX_USER]; in zxid_put_invite()
182 write_all_path_fmt("put_inv", ZXID_MAX_USER, buf, in zxid_put_invite()
205 char* buf = ZX_ALLOC(cf->ctx, ZXID_MAX_USER); in zxid_put_psobj()
212 write_all_path_fmt("put_psobj", ZXID_MAX_USER, buf, in zxid_put_psobj()
521 char uid[ZXID_MAX_USER]; in zxid_ps_addent_invite()
598 char uid[ZXID_MAX_USER]; in zxid_ps_resolv_id()
H A Dzxiddi.c366 char uid[ZXID_MAX_USER]; in zxid_di_query()
H A Dzxidpsso.c424 char buf[ZXID_MAX_USER]; in zxid_check_fed()
453 if (!write_all_path_fmt("put_fed", ZXID_MAX_USER, buf, in zxid_check_fed()
H A DChanges364 - Fixed buffer bugs introduced by removal of ZXID_MAX_USER limit
369 - Removed ZXID_MAX_USER limit from .at files. Removed many other limits, too.
H A Dzxidpool.c636 char name_buf[ZXID_MAX_USER]; in zxid_add_ldif_at2ses()
H A Dzxid.h722 #define ZXID_MAX_USER (256) /* Maximum size of .mni or user file */ macro
/dports/security/p5-Net-SAML/zxid-1.42/zxidjava/
H A DzxidjniConstants.java114 public final static int ZXID_MAX_USER = zxidjniJNI.ZXID_MAX_USER_get();
/dports/security/p5-Net-SAML/zxid-1.42/Net/
H A DSAML.pm2283 *MAX_USER = *Net::SAMLc::ZXID_MAX_USER;
/dports/security/p5-Net-SAML/zxid-1.42/csharp/
H A Dzxid.cs4671 public static readonly int ZXID_MAX_USER = zxidPINVOKE.ZXID_MAX_USER_get(); field in zxid
/dports/security/p5-Net-SAML/zxid-1.42/php/
H A Dzxid_wrap.c46549 SWIG_LONG_CONSTANT(ZXID_MAX_USER, (256));