Lines Matching refs:toksize
568 u32 cnlen, toksize, ntoks, tok, zero;
588 toksize = 4; /* sec index */
592 toksize += 8 * 4; /* viceid, kvno, key*2, begin,
595 toksize += RND(token->kad->ticket_len);
604 _debug("token[%u]: toksize=%u", ntoks, toksize);
605 if (WARN_ON(toksize > AFSTOKEN_LENGTH_MAX))
608 toksizes[ntoks++] = toksize;
609 size += toksize + 4; /* each token has a length word */
658 toksize = toksizes[tok++];
659 ENCODE(toksize);
684 toksize))