Lines Matching refs:toklen
232 ulong_t toklen;
267 rc = spnegoGetMechToken(stok_in, NULL, &toklen);
270 toklen = 0;
273 /* have toklen */
280 err = mb_init_sz(&body_in, (size_t)toklen);
284 if (toklen > 0) {
286 (uchar_t *)m->m_data, &toklen);
292 body_in.mb_count = m->m_len = (size_t)toklen;
351 rc = spnegoTokenGetBinary(stok_out, NULL, &toklen);
357 err = mb_init_sz(caller_out, (size_t)toklen);
362 (uchar_t *)m->m_data, &toklen);
368 caller_out->mb_count = m->m_len = (size_t)toklen;