Home
last modified time | relevance | path

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

/linux-6.6.21/net/rxrpc/
Dkey.c54 const __be32 *xdr, unsigned int toklen) in rxrpc_preparse_xdr_rxkad() argument
63 toklen); in rxrpc_preparse_xdr_rxkad()
65 if (toklen <= 8 * 4) in rxrpc_preparse_xdr_rxkad()
71 if (toklen < 8 * 4 + tktlen) in rxrpc_preparse_xdr_rxkad()
140 unsigned int len, paddedlen, loop, ntoken, toklen, sec_ix; in rxrpc_preparse_xdr() local
197 toklen = ntohl(*p++); in rxrpc_preparse_xdr()
200 _debug("token: [%x/%zx] %x", toklen, datalen, sec_ix); in rxrpc_preparse_xdr()
201 paddedlen = (toklen + 3) & ~3; in rxrpc_preparse_xdr()
202 if (toklen < 20 || toklen > datalen || paddedlen > datalen) in rxrpc_preparse_xdr()
218 toklen = ntohl(*xdr++); in rxrpc_preparse_xdr()
[all …]
/linux-6.6.21/drivers/s390/crypto/
Dzcrypt_ccamisc.c331 u16 toklen; in cca_genseckey() member
410 seckeysize = prepparm->lv3.keyblock.toklen in cca_genseckey()
411 - sizeof(prepparm->lv3.keyblock.toklen) in cca_genseckey()
472 u16 toklen; in cca_clr2seckey() member
548 seckeysize = prepparm->lv3.keyblock.toklen in cca_clr2seckey()
549 - sizeof(prepparm->lv3.keyblock.toklen) in cca_clr2seckey()
/linux-6.6.21/tools/perf/
Dbuiltin-trace.c603 int toklen = size; in strarray__strtoul_flags() local
613 toklen = end - tok + 1; in strarray__strtoul_flags()
620 if (!strarray__strtoul(sa, tok, toklen, &val)) in strarray__strtoul_flags()