Searched refs:forw (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dsmbdes.c182 static void dohash(char *out, char *in, char *key, int forw) argument
226 x_or(erk, er, ki[forw ? i : 15 - i], 48);
280 void des_crypt56(unsigned char *out, const unsigned char *in, const unsigned char *key, int forw) argument
296 dohash(outb, inb, keyb, forw);
356 /* Note that if the forw is 1, and key is actually 8 bytes of key, followed by 6 bytes of zeros,
359 void des_crypt112(unsigned char out[8], const unsigned char in[8], const unsigned char key[14], int forw) argument
362 des_crypt56(buf, in, key, forw);
363 des_crypt56(out, buf, key+7, forw);
366 void cred_hash3(unsigned char *out, const unsigned char *in, const unsigned char *key, int forw) argument
371 des_crypt56(out, in, key, forw);
380 des_crypt112_16(unsigned char out[16], unsigned char in[16], const unsigned char key[14], int forw) argument
410 sam_pwd_hash(unsigned int rid, const uchar *in, uchar *out, int forw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dsmbdes.c192 dohash(char *out, char *in, char *key, int forw) argument
262 xor(erk, er, ki[forw ? i : 15 - i], 48);
322 int forw)
345 dohash(outb, inb, keyb, forw);
321 smbhash(unsigned char *out, const unsigned char *in, unsigned char *key, int forw) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_da_btree.c120 node->hdr.info.forw = 0;
254 if (node->hdr.info.forw) {
255 if (be32_to_cpu(node->hdr.info.forw) == addblk->blkno) {
276 node->hdr.info.forw = cpu_to_be32(oldblk->blkno);
718 ASSERT(!oldroot->hdr.info.forw);
745 ASSERT(!blkinfo->forw);
798 forward = (info->forw != 0);
820 forward = (be32_to_cpu(info->forw) < be32_to_cpu(info->back));
823 blkno = be32_to_cpu(info->forw);
1226 new_info->forw
[all...]
H A Dxfs_da_btree.h44 __be32 forw; /* previous block in list */ member in struct:xfs_da_blkinfo
H A Dxfs_dir2_node.c1235 forward = (info->forw != 0);
1251 forward = be32_to_cpu(info->forw) < be32_to_cpu(info->back);
1253 blkno = forward ? be32_to_cpu(info->forw) : be32_to_cpu(info->back);
H A Dxfs_attr.c1930 if (context->seen_enough || leaf->hdr.info.forw == 0)
1932 cursor->blkno = be32_to_cpu(leaf->hdr.info.forw);
H A Dxfs_attr_leaf.c1558 forward = (info->forw != 0);
1580 forward = (be32_to_cpu(info->forw) < be32_to_cpu(info->back));
1583 blkno = be32_to_cpu(info->forw);
H A Dxfs_dir2_leaf.c1147 leaf->hdr.info.forw = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dballoc.c866 int i, start, end, forw, back; local
887 forw = i - start;
905 i = back + forw + 1;
911 if (forw > 0)
912 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (forw << 2)), cnt);

Completed in 115 milliseconds