Searched refs:toksize (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/uts/common/gssapi/mechs/dummy/
H A Ddmech.c79 int toksize);
530 g_verify_token_header(mech, body_size, buf_in, tok_type, toksize)
535 int toksize;
542 if ((toksize -= 1) < 0)
547 if ((seqsize = der_read_length(&buf, &toksize)) < 0)
550 if (seqsize != toksize)
553 if ((toksize -= 1) < 0)
558 if ((toksize -= 1) < 0)
562 if ((toksize -= toid.length) < 0)
575 if ((toksize
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/m4/common/
H A Dm4ext.c36 int toksize = DEF_TOKSIZE; /* biggest word ([a-z_][a-z0-9_]*) */ variable
H A Dm4.c154 int tlim = toksize;
163 toksize);
379 toksize = atoi(&arg[2]);
380 if (toksize <= 0) {
381 toksize = DEF_TOKSIZE;
456 token = xcalloc(toksize+1, sizeof (wchar_t));
461 toklm = &token[toksize];
H A Dm4.h140 extern int toksize;
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c112 int toksize);
1369 g_verify_token_header(mech, body_size, buf_in, tok_type, toksize)
1374 int toksize;
1381 if ((toksize -= 1) < 0)
1386 if ((seqsize = der_read_length(&buf, &toksize)) < 0)
1389 if (seqsize != toksize)
1392 if ((toksize -= 1) < 0)
1397 if ((toksize -= 1) < 0)
1401 if ((toksize -= toid.length) < 0)
1414 if ((toksize
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c654 char *toksize = "logd_file_size"; local
706 toksizep = toksize;
743 tok = toksize;
767 } else if (tok == toksize) {
785 } else if (tok == toksize) {
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c3898 unsigned int toksize)
3906 if (toksize-- < 1)
3912 if ((seqsize = gssint_get_der_length(&buf, toksize, &bytes)) < 0)
3915 if ((seqsize + bytes) != toksize)
3918 if (toksize-- < 1)
3925 if (toksize-- < 1)
3930 if (toksize < toid.length)
3933 toksize -= toid.length;
3945 if (toksize < 2)
3948 toksize
3894 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 74 milliseconds