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()167 const __be32 *xdr, unsigned int toklen) in rxrpc_preparse_xdr_yfs_rxgk() argument178 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()[all …]
354 u16 toklen; in cca_genseckey() member434 seckeysize = prepparm->lv3.keyblock.toklen in cca_genseckey()435 - sizeof(prepparm->lv3.keyblock.toklen) in cca_genseckey()496 u16 toklen; in cca_clr2seckey() member573 seckeysize = prepparm->lv3.keyblock.toklen in cca_clr2seckey()574 - sizeof(prepparm->lv3.keyblock.toklen) in cca_clr2seckey()
654 int toklen = size; in strarray__strtoul_flags() local664 toklen = end - tok + 1; in strarray__strtoul_flags()671 if (!strarray__strtoul(sa, tok, toklen, &val)) in strarray__strtoul_flags()