Lines Matching refs:toklen
201 ulong_t toklen;
236 rc = smbfs_spnegoGetMechToken(stok_in, NULL, &toklen);
239 toklen = 0;
242 /* have toklen */
249 err = smbfs_mb_init_sz(&body_in, (size_t)toklen);
253 if (toklen > 0) {
255 (uchar_t *)m->m_data, &toklen);
261 body_in.mb_count = m->m_len = (size_t)toklen;
320 rc = smbfs_spnegoTokenGetBinary(stok_out, NULL, &toklen);
326 err = smbfs_mb_init_sz(caller_out, (size_t)toklen);
331 (uchar_t *)m->m_data, &toklen);
337 caller_out->mb_count = m->m_len = (size_t)toklen;