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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/libcli/auth/
H A Dsmbdes.c180 static void dohash(char *out, char *in, char *key, int forw) argument
224 xor(erk, er, ki[forw ? i : 15 - i], 48);
279 void des_crypt56(uint8_t out[8], const uint8_t in[8], const uint8_t key[7], int forw) argument
295 dohash(outb, inb, keyb, forw);
342 void des_crypt64(uint8_t out[8], const uint8_t in[8], const uint8_t key[8], int forw) argument
347 des_crypt56(buf, in, key, forw);
349 des_crypt56(out, buf, key2, forw);
353 void des_crypt112(uint8_t out[8], const uint8_t in[8], const uint8_t key[14], int forw) argument
356 des_crypt56(buf, in, key, forw);
357 des_crypt56(out, buf, key+7, forw);
361 des_crypt112_16(uint8_t out[16], uint8_t in[16], const uint8_t key[14], int forw) argument
370 sam_rid_crypt(uint_t rid, const uint8_t *in, uint8_t *out, int forw) argument
[all...]
H A Dproto.h189 void des_crypt56(uint8_t out[8], const uint8_t in[8], const uint8_t key[7], int forw);
195 void des_crypt64(uint8_t out[8], const uint8_t in[8], const uint8_t key[8], int forw);
196 void des_crypt112(uint8_t out[8], const uint8_t in[8], const uint8_t key[14], int forw);
197 void des_crypt112_16(uint8_t out[16], uint8_t in[16], const uint8_t key[14], int forw);
198 void sam_rid_crypt(uint_t rid, const uint8_t *in, uint8_t *out, int forw);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/libcli/auth/
H A Dsmbdes.c180 static void dohash(char *out, char *in, char *key, int forw) argument
224 xor(erk, er, ki[forw ? i : 15 - i], 48);
279 void des_crypt56(uint8_t out[8], const uint8_t in[8], const uint8_t key[7], int forw) argument
295 dohash(outb, inb, keyb, forw);
342 void des_crypt64(uint8_t out[8], const uint8_t in[8], const uint8_t key[8], int forw) argument
347 des_crypt56(buf, in, key, forw);
349 des_crypt56(out, buf, key2, forw);
353 void des_crypt112(uint8_t out[8], const uint8_t in[8], const uint8_t key[14], int forw) argument
356 des_crypt56(buf, in, key, forw);
357 des_crypt56(out, buf, key+7, forw);
361 des_crypt112_16(uint8_t out[16], uint8_t in[16], const uint8_t key[14], int forw) argument
370 sam_rid_crypt(uint_t rid, const uint8_t *in, uint8_t *out, int forw) argument
[all...]
H A Dproto.h189 void des_crypt56(uint8_t out[8], const uint8_t in[8], const uint8_t key[7], int forw);
195 void des_crypt64(uint8_t out[8], const uint8_t in[8], const uint8_t key[8], int forw);
196 void des_crypt112(uint8_t out[8], const uint8_t in[8], const uint8_t key[14], int forw);
197 void des_crypt112_16(uint8_t out[16], uint8_t in[16], const uint8_t key[14], int forw);
198 void sam_rid_crypt(uint_t rid, const uint8_t *in, uint8_t *out, int forw);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/libcli/auth/
H A Dsmbdes.c180 static void dohash(char *out, char *in, char *key, int forw) argument
224 xor(erk, er, ki[forw ? i : 15 - i], 48);
279 void des_crypt56(uint8_t out[8], const uint8_t in[8], const uint8_t key[7], int forw) argument
295 dohash(outb, inb, keyb, forw);
342 void des_crypt64(uint8_t out[8], const uint8_t in[8], const uint8_t key[8], int forw) argument
347 des_crypt56(buf, in, key, forw);
349 des_crypt56(out, buf, key2, forw);
353 void des_crypt112(uint8_t out[8], const uint8_t in[8], const uint8_t key[14], int forw) argument
356 des_crypt56(buf, in, key, forw);
357 des_crypt56(out, buf, key+7, forw);
361 des_crypt112_16(uint8_t out[16], uint8_t in[16], const uint8_t key[14], int forw) argument
370 sam_rid_crypt(uint_t rid, const uint8_t *in, uint8_t *out, int forw) argument
[all...]
H A Dproto.h189 void des_crypt56(uint8_t out[8], const uint8_t in[8], const uint8_t key[7], int forw);
195 void des_crypt64(uint8_t out[8], const uint8_t in[8], const uint8_t key[8], int forw);
196 void des_crypt112(uint8_t out[8], const uint8_t in[8], const uint8_t key[14], int forw);
197 void des_crypt112_16(uint8_t out[16], uint8_t in[16], const uint8_t key[14], int forw);
198 void sam_rid_crypt(uint_t rid, const uint8_t *in, uint8_t *out, int forw);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/libsmb/
H A Dsmbdes.c183 static void dohash(char *out, char *in, char *key, int forw) argument
227 xor(erk, er, ki[forw ? i : 15 - i], 48);
280 static void smbhash(unsigned char *out, unsigned char *in, unsigned char *key, int forw) argument
296 dohash(outb, inb, keyb, forw);
352 void cred_hash3(unsigned char *out,unsigned char *in,unsigned char *key, int forw) argument
356 smbhash(out, in, key, forw);
358 smbhash(out + 8, in + 8, key2, forw);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/libsmb/
H A Dsmbdes.c183 static void dohash(char *out, char *in, char *key, int forw) argument
227 xor(erk, er, ki[forw ? i : 15 - i], 48);
280 static void smbhash(unsigned char *out, unsigned char *in, unsigned char *key, int forw) argument
296 dohash(outb, inb, keyb, forw);
352 void cred_hash3(unsigned char *out,unsigned char *in,unsigned char *key, int forw) argument
356 smbhash(out, in, key, forw);
358 smbhash(out + 8, in + 8, key2, forw);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/libsmb/
H A Dsmbdes.c183 static void dohash(char *out, char *in, char *key, int forw) argument
227 xor(erk, er, ki[forw ? i : 15 - i], 48);
280 static void smbhash(unsigned char *out, unsigned char *in, unsigned char *key, int forw) argument
296 dohash(outb, inb, keyb, forw);
352 void cred_hash3(unsigned char *out,unsigned char *in,unsigned char *key, int forw) argument
356 smbhash(out, in, key, forw);
358 smbhash(out + 8, in + 8, key2, forw);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 315 milliseconds

12