Searched refs:toklen (Results 1 – 3 of 3) sorted by relevance
54 const __be32 *xdr, unsigned int toklen) in rxrpc_preparse_xdr_rxkad() argument63 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()197 toklen = ntohl(*p++); 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()220 xdr += (toklen + 3) / 4; in rxrpc_preparse_xdr()223 toklen -= 4; in rxrpc_preparse_xdr()[all …]
331 u16 toklen; in cca_genseckey() member410 seckeysize = prepparm->lv3.keyblock.toklen in cca_genseckey()411 - sizeof(prepparm->lv3.keyblock.toklen) in cca_genseckey()472 u16 toklen; in cca_clr2seckey() member548 seckeysize = prepparm->lv3.keyblock.toklen in cca_clr2seckey()549 - sizeof(prepparm->lv3.keyblock.toklen) in cca_clr2seckey()
598 int toklen = size; in strarray__strtoul_flags() local608 toklen = end - tok + 1; in strarray__strtoul_flags()615 if (!strarray__strtoul(sa, tok, toklen, &val)) in strarray__strtoul_flags()
Completed in 19 milliseconds