Searched refs:chksum (Results 1 - 25 of 72) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dclitar.h35 char chksum[8]; member in struct:hblock::header
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hmac/
H A Dhmac.c109 store = ((HDR*)hdr)->chksum;
159 __db_check_chksum(env, hdr, db_cipher, chksum, data, data_len, is_hmac)
163 u_int8_t *chksum;
205 memcpy(old, chksum, sum_len);
206 memset(chksum, 0, sum_len);
207 chksum = old;
215 ret = memcmp((u_int32_t *)chksum, &hash4, sum_len) ? -1 : 0;
220 ret = memcmp(chksum, new, sum_len) ? -1 : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drdt.h54 * @param chksum pointer to buffer containing a checksum of the response,
59 void ff_rdt_calc_response_and_checksum(char response[41], char chksum[9],
/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A Dbcmicmp.h75 uint16 chksum; /* Icmp packet checksum */ member in struct:bcmicmp_hdr
H A Dbcmtcp.h62 uint16 chksum; /* Segment checksum with pseudoheader */ member in struct:bcmtcp_hdr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drdt.h54 * @param chksum pointer to buffer containing a checksum of the response,
59 void ff_rdt_calc_response_and_checksum(char response[41], char chksum[9],
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dhwrpb.h151 unsigned long chksum; member in struct:memdesc_struct
199 unsigned long chksum; member in struct:hwrpb_struct
213 for (l = (unsigned long *) h; l < (unsigned long *) &h->chksum; ++l)
215 h->chksum = sum;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_boot.h57 u16 chksum; member in struct:bfa_boot_cfg_s
H A Dbfa_defs_mfg.h135 u8 chksum; /* u8 checksum */ member in struct:bfa_mfg_vpd_s
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dnvidia_raid.c32 uint32_t chksum; member in struct:nvidia_meta
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_conv.c74 u_int8_t *chksum; local
81 chksum = NULL;
106 * For all meta pages it is required that the chksum
110 chksum = ((BTMETA *)pp)->chksum;
125 chksum = P_CHKSUM(dbp, pagep);
142 P_32_SWAP(chksum);
144 env, NULL, db_cipher, chksum, pp, sum_len, is_hmac)) {
335 u_int8_t *chksum, *iv, *key; local
337 chksum
[all...]
H A Ddb_open.c392 u_int8_t *chksum; local
402 chksum = ((BTMETA *)meta)->chksum;
409 orig_chk = *(u_int32_t *)chksum;
419 chksum, meta, DBMETASIZE, is_hmac)) != 0) {
425 *(u_int32_t *)chksum = orig_chk;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dget_header_tar.c48 char chksum[8]; /* 148-155 */ member in struct:__anon19721
111 sum_s = ' ' * sizeof(tar.chksum);
113 sum_u = ' ' * sizeof(tar.chksum);
127 sum = strtoul(tar.chksum, &cp, 8);
135 sum = xstrtoul(tar.chksum, 8);
179 /* (typeflag was not trashed because chksum does not use getOctal) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_page.h114 u_int8_t chksum[DB_MAC_KEY]; /* 496-511: Page chksum */ member in struct:_btmeta33
143 u_int8_t chksum[DB_MAC_KEY]; /* 496-511: Page chksum */ member in struct:_hashmeta33
171 u_int8_t chksum[DB_MAC_KEY]; /* 496-511: Page chksum */ member in struct:_qmeta33
193 * | level | type | chksum |
214 u_int8_t chksum[4]; /* 28-31: Checksum */ member in struct:__pg_chksum
219 u_int8_t chksum[DB_MAC_KEY]; /* 28-47: Checksum */ member in struct:__pg_crypto
271 SIZEOF_PAGE + SSZA(PG_CRYPTO, chksum))
305 u_int8_t chksum[DB_MAC_KEY]; /* 28-47: Checksum */ member in struct:_qpage
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_metalink.c616 metalink_checksum *chksum; local
624 chksum = malloc(sizeof(metalink_checksum));
625 chksum->digest_def = digest_def;
626 chksum->digest = digest;
627 return chksum;
845 static void delete_metalink_checksum(metalink_checksum *chksum) argument
847 if(chksum == NULL) {
850 Curl_safefree(chksum->digest);
851 Curl_safefree(chksum);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dtar.c50 char chksum[8]; /* 148-155 */ member in struct:TarHeader
181 int chksum, size; local
190 memset(hp->chksum, ' ', sizeof(hp->chksum));
192 chksum = 0;
194 do { chksum += *cp++; } while (--size);
195 putOctal(hp->chksum, sizeof(hp->chksum)-1, chksum);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Dsuper.c282 u32 chksum; local
398 chksum = be32_to_cpu(*(__be32 *)sig);
404 if ((chksum == FS_DCFFS || chksum == MUFS_DCFFS || chksum == FS_DCOFS
405 || chksum == MUFS_DCOFS) && !(sb->s_flags & MS_RDONLY)) {
410 switch (chksum) {
442 sb->s_id, chksum);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dp54usb.h77 __le32 chksum; member in struct:lm87_tx_hdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dh3600_ts_input.c100 unsigned char chksum; member in struct:h3600_dev
308 ts->chksum = data;
312 ts->chksum += data;
319 if (data == CHAR_EOF || data == ts->chksum)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Dpcdp.h102 u8 chksum; member in struct:pcdp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsec002.tcl55 set db [eval {berkdb_open} -chksum $db_cmd $testfile3]
66 # If we reopen the normal file with the -chksum flag, there
68 # If we reopen a checksummed file without the -chksum flag,
71 puts "\tSec002.b: Inheritance of chksum properties"
72 puts "\t\tSec002.b1: Reopen ordinary file with -chksum flag"
73 set db [eval {berkdb_open} -chksum $testfile4]
79 puts "\t\tSec002.b2: Reopen checksummed file without -chksum flag"
119 set stat [catch {berkdb_open_noerr -chksum $testfile3} ret]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Didentify.c659 __u8 chksum = 0; local
668 chksum += val[ii] + (val[ii] >> 8);
806 ((((val[INTEGRITY] & SIG) == SIG_VAL) && !chksum) ||
1380 printf("Checksum: %scorrect", chksum ? "in" : "");
1381 if (chksum)
1382 printf(" (0x%02x), expected 0x%02x\n", chksum, 0x100 - chksum);
1386 val[INTEGRITY], 0x100 - chksum, SIG_VAL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/wiper/contrib/
H A Draid1ext4trim.sh-1.5283 chksum=`dd iflag=direct status=noxfer bs=$SECTOR_BYTES count=$LAST_EXTENT_SECTOR_COUNT skip=$LAST_EXTENT_LBA if=/dev/$slave 2>/dev/null | sha1sum`
285 if [ "$chksum" != "$refchksum" ]; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/
H A DMakefile.am41 ./tests/chksum
49 ./tests/chksum
168 noinst_PROGRAMS += tests/chksum
173 tests_chksum_SOURCES = tests/chksum.c
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_sup.c547 uint16_t cnt, chksum, *wptr; local
607 for (chksum = 0; cnt; cnt--)
608 chksum += le16_to_cpu(*wptr++);
609 if (chksum) {
611 "Inconsistent FLTL detected: checksum=0x%x.\n", chksum);
660 uint16_t cnt, chksum; local
689 for (chksum = 0; cnt; cnt--)
690 chksum += le16_to_cpu(*wptr++);
691 if (chksum) {
695 chksum));
811 uint16_t cnt, chksum; local
949 uint16_t cnt, chksum; local
[all...]

Completed in 134 milliseconds

123