Home
last modified time | relevance | path

Searched refs:digest_stream (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/filed/
H A Dverify.cc56 int* digest_stream,
251 int digest_stream = STREAM_NONE; in VerifyFile() local
263 stream_to_ascii(digest_stream)); in VerifyFile()
400 int* digest_stream, in calculate_file_chksum() argument
410 *digest_stream = STREAM_MD5_DIGEST; in calculate_file_chksum()
413 *digest_stream = STREAM_SHA1_DIGEST; in calculate_file_chksum()
416 *digest_stream = STREAM_SHA256_DIGEST; in calculate_file_chksum()
419 *digest_stream = STREAM_SHA512_DIGEST; in calculate_file_chksum()
458 int digest_stream = STREAM_NONE; in CalculateAndCompareFileChksum() local
465 if (digest_stream != STREAM_NONE && digest == NULL) { in CalculateAndCompareFileChksum()
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/filed/
H A Dverify.cc56 int* digest_stream,
251 int digest_stream = STREAM_NONE; in VerifyFile() local
263 stream_to_ascii(digest_stream)); in VerifyFile()
400 int* digest_stream, in calculate_file_chksum() argument
410 *digest_stream = STREAM_MD5_DIGEST; in calculate_file_chksum()
413 *digest_stream = STREAM_SHA1_DIGEST; in calculate_file_chksum()
416 *digest_stream = STREAM_SHA256_DIGEST; in calculate_file_chksum()
419 *digest_stream = STREAM_SHA512_DIGEST; in calculate_file_chksum()
458 int digest_stream = STREAM_NONE; in CalculateAndCompareFileChksum() local
465 if (digest_stream != STREAM_NONE && digest == NULL) { in CalculateAndCompareFileChksum()
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/filed/
H A Dverify.cc48 DIGEST **digest, int *digest_stream,
230 int digest_stream = STREAM_NONE; in VerifyFile() local
235 if (calculate_file_chksum(jcr, ff_pkt, &digest, &digest_stream, &digest_buf, &digest_name)) { in VerifyFile()
239 if (digest_stream != STREAM_NONE && digest == NULL) { in VerifyFile()
385 *digest_stream = STREAM_MD5_DIGEST; in calculate_file_chksum()
388 *digest_stream = STREAM_SHA1_DIGEST; in calculate_file_chksum()
391 *digest_stream = STREAM_SHA256_DIGEST; in calculate_file_chksum()
394 *digest_stream = STREAM_SHA512_DIGEST; in calculate_file_chksum()
431 int digest_stream = STREAM_NONE; in CalculateAndCompareFileChksum() local
436 if (calculate_file_chksum(jcr, ff_pkt, &digest, &digest_stream, &digest_buf, &digest_name)) { in CalculateAndCompareFileChksum()
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/filed/
H A Dverify.cc56 int* digest_stream,
251 int digest_stream = STREAM_NONE; in VerifyFile() local
263 stream_to_ascii(digest_stream)); in VerifyFile()
399 int* digest_stream, in calculate_file_chksum() argument
409 *digest_stream = STREAM_MD5_DIGEST; in calculate_file_chksum()
412 *digest_stream = STREAM_SHA1_DIGEST; in calculate_file_chksum()
415 *digest_stream = STREAM_SHA256_DIGEST; in calculate_file_chksum()
418 *digest_stream = STREAM_SHA512_DIGEST; in calculate_file_chksum()
457 int digest_stream = STREAM_NONE; in CalculateAndCompareFileChksum() local
464 if (digest_stream != STREAM_NONE && digest == NULL) { in CalculateAndCompareFileChksum()
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/filed/
H A Dverify.cc56 int* digest_stream,
251 int digest_stream = STREAM_NONE; in VerifyFile() local
263 stream_to_ascii(digest_stream)); in VerifyFile()
399 int* digest_stream, in calculate_file_chksum() argument
409 *digest_stream = STREAM_MD5_DIGEST; in calculate_file_chksum()
412 *digest_stream = STREAM_SHA1_DIGEST; in calculate_file_chksum()
415 *digest_stream = STREAM_SHA256_DIGEST; in calculate_file_chksum()
418 *digest_stream = STREAM_SHA512_DIGEST; in calculate_file_chksum()
457 int digest_stream = STREAM_NONE; in CalculateAndCompareFileChksum() local
464 if (digest_stream != STREAM_NONE && digest == NULL) { in CalculateAndCompareFileChksum()
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/filed/
H A Dverify.cc56 int* digest_stream,
251 int digest_stream = STREAM_NONE; in VerifyFile() local
263 stream_to_ascii(digest_stream)); in VerifyFile()
400 int* digest_stream, in calculate_file_chksum() argument
410 *digest_stream = STREAM_MD5_DIGEST; in calculate_file_chksum()
413 *digest_stream = STREAM_SHA1_DIGEST; in calculate_file_chksum()
416 *digest_stream = STREAM_SHA256_DIGEST; in calculate_file_chksum()
419 *digest_stream = STREAM_SHA512_DIGEST; in calculate_file_chksum()
458 int digest_stream = STREAM_NONE; in CalculateAndCompareFileChksum() local
465 if (digest_stream != STREAM_NONE && digest == NULL) { in CalculateAndCompareFileChksum()
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/filed/
H A Dverify.cc48 DIGEST **digest, int *digest_stream,
230 int digest_stream = STREAM_NONE; in VerifyFile() local
235 if (calculate_file_chksum(jcr, ff_pkt, &digest, &digest_stream, &digest_buf, &digest_name)) { in VerifyFile()
239 if (digest_stream != STREAM_NONE && digest == NULL) { in VerifyFile()
385 *digest_stream = STREAM_MD5_DIGEST; in calculate_file_chksum()
388 *digest_stream = STREAM_SHA1_DIGEST; in calculate_file_chksum()
391 *digest_stream = STREAM_SHA256_DIGEST; in calculate_file_chksum()
394 *digest_stream = STREAM_SHA512_DIGEST; in calculate_file_chksum()
431 int digest_stream = STREAM_NONE; in CalculateAndCompareFileChksum() local
436 if (calculate_file_chksum(jcr, ff_pkt, &digest, &digest_stream, &digest_buf, &digest_name)) { in CalculateAndCompareFileChksum()
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/filed/
H A Dverify.cc48 DIGEST **digest, int *digest_stream,
230 int digest_stream = STREAM_NONE; in VerifyFile() local
235 if (calculate_file_chksum(jcr, ff_pkt, &digest, &digest_stream, &digest_buf, &digest_name)) { in VerifyFile()
239 if (digest_stream != STREAM_NONE && digest == NULL) { in VerifyFile()
385 *digest_stream = STREAM_MD5_DIGEST; in calculate_file_chksum()
388 *digest_stream = STREAM_SHA1_DIGEST; in calculate_file_chksum()
391 *digest_stream = STREAM_SHA256_DIGEST; in calculate_file_chksum()
394 *digest_stream = STREAM_SHA512_DIGEST; in calculate_file_chksum()
431 int digest_stream = STREAM_NONE; in CalculateAndCompareFileChksum() local
436 if (calculate_file_chksum(jcr, ff_pkt, &digest, &digest_stream, &digest_buf, &digest_name)) { in CalculateAndCompareFileChksum()
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/filed/
H A Dverify.cc56 int* digest_stream,
251 int digest_stream = STREAM_NONE; in VerifyFile() local
263 stream_to_ascii(digest_stream)); in VerifyFile()
399 int* digest_stream, in calculate_file_chksum() argument
409 *digest_stream = STREAM_MD5_DIGEST; in calculate_file_chksum()
412 *digest_stream = STREAM_SHA1_DIGEST; in calculate_file_chksum()
415 *digest_stream = STREAM_SHA256_DIGEST; in calculate_file_chksum()
418 *digest_stream = STREAM_SHA512_DIGEST; in calculate_file_chksum()
457 int digest_stream = STREAM_NONE; in CalculateAndCompareFileChksum() local
464 if (digest_stream != STREAM_NONE && digest == NULL) { in CalculateAndCompareFileChksum()
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/filed/
H A Dverify.cc56 int* digest_stream,
251 int digest_stream = STREAM_NONE; in VerifyFile() local
263 stream_to_ascii(digest_stream)); in VerifyFile()
400 int* digest_stream, in calculate_file_chksum() argument
410 *digest_stream = STREAM_MD5_DIGEST; in calculate_file_chksum()
413 *digest_stream = STREAM_SHA1_DIGEST; in calculate_file_chksum()
416 *digest_stream = STREAM_SHA256_DIGEST; in calculate_file_chksum()
419 *digest_stream = STREAM_SHA512_DIGEST; in calculate_file_chksum()
458 int digest_stream = STREAM_NONE; in CalculateAndCompareFileChksum() local
465 if (digest_stream != STREAM_NONE && digest == NULL) { in CalculateAndCompareFileChksum()
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/filed/
H A Dverify.cc48 DIGEST **digest, int *digest_stream,
230 int digest_stream = STREAM_NONE; in VerifyFile() local
235 if (calculate_file_chksum(jcr, ff_pkt, &digest, &digest_stream, &digest_buf, &digest_name)) { in VerifyFile()
239 if (digest_stream != STREAM_NONE && digest == NULL) { in VerifyFile()
385 *digest_stream = STREAM_MD5_DIGEST; in calculate_file_chksum()
388 *digest_stream = STREAM_SHA1_DIGEST; in calculate_file_chksum()
391 *digest_stream = STREAM_SHA256_DIGEST; in calculate_file_chksum()
394 *digest_stream = STREAM_SHA512_DIGEST; in calculate_file_chksum()
431 int digest_stream = STREAM_NONE; in CalculateAndCompareFileChksum() local
436 if (calculate_file_chksum(jcr, ff_pkt, &digest, &digest_stream, &digest_buf, &digest_name)) { in CalculateAndCompareFileChksum()
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/filed/
H A Dverify.cc56 int* digest_stream,
251 int digest_stream = STREAM_NONE; in VerifyFile() local
263 stream_to_ascii(digest_stream)); in VerifyFile()
399 int* digest_stream, in calculate_file_chksum() argument
409 *digest_stream = STREAM_MD5_DIGEST; in calculate_file_chksum()
412 *digest_stream = STREAM_SHA1_DIGEST; in calculate_file_chksum()
415 *digest_stream = STREAM_SHA256_DIGEST; in calculate_file_chksum()
418 *digest_stream = STREAM_SHA512_DIGEST; in calculate_file_chksum()
457 int digest_stream = STREAM_NONE; in CalculateAndCompareFileChksum() local
464 if (digest_stream != STREAM_NONE && digest == NULL) { in CalculateAndCompareFileChksum()
[all …]
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/filed/
H A Dcrypto.c86 bctx.digest_stream = STREAM_MD5_DIGEST; in crypto_setup_digests()
90 bctx.digest_stream = STREAM_SHA1_DIGEST; in crypto_setup_digests()
94 bctx.digest_stream = STREAM_SHA256_DIGEST; in crypto_setup_digests()
98 bctx.digest_stream = STREAM_SHA512_DIGEST; in crypto_setup_digests()
102 if (bctx.digest_stream != STREAM_NONE && bctx.digest == NULL) { in crypto_setup_digests()
104 stream_to_ascii(bctx.digest_stream)); in crypto_setup_digests()
267 sd->fsend("%ld %d 0", jcr->JobFiles, bctx.digest_stream); in crypto_terminate_digests()
284 ff_pkt_set_link_digest(ff_pkt, bctx.digest_stream, sd->msg, size); in crypto_terminate_digests()
295 sd->fsend("%ld %d 0", jcr->JobFiles, ff_pkt->digest_stream); in crypto_terminate_digests()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/filed/
H A Dcrypto.c86 bctx.digest_stream = STREAM_MD5_DIGEST; in crypto_setup_digests()
90 bctx.digest_stream = STREAM_SHA1_DIGEST; in crypto_setup_digests()
94 bctx.digest_stream = STREAM_SHA256_DIGEST; in crypto_setup_digests()
98 bctx.digest_stream = STREAM_SHA512_DIGEST; in crypto_setup_digests()
102 if (bctx.digest_stream != STREAM_NONE && bctx.digest == NULL) { in crypto_setup_digests()
104 stream_to_ascii(bctx.digest_stream)); in crypto_setup_digests()
266 sd->fsend("%ld %d 0", jcr->JobFiles, bctx.digest_stream); in crypto_terminate_digests()
283 ff_pkt_set_link_digest(ff_pkt, bctx.digest_stream, sd->msg, size); in crypto_terminate_digests()
294 sd->fsend("%ld %d 0", jcr->JobFiles, ff_pkt->digest_stream); in crypto_terminate_digests()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/filed/
H A Dcrypto.c86 bctx.digest_stream = STREAM_MD5_DIGEST; in crypto_setup_digests()
90 bctx.digest_stream = STREAM_SHA1_DIGEST; in crypto_setup_digests()
94 bctx.digest_stream = STREAM_SHA256_DIGEST; in crypto_setup_digests()
98 bctx.digest_stream = STREAM_SHA512_DIGEST; in crypto_setup_digests()
102 if (bctx.digest_stream != STREAM_NONE && bctx.digest == NULL) { in crypto_setup_digests()
104 stream_to_ascii(bctx.digest_stream)); in crypto_setup_digests()
267 sd->fsend("%ld %d 0", jcr->JobFiles, bctx.digest_stream); in crypto_terminate_digests()
284 ff_pkt_set_link_digest(ff_pkt, bctx.digest_stream, sd->msg, size); in crypto_terminate_digests()
295 sd->fsend("%ld %d 0", jcr->JobFiles, ff_pkt->digest_stream); in crypto_terminate_digests()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/filed/
H A Dcrypto.c86 bctx.digest_stream = STREAM_MD5_DIGEST; in crypto_setup_digests()
90 bctx.digest_stream = STREAM_SHA1_DIGEST; in crypto_setup_digests()
94 bctx.digest_stream = STREAM_SHA256_DIGEST; in crypto_setup_digests()
98 bctx.digest_stream = STREAM_SHA512_DIGEST; in crypto_setup_digests()
102 if (bctx.digest_stream != STREAM_NONE && bctx.digest == NULL) { in crypto_setup_digests()
104 stream_to_ascii(bctx.digest_stream)); in crypto_setup_digests()
267 sd->fsend("%ld %d 0", jcr->JobFiles, bctx.digest_stream); in crypto_terminate_digests()
284 ff_pkt_set_link_digest(ff_pkt, bctx.digest_stream, sd->msg, size); in crypto_terminate_digests()
295 sd->fsend("%ld %d 0", jcr->JobFiles, ff_pkt->digest_stream); in crypto_terminate_digests()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/filed/
H A Dcrypto.c86 bctx.digest_stream = STREAM_MD5_DIGEST; in crypto_setup_digests()
90 bctx.digest_stream = STREAM_SHA1_DIGEST; in crypto_setup_digests()
94 bctx.digest_stream = STREAM_SHA256_DIGEST; in crypto_setup_digests()
98 bctx.digest_stream = STREAM_SHA512_DIGEST; in crypto_setup_digests()
102 if (bctx.digest_stream != STREAM_NONE && bctx.digest == NULL) { in crypto_setup_digests()
104 stream_to_ascii(bctx.digest_stream)); in crypto_setup_digests()
266 sd->fsend("%ld %d 0", jcr->JobFiles, bctx.digest_stream); in crypto_terminate_digests()
283 ff_pkt_set_link_digest(ff_pkt, bctx.digest_stream, sd->msg, size); in crypto_terminate_digests()
294 sd->fsend("%ld %d 0", jcr->JobFiles, ff_pkt->digest_stream); in crypto_terminate_digests()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/filed/
H A Dcrypto.c86 bctx.digest_stream = STREAM_MD5_DIGEST; in crypto_setup_digests()
90 bctx.digest_stream = STREAM_SHA1_DIGEST; in crypto_setup_digests()
94 bctx.digest_stream = STREAM_SHA256_DIGEST; in crypto_setup_digests()
98 bctx.digest_stream = STREAM_SHA512_DIGEST; in crypto_setup_digests()
102 if (bctx.digest_stream != STREAM_NONE && bctx.digest == NULL) { in crypto_setup_digests()
104 stream_to_ascii(bctx.digest_stream)); in crypto_setup_digests()
266 sd->fsend("%ld %d 0", jcr->JobFiles, bctx.digest_stream); in crypto_terminate_digests()
283 ff_pkt_set_link_digest(ff_pkt, bctx.digest_stream, sd->msg, size); in crypto_terminate_digests()
294 sd->fsend("%ld %d 0", jcr->JobFiles, ff_pkt->digest_stream); in crypto_terminate_digests()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/filed/
H A Dcrypto.c86 bctx.digest_stream = STREAM_MD5_DIGEST; in crypto_setup_digests()
90 bctx.digest_stream = STREAM_SHA1_DIGEST; in crypto_setup_digests()
94 bctx.digest_stream = STREAM_SHA256_DIGEST; in crypto_setup_digests()
98 bctx.digest_stream = STREAM_SHA512_DIGEST; in crypto_setup_digests()
102 if (bctx.digest_stream != STREAM_NONE && bctx.digest == NULL) { in crypto_setup_digests()
104 stream_to_ascii(bctx.digest_stream)); in crypto_setup_digests()
267 sd->fsend("%ld %d 0", jcr->JobFiles, bctx.digest_stream); in crypto_terminate_digests()
284 ff_pkt_set_link_digest(ff_pkt, bctx.digest_stream, sd->msg, size); in crypto_terminate_digests()
295 sd->fsend("%ld %d 0", jcr->JobFiles, ff_pkt->digest_stream); in crypto_terminate_digests()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/filed/
H A Dcrypto.c86 bctx.digest_stream = STREAM_MD5_DIGEST; in crypto_setup_digests()
90 bctx.digest_stream = STREAM_SHA1_DIGEST; in crypto_setup_digests()
94 bctx.digest_stream = STREAM_SHA256_DIGEST; in crypto_setup_digests()
98 bctx.digest_stream = STREAM_SHA512_DIGEST; in crypto_setup_digests()
102 if (bctx.digest_stream != STREAM_NONE && bctx.digest == NULL) { in crypto_setup_digests()
104 stream_to_ascii(bctx.digest_stream)); in crypto_setup_digests()
266 sd->fsend("%ld %d 0", jcr->JobFiles, bctx.digest_stream); in crypto_terminate_digests()
283 ff_pkt_set_link_digest(ff_pkt, bctx.digest_stream, sd->msg, size); in crypto_terminate_digests()
294 sd->fsend("%ld %d 0", jcr->JobFiles, ff_pkt->digest_stream); in crypto_terminate_digests()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/findlib/
H A Dhardlink.cc79 hl->digest_stream = 0; /* Set later */ in new_hardlink()
103 int32_t digest_stream, in FfPktSetLinkDigest() argument
111 ff_pkt->linked->digest_stream = digest_stream; in FfPktSetLinkDigest()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/findlib/
H A Dhardlink.cc73 hl->digest_stream = 0; /* Set later */ in new_hardlink()
96 void FfPktSetLinkDigest(FindFilesPacket *ff_pkt, int32_t digest_stream, in FfPktSetLinkDigest() argument
103 ff_pkt->linked->digest_stream = digest_stream; in FfPktSetLinkDigest()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/findlib/
H A Dhardlink.cc73 hl->digest_stream = 0; /* Set later */ in new_hardlink()
96 void FfPktSetLinkDigest(FindFilesPacket *ff_pkt, int32_t digest_stream, in FfPktSetLinkDigest() argument
103 ff_pkt->linked->digest_stream = digest_stream; in FfPktSetLinkDigest()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/findlib/
H A Dhardlink.cc79 hl->digest_stream = 0; /* Set later */ in new_hardlink()
103 int32_t digest_stream, in FfPktSetLinkDigest() argument
111 ff_pkt->linked->digest_stream = digest_stream; in FfPktSetLinkDigest()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/findlib/
H A Dhardlink.cc79 hl->digest_stream = 0; /* Set later */ in new_hardlink()
103 int32_t digest_stream, in FfPktSetLinkDigest() argument
111 ff_pkt->linked->digest_stream = digest_stream; in FfPktSetLinkDigest()

1234567