Home
last modified time | relevance | path

Searched refs:hash_orig (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dadd.c194 const char *hash_orig = NULL; in extract_single_file() local
303 hash_orig = oldbackup->hash; in extract_single_file()
358 _alpm_log(handle, ALPM_LOG_DEBUG, "original: %s\n", hash_orig); in extract_single_file()
368 } else if(hash_orig && hash_pkg && strcmp(hash_orig, hash_pkg) == 0) { in extract_single_file()
376 } else if(hash_orig && hash_local && strcmp(hash_orig, hash_local) == 0) { in extract_single_file()
/dports/security/rnp/rnp-0.15.2/src/tests/
H A Dstreams.cpp344 pgp_hash_t hash_orig; in TEST_F() local
363 assert_true(pgp_hash_create(&hash_orig, halg)); in TEST_F()
364 assert_true(stream_hash_file(&hash_orig, "data/test_stream_signatures/source.txt")); in TEST_F()
372 assert_true(pgp_hash_copy(&hash, &hash_orig)); in TEST_F()
399 assert_true(pgp_hash_copy(&hash, &hash_orig)); in TEST_F()
405 assert_true(pgp_hash_copy(&hash, &hash_orig)); in TEST_F()
408 assert_true(pgp_hash_copy(&hash, &hash_orig)); in TEST_F()
418 pgp_hash_finish(&hash_orig, NULL); in TEST_F()
/dports/security/yubico-piv-tool/yubico-piv-tool-2.2.0/tool/
H A Dcmdline.h77 char * hash_orig; /**< @brief Hash to use for signatures original value given at command line. */ member
H A Dcmdline.c217 args_info->hash_orig = NULL; in clear_args()
440 free_string_field (&(args_info->hash_orig)); in cmdline_parser_release()
561 write_into_file(outfile, "hash", args_info->hash_orig, cmdline_parser_hash_values); in cmdline_parser_dump()
1312 &(args_info->hash_orig), &(args_info->hash_given), in cmdline_parser_internal()
/dports/net/shelldap/shelldap-1.5.1/
H A Dshelldap1894 my $hash_orig = $self->chksum( $self->{'create_file'} );
1899 if ( $hash_orig eq $self->chksum($self->{'create_file'}) ) {
2076 my $hash_orig = $self->chksum( $self->{'ldif_fname'} );
2083 if ( $hash_orig eq $self->chksum($self->{'ldif_fname'}) ) {
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/tests/
H A Dstreams.cpp353 rnp::Hash hash_orig(halg); in TEST_F() local
354 assert_true(stream_hash_file(hash_orig, "data/test_stream_signatures/source.txt")); in TEST_F()
363 hash = hash_orig; in TEST_F()
401 hash = hash_orig; in TEST_F()
407 hash = hash_orig; in TEST_F()
410 hash = hash_orig; in TEST_F()
/dports/devel/osc/osc-0.175.0/osc/
H A Dcore.py3722 self.hash_orig = dgst(self.filename)
3725 if self.change_is_required and self.hash_orig == dgst(self.filename):