Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dkey.c734 u32 cnlen, toksize, ntoks, tok, zero; in rxrpc_read() local
754 toksize = 4; /* sec index */ in rxrpc_read()
758 toksize += 8 * 4; /* viceid, kvno, key*2, begin, in rxrpc_read()
761 toksize += RND(token->kad->ticket_len); in rxrpc_read()
765 toksize += 6 * 8 + 2 * 4; in rxrpc_read()
767 toksize += RND(token->rxgk->key.len); in rxrpc_read()
768 toksize += RND(token->rxgk->ticket.len); in rxrpc_read()
777 _debug("token[%u]: toksize=%u", ntoks, toksize); in rxrpc_read()
778 if (WARN_ON(toksize > AFSTOKEN_LENGTH_MAX)) in rxrpc_read()
781 toksizes[ntoks++] = toksize; in rxrpc_read()
[all …]