Home
last modified time | relevance | path

Searched refs:ilen (Results 1 – 16 of 16) sorted by relevance

/linux-2.4.37.9/crypto/
Dtcrypt.h54 unsigned char ilen; member
819 .ilen = 8,
826 .ilen = 8,
833 .ilen = 8,
842 .ilen = 24,
853 .ilen = 8,
861 .ilen = 16,
874 .ilen = 32,
888 .ilen = 24,
900 .ilen = 16,
[all …]
Dtcrypt.c327 sg[0].length = cipher_tv[i].ilen; in test_cipher()
335 ret = crypto_cipher_encrypt(tfm, sg, sg, cipher_tv[i].ilen); in test_cipher()
337 ret = crypto_cipher_decrypt(tfm, sg, sg, cipher_tv[i].ilen); in test_cipher()
394 ret = crypto_cipher_encrypt(tfm, sg, sg, cipher_tv[i].ilen); in test_cipher()
396 ret = crypto_cipher_decrypt(tfm, sg, sg, cipher_tv[i].ilen); in test_cipher()
449 int ilen, ret, dlen = COMP_BUF_SIZE; in test_deflate() local
454 ilen = tv[i].inlen; in test_deflate()
456 ilen, result, &dlen); in test_deflate()
464 ilen, dlen); in test_deflate()
480 int ilen, ret, dlen = COMP_BUF_SIZE; in test_deflate() local
[all …]
/linux-2.4.37.9/arch/ppc64/kernel/
Dxics.c296 uint *ireg, ilen, indx=0; in xics_init_IRQ() local
320 ireg = (uint *)get_property(np, "reg", &ilen); in xics_init_IRQ()
327 while (ilen) { in xics_init_IRQ()
329 ilen -= sizeof(uint); in xics_init_IRQ()
331 ilen -= sizeof(uint); in xics_init_IRQ()
333 ilen -= sizeof(uint); in xics_init_IRQ()
335 ilen -= sizeof(uint); in xics_init_IRQ()
345 ireg = (uint *)get_property(np, "reg", &ilen); in xics_init_IRQ()
347 ireg = (uint *)get_property(np, "ibm,ppc-interrupt-gserver#s", &ilen); in xics_init_IRQ()
348 i = ilen / sizeof(int); in xics_init_IRQ()
/linux-2.4.37.9/drivers/isdn/
Disdn_bsdcomp.c478 int hval,disp,ilen,mxcode; in bsd_compress() local
522 ilen = ++isize; /* This is off by one, but that is what is in draft! */ in bsd_compress()
524 while (--ilen > 0) { in bsd_compress()
669 int ilen; in bsd_decompress() local
695 ilen = skb_in->len; in bsd_decompress()
711 db->bytes_out += ilen; in bsd_decompress()
726 if (ilen-- <= 0) { in bsd_decompress()
751 if (ilen > 0) { in bsd_decompress()
786 ilen, finchar, codelen, skb_out->len); in bsd_decompress()
/linux-2.4.37.9/fs/ncpfs/
Dncplib_kernel.c904 const unsigned char *iname, unsigned int ilen, int cc) in ncp__io2vol() argument
912 iname_end = iname + ilen; in ncp__io2vol()
979 ncp__vol2io(struct ncp_server *server, unsigned char *iname, unsigned int *ilen, in ncp__vol2io() argument
1005 iname_end = iname + *ilen - 1; in ncp__vol2io()
1056 *ilen = iname - iname_start; in ncp__vol2io()
1068 const unsigned char *iname, unsigned int ilen, int cc) in ncp__io2vol() argument
1072 if (*vlen <= ilen) in ncp__io2vol()
1076 for (i = 0; i < ilen; i++) { in ncp__io2vol()
1082 memmove(vname, iname, ilen); in ncp__io2vol()
1083 vname += ilen; in ncp__io2vol()
[all …]
/linux-2.4.37.9/drivers/net/
Dbsd_comp.c586 int ilen; in bsd_compress() local
660 ilen = ++isize; /* Low byte of protocol is counted as input */ in bsd_compress()
662 while (--ilen > 0) in bsd_compress()
854 int ilen; in bsd_decompress() local
876 ilen = isize - (PPP_HDRLEN + 2); in bsd_decompress()
894 db->bytes_out += ilen; in bsd_decompress()
916 if (ilen-- <= 0) in bsd_decompress()
945 if (ilen > 0) in bsd_decompress()
992 ilen, finchar, codelen, explen); in bsd_decompress()
/linux-2.4.37.9/drivers/isdn/hisax/
Dl3dss1.c235 unsigned char nlen = 0, ilen, cp_tag; in l3dss1_parse_facility() local
324 ilen = *p++; in l3dss1_parse_facility()
326 if (ilen > nlen || ilen == 0) in l3dss1_parse_facility()
330 nlen -= ilen; in l3dss1_parse_facility()
332 while (ilen > 0) in l3dss1_parse_facility()
334 ilen--; in l3dss1_parse_facility()
349 ilen = *p++; in l3dss1_parse_facility()
351 if (ilen > nlen || ilen == 0) { in l3dss1_parse_facility()
355 nlen -= ilen; in l3dss1_parse_facility()
357 while (ilen > 0) { in l3dss1_parse_facility()
[all …]
Dl3ni1.c233 unsigned char nlen = 0, ilen, cp_tag; in l3ni1_parse_facility() local
322 ilen = *p++; in l3ni1_parse_facility()
324 if (ilen > nlen || ilen == 0) in l3ni1_parse_facility()
328 nlen -= ilen; in l3ni1_parse_facility()
330 while (ilen > 0) in l3ni1_parse_facility()
332 ilen--; in l3ni1_parse_facility()
347 ilen = *p++; in l3ni1_parse_facility()
349 if (ilen > nlen || ilen == 0) { in l3ni1_parse_facility()
353 nlen -= ilen; in l3ni1_parse_facility()
355 while (ilen > 0) { in l3ni1_parse_facility()
[all …]
/linux-2.4.37.9/fs/xfs/
Dxfs_ialloc.c939 int ilen; /* inodes in an inode cluster */ in xfs_difree() local
1057 ilen = XFS_IALLOC_INODES(mp); in xfs_difree()
1058 INT_MOD(agi->agi_count, ARCH_CONVERT, -ilen); in xfs_difree()
1059 INT_MOD(agi->agi_freecount, ARCH_CONVERT, -(ilen - 1)); in xfs_difree()
1062 mp->m_perag[agno].pagi_freecount -= ilen - 1; in xfs_difree()
1064 xfs_trans_mod_sb(tp, XFS_TRANS_SB_ICOUNT, -ilen); in xfs_difree()
1065 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, -(ilen - 1)); in xfs_difree()
Dxfs_vnodeops.c4312 xfs_off_t ilen; in xfs_free_file_space() local
4355 ilen = len + (offset & (rounding - 1)); in xfs_free_file_space()
4357 if (ilen & (rounding - 1)) in xfs_free_file_space()
4358 ilen = (ilen + rounding) & ~(rounding - 1); in xfs_free_file_space()
/linux-2.4.37.9/arch/mips/arc/
Dtree.c100 p->key, p->amask, (int)p->cdsize, (int)p->ilen, p->iname); in dump_component()
/linux-2.4.37.9/include/linux/
Dsmb_fs.h184 const unsigned char *input, int ilen,
/linux-2.4.37.9/fs/smbfs/
Dproc.c115 const unsigned char *input, int ilen, in convert_memcpy() argument
119 if (olen < ilen) in convert_memcpy()
121 memcpy(output, input, ilen); in convert_memcpy()
122 return ilen; in convert_memcpy()
143 const unsigned char *input, int ilen, in convert_cp() argument
151 while (ilen > 0) { in convert_cp()
153 n = nls_from->char2uni((unsigned char *)input, ilen, &ch); in convert_cp()
155 ilen--; in convert_cp()
166 ilen -= n; in convert_cp()
/linux-2.4.37.9/fs/nfsd/
Dexport.c735 int i, err, change = 0, ilen; in exp_addclient() local
739 if (!(ilen = exp_verify_string(ncp->cl_ident, NFSCLNT_IDMAX))) in exp_addclient()
769 clp->cl_idlen = ilen; in exp_addclient()
/linux-2.4.37.9/include/asm-mips/
Dsgiarcs.h89 ULONG ilen; /* length of string identifier */ member
/linux-2.4.37.9/include/asm-mips64/
Dsgiarcs.h89 ULONG ilen; /* length of string identifier */ member