Searched refs:toklen (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/ |
D | key.c | 90 const __be32 *xdr, unsigned int toklen) in rxrpc_preparse_xdr_rxkad() argument 99 toklen); in rxrpc_preparse_xdr_rxkad() 101 if (toklen <= 8 * 4) in rxrpc_preparse_xdr_rxkad() 107 if (toklen < 8 * 4 + tktlen) in rxrpc_preparse_xdr_rxkad() 220 unsigned int toklen = *_toklen, n_parts, loop, tmp, paddedlen; in rxrpc_krb5_decode_principal() local 224 if (toklen <= 12) in rxrpc_krb5_decode_principal() 228 ntohl(xdr[0]), ntohl(xdr[1]), ntohl(xdr[2]), toklen); in rxrpc_krb5_decode_principal() 231 toklen -= 4; in rxrpc_krb5_decode_principal() 236 if (toklen <= (n_parts + 1) * 4) in rxrpc_krb5_decode_principal() 244 if (toklen < 4) in rxrpc_krb5_decode_principal() [all …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-trace.c | 598 int toklen = size; in strarray__strtoul_flags() local 608 toklen = end - tok + 1; in strarray__strtoul_flags() 615 if (!strarray__strtoul(sa, tok, toklen, &val)) in strarray__strtoul_flags()
|