Searched refs:toklen (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/net/rxrpc/ |
D | key.c | 54 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-v6.6/drivers/s390/crypto/ |
D | zcrypt_ccamisc.c | 331 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-v6.6/tools/perf/ |
D | builtin-trace.c | 603 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()
|