Searched defs:toksize (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_token.c200 int toksize = toksize_in; local
202 if ((toksize-=1) < 0)
208 toksize++;
212 if ((seqsize = der_read_length(&buf, &toksize)) < 0)
215 if (seqsize != toksize)
218 if ((toksize-=1) < 0)
223 if ((toksize-=1) < 0)
227 if ((toksize-=toid.length) < 0)
236 if ((toksize-=2) < 0)
244 *body_size = toksize;
[all...]
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4ext.c36 int toksize = DEF_TOKSIZE; /* biggest word ([a-z_][a-z0-9_]*) */ variable
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c638 char *toksize = "logd_file_size"; local
690 toksizep = toksize;
727 tok = toksize;
751 } else if (tok == toksize) {
769 } else if (tok == toksize) {
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c61 static int toksize = NAMESIZE; variable
190 tokname = (wchar_t *)malloc(sizeof (wchar_t) * toksize);
1133 if (++i >= toksize)
1164 if (++i >= toksize)
1168 if (++i >= toksize)
1211 if (++i >= toksize)
1915 toksize += NAMESIZE;
1917 realloc((char *)tokname, sizeof (wchar_t) * toksize);
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c3884 unsigned int toksize)
3892 if (toksize-- < 1)
3898 if ((seqsize = gssint_get_der_length(&buf, toksize, &bytes)) < 0)
3901 if ((seqsize + bytes) != toksize)
3904 if (toksize-- < 1)
3911 if (toksize-- < 1)
3916 if (toksize < toid.length)
3919 toksize -= toid.length;
3931 if (toksize < 2)
3934 toksize
3880 g_verify_token_header(gss_OID_const mech, unsigned int *body_size, unsigned char **buf_in, int tok_type, unsigned int toksize) argument
[all...]

Completed in 89 milliseconds