Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A 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()
167 const __be32 *xdr, unsigned int toklen) in rxrpc_preparse_xdr_yfs_rxgk() argument
178 toklen); in rxrpc_preparse_xdr_yfs_rxgk()
180 if (6 * 2 + 2 > toklen / 4) in rxrpc_preparse_xdr_yfs_rxgk()
187 if ((6 * 2 + 2) * 4 + keylen > toklen) in rxrpc_preparse_xdr_yfs_rxgk()
194 if ((6 * 2 + 2) * 4 + keylen + tktlen != toklen) { in rxrpc_preparse_xdr_yfs_rxgk()
196 (6 * 2 + 2) * 4 + keylen + tktlen, toklen, in rxrpc_preparse_xdr_yfs_rxgk()
294 unsigned int len, paddedlen, loop, ntoken, toklen, sec_ix; rxrpc_preparse_xdr() local
[all...]
/linux/drivers/s390/crypto/
H A Dzcrypt_ccamisc.c355 u16 toklen; in cca_genseckey() member
435 seckeysize = prepparm->lv3.keyblock.toklen in cca_genseckey()
436 - sizeof(prepparm->lv3.keyblock.toklen) in cca_genseckey()
497 u16 toklen; in cca_clr2seckey() member
574 seckeysize = prepparm->lv3.keyblock.toklen in cca_clr2seckey()
575 - sizeof(prepparm->lv3.keyblock.toklen) in cca_clr2seckey()
/linux/tools/perf/
H A Dbuiltin-trace.c653 int toklen = size; in strarray__strtoul_flags() local
663 toklen = end - tok + 1; in strarray__strtoul_flags()
670 if (!strarray__strtoul(sa, tok, toklen, &val)) in strarray__strtoul_flags()