Searched refs:checksum (Results 101 - 125 of 272) sorted by relevance

1234567891011

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dquestions.c230 const svn_checksum_t *checksum;
239 NULL, NULL, NULL, &checksum, NULL, NULL, NULL,
249 if (!checksum
316 db, local_abspath, checksum,
319 /* Check all bytes, and verify checksum if requested. */
228 const svn_checksum_t *checksum; local
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dmit_glue.c80 && krb5_data_ct_cmp(&data_cksum.checksum, &cksum->checksum) == 0)
101 ret = der_copy_octet_string(&cksum->checksum, *data);
116 return der_copy_octet_string(data, &cksum->checksum);
H A Dcrypto-des.c108 unsigned char *r = C->checksum.data;
126 if (EVP_Digest(data, len, C->checksum.data, NULL, EVP_md4(), NULL) != 1)
127 krb5_abortx(context, "md4 checksum failed");
/freebsd-10.0-release/sys/boot/common/
H A Disapnp.h284 u_char checksum; member in struct:_pnp_id
/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Delf.h81 #define elf_checksum __elfN(checksum)
/freebsd-10.0-release/sys/dev/isci/
H A Disci_oem_parameters.c81 uint8_t checksum; member in struct:oem_parameters_table
/freebsd-10.0-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c520 gss_buffer_desc rpcbuf, checksum; local
576 &rpcbuf, &checksum);
589 verf.oa_base = checksum.value;
590 verf.oa_length = checksum.length;
593 gss_release_buffer(&min_stat, &checksum);
624 gss_buffer_desc signbuf, checksum; local
687 checksum.value = verf->oa_base;
688 checksum.length = verf->oa_length;
691 &signbuf, &checksum, &qop_state);
/freebsd-10.0-release/usr.bin/svn/lib/libsvn_subr/
H A DMakefile12 checksum.c cmdline.c compat.c config.c config_auth.c \
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.c453 * checksum.
455 * This is not used in the checksum calcuation itself,
456 * because the checksum length could potentially vary
469 * both the EC and RRC fields in the appended checksum
471 * the checksum.
572 {data | "header" | gss-trailer (krb5 checksum)
809 * Decrypt and/or verify checksum
1187 /* Always rotate encrypted token (if any) and checksum to header */
1219 * checksum.
1221 * This is not used in the checksum calcuatio
[all...]
H A Dget_mic.c84 /* checksum */
217 memcpy (p + 8, cksum.checksum.data, cksum.checksum.length);
/freebsd-10.0-release/contrib/gcc/
H A Dgcov-io.h106 unit: header int32:checksum string:source
108 announce_function: header int32:ident int32:checksum
135 unit: header int32:checksum
137 announce_function: header int32:ident int32:checksum
139 summary: int32:checksum {count-summary}GCOV_COUNTERS
147 program. The checksum is used for whole program summaries, and
150 each with a unique checksum. The object summary's checksum is zero.
395 gcov_unsigned_t checksum; /* checksum o member in struct:gcov_summary
410 gcov_unsigned_t checksum; /* function checksum */ member in struct:gcov_fn_info
[all...]
/freebsd-10.0-release/contrib/groff/font/devdvi/
H A DTB8 checksum 452076118
H A DTR9 checksum 1274110073
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_sqlite.h233 /* Bind a checksum's value to the given slot. If CHECKSUM is NULL, then no
238 const svn_checksum_t *checksum,
330 /* Return the column as a checksum. If the column is null, then NULL will
333 svn_sqlite__column_checksum(const svn_checksum_t **checksum,
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_delta/
H A Dtext_delta.c62 the checksum. */ member in struct:txdelta_baton
63 svn_checksum_t *checksum; /* If non-NULL, the checksum of TARGET. */
65 apr_pool_t *result_pool; /* For results (e.g. checksum) */
389 SVN_ERR(svn_checksum_final(&b->checksum, b->context, b->result_pool));
419 /* The checksum should be there. */ argument
420 return b->checksum->digest;
430 svn_checksum_t **checksum,
448 if (checksum != NULL)
469 if (checksum !
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Ddag.h463 If CHECKSUM is non-null, it must match the checksum for FILE's
464 contents (note: this is not recalculated, the recorded checksum is
469 const svn_checksum_t *checksum,
481 /* Put the checksum of type CHECKSUM_KIND recorded for FILE into
484 * If no stored checksum of the requested kind is available, do not
485 * calculate the checksum, just put NULL into CHECKSUM.
487 svn_error_t *svn_fs_base__dag_file_checksum(svn_checksum_t **checksum,
559 /* Index NODE's backing data representations by their checksum. Do
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Ddag.h453 If CHECKSUM is non-null, it must match the checksum for FILE's
454 contents (note: this is not recalculated, the recorded checksum is
463 const svn_checksum_t *checksum,
475 /* Put the recorded checksum of type KIND for FILE into CHECKSUM, allocating
478 If no stored checksum is available, do not calculate the checksum,
484 svn_fs_fs__dag_file_checksum(svn_checksum_t **checksum,
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c632 svn_checksum_t *checksum;
635 SVN_ERR(svn_fs_file_checksum(&checksum, svn_checksum_md5,
641 if (!svn_checksum_match(text_checksum, checksum))
642 return svn_checksum_mismatch_err(text_checksum, checksum, pool,
1059 const svn_checksum_t *checksum,
1067 SVN_ERR(svn_editor_add_file(eb->inner, relpath, checksum, contents, props,
1128 const svn_checksum_t *checksum,
1135 checksum, contents));
629 svn_checksum_t *checksum; local
1053 add_file_cb(void *baton, const char *relpath, const svn_checksum_t *checksum, svn_stream_t *contents, apr_hash_t *props, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) argument
1120 alter_file_cb(void *baton, const char *relpath, svn_revnum_t revision, apr_hash_t *props, const svn_checksum_t *checksum, svn_stream_t *contents, apr_pool_t *scratch_pool) argument
/freebsd-10.0-release/crypto/openssl/crypto/krb5/
H A Dkrb5_asn.c122 ASN1_EXP(KRB5_CHECKSUM, checksum, ASN1_OCTET_STRING,1)
/freebsd-10.0-release/sys/dev/e1000/
H A De1000_nvm.c593 * EEPROM will most likely contain an invalid checksum.
673 * EEPROM will most likely contain an invalid checksum.
1138 * e1000_validate_nvm_checksum_generic - Validate EEPROM checksum
1141 * Calculates the EEPROM checksum by reading/adding each word of the EEPROM
1147 u16 checksum = 0; local
1158 checksum += nvm_data;
1161 if (checksum != (u16) NVM_SUM) {
1170 * e1000_update_nvm_checksum_generic - Update EEPROM checksum
1173 * Updates the EEPROM checksum by reading/adding each word of the EEPROM
1174 * up to the checksum
1180 u16 checksum = 0; local
[all...]
H A De1000_i210.c275 * contain an invalid checksum.
319 * Shadow Ram will most likely contain an invalid checksum.
492 * e1000_validate_nvm_checksum_i210 - Validate EEPROM checksum
495 * Calculates the EEPROM checksum by reading/adding each word of the EEPROM
530 * e1000_update_nvm_checksum_i210 - Update EEPROM checksum
533 * Updates the EEPROM checksum by reading/adding each word of the EEPROM
534 * up to the checksum. Then calculates the EEPROM checksum and writes the
540 u16 checksum = 0; local
567 DEBUGOUT("NVM Read Error while updating checksum
[all...]
/freebsd-10.0-release/tools/tools/pirtool/
H A Dpirtool.c163 * Checksum: The entire structure's checksum must be 0.
175 "WARNING: PIR table checksum is invalid.\n");
244 offsetof(pir_table_t, checksum),
245 pir->checksum);
/freebsd-10.0-release/usr.sbin/bhyve/
H A Dmptbl.c121 mpfp->checksum = mpt_compute_checksum(mpfp, sizeof(*mpfp));
298 mpch->checksum = mpt_compute_checksum(mpch, mpch->base_table_length);
/freebsd-10.0-release/sys/dev/ie/
H A Dif_ie_isa.c430 u_int16_t checksum; local
467 /* read the eeprom and checksum it, should == IE_E16_ID */
468 checksum = 0;
470 checksum += ie_ee16_hw_read_eeprom(PORT(sc), i);
472 if (checksum != IE_EE16_ID) {
473 device_printf(dev, "invalid eeprom checksum: %x\n", checksum);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu.c1541 dmu_object_set_checksum(objset_t *os, uint64_t object, uint8_t checksum, argument
1548 ASSERT(checksum < ZIO_CHECKSUM_FUNCTIONS);
1549 dn->dn_checksum = checksum;
1579 enum zio_checksum checksum = os->os_checksum; local
1604 * checksum is multi-bit correctable, and it's not a
1605 * ZBT-style checksum, then it's suitable for metadata
1606 * as well. Otherwise, the metadata checksum defaults
1609 if (zio_checksum_table[checksum].ci_correctable < 1 ||
1610 zio_checksum_table[checksum].ci_eck)
1611 checksum
[all...]

Completed in 398 milliseconds

1234567891011