Lines Matching defs:toksize
734 u32 cnlen, toksize, ntoks, tok, zero;
754 toksize = 4; /* sec index */
758 toksize += 8 * 4; /* viceid, kvno, key*2, begin,
761 toksize += RND(token->kad->ticket_len);
765 toksize += 6 * 8 + 2 * 4;
767 toksize += RND(token->rxgk->key.len);
768 toksize += RND(token->rxgk->ticket.len);
777 _debug("token[%u]: toksize=%u", ntoks, toksize);
778 if (WARN_ON(toksize > AFSTOKEN_LENGTH_MAX))
781 toksizes[ntoks++] = toksize;
782 size += toksize + 4; /* each token has a length word */
831 toksize = toksizes[tok++];
832 ENCODE(toksize);
871 toksize))