Home
last modified time | relevance | path

Searched refs:HASH (Results 1 – 25 of 156) sorted by relevance

1234567

/openbsd-src/lib/libssl/test/
H A Dtest_padlock19 HASH=`cat $PROG | $PROG dgst -hex`
31 $PROG enc -e -k "$HASH" -$alg -bufsize 999 -engine padlock | \
32 $PROG enc -d -k "$HASH" -$alg | \
34 if [ "$TEST" != "$HASH" ]; then
39 $PROG enc -e -k "$HASH" -$alg | \
40 $PROG enc -d -k "$HASH" -$alg -bufsize 999 -engine padlock | \
42 if [ "$TEST" != "$HASH" ]; then
47 $PROG enc -e -k "$HASH" -$alg -engine padlock | \
48 $PROG enc -d -k "$HASH" -$alg -engine padlock | \
50 if [ "$TEST" != "$HASH" ]; then
H A Dtest_aesni19 HASH=`cat $PROG | $PROG dgst -hex`
33 $PROG enc -e -k "$HASH" -$alg -bufsize $bufsize -engine aesni | \
34 $PROG enc -d -k "$HASH" -$alg | \
36 if [ "$TEST" != "$HASH" ]; then
43 $PROG enc -e -k "$HASH" -$alg | \
44 $PROG enc -d -k "$HASH" -$alg -bufsize $bufsize -engine aesni | \
46 if [ "$TEST" != "$HASH" ]; then
52 $PROG enc -e -k "$HASH" -$alg -engine aesni | \
53 $PROG enc -d -k "$HASH" -$alg -engine aesni | \
55 if [ "$TEST" != "$HASH" ]; then
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dxc16x-opc.c473 { { MNEM, ' ', OP (REG8), ',', OP (HASH), OP (POF), OP (UIMM16), 0 } },
479 { { MNEM, ' ', OP (REG8), ',', OP (HASH), OP (POF), OP (UIMM16), 0 } },
485 { { MNEM, ' ', OP (REG8), ',', OP (HASH), OP (PAG), OP (UIMM16), 0 } },
491 { { MNEM, ' ', OP (REG8), ',', OP (HASH), OP (PAG), OP (UIMM16), 0 } },
497 { { MNEM, ' ', OP (DR), ',', OP (HASH), OP (POF), OP (UIMM3), 0 } },
503 { { MNEM, ' ', OP (DR), ',', OP (HASH), OP (POF), OP (UIMM3), 0 } },
509 { { MNEM, ' ', OP (DRB), ',', OP (HASH), OP (PAG), OP (UIMM3), 0 } },
515 { { MNEM, ' ', OP (DRB), ',', OP (HASH), OP (PAG), OP (UIMM3), 0 } },
521 { { MNEM, ' ', OP (DR), ',', OP (HASH), OP (PAG), OP (UIMM3), 0 } },
527 { { MNEM, ' ', OP (DR), ',', OP (HASH), OP (PAG), OP (UIMM3), 0 } },
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/t/
H A Dpair.t16 my $HASH = { alpha => 'beta', gamma => 'vlissides' };
32 is (Data::Dumper::DumperX($HASH), $WANT,
35 is (Data::Dumper::DumperX($HASH), $want_colon, 'XS: $Data::Dumper::Pair = " : "');
36 my $dd = Data::Dumper->new([ $HASH ])->Pair(',');
45 is (Data::Dumper::Dumper($HASH), $WANT,
48 is (Data::Dumper::Dumper($HASH), $want_colon, 'Perl: $Data::Dumper::Pair = " : "');
49 my $dd = Data::Dumper->new([ $HASH ])->Pair(',');
/openbsd-src/regress/usr.bin/signify/
H A Dsignify.sh25 sha256 $pubkey $seckey > HASH
26 sha512 $orders $forgery >> HASH
27 signify -S -e -s $seckey -m HASH
28 rm HASH
29 signify -C -q -p $pubkey -x HASH.sig
H A DMakefile3 CLEANFILES += test.sig confirmorders confirmorders.sig HASH HASH.sig \
/openbsd-src/gnu/usr.bin/perl/dist/Carp/t/
H A DCarp_overload.t15 like($msg, qr/, Stringable=HASH\(0x[[:xdigit:]]+\),/,
17 like($msg, qr/, HASH\(0x[[:xdigit:]]+\)\)/, "HASH *not* stringified");
29 like($msg, qr/bar.*buzz/m, 'HASH stringified');
36 like($msg, qr/, HASH\(0x[[:xdigit:]]+\)\)/, "HASH not stringified again");
/openbsd-src/gnu/usr.bin/perl/t/comp/
H A Dterm.t51 if (ref($a) eq 'HASH') {print "ok 18\n";} else {print "not ok 18\n";}
59 if (ref($a) eq 'HASH') {print "ok 20\n";} else {print "not ok 20\n";}
64 if (ref($a) eq 'HASH') {print "ok 21\n";} else {print "not ok 21\n";}
68 if (ref($a) eq 'HASH') {print "ok 22\n";} else {print "not ok 22\n";}
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Ddirect2s.c11 #define HASH # macro
15 HASH include "somerandomfile" /*{ dg-error "syntax|parse" "non-include" }*/
22 HASH define X 1 /* { dg-error "syntax error" "# from macro" } */
H A Ddirect2.c9 #define HASH # macro
13 HASH include "somerandomfile" /*{ dg-error "syntax|parse" "non-include" }*/
20 HASH define X 1 /* { dg-error "syntax error" "# from macro" } */
/openbsd-src/gnu/usr.bin/perl/t/uni/
H A Dmethod.t132 like( nèw Føø::Bær, qr/Føø::Bær=HASH/u, "Can access [nèw] as a method through a UTF-8 indirect obje…
136 like( $pkg_latin_1->new, qr/Føø::Bær=HASH/u, 'Can access new as a method when the UTF-8 package nam…
137 like( $pkg_latin_1->nèw, qr/Føø::Bær=HASH/u, 'Can access nèw as a method when the UTF-8 package nam…
139 like( $pkg_latin_1->$new_ascii, qr/Føø::Bær=HASH/u, "Can access \$new_ascii, [$new_ascii], stored i…
140 like( $pkg_latin_1->$new_latin, qr/Føø::Bær=HASH/u, "Can access \$new_latin, [$new_latin], stored i…
141 like( $pkg_latin_1->$new_utf8, qr/Føø::Bær=HASH/u, "Can access \$new_utf8, [$new_utf8], stored in a…
/openbsd-src/regress/usr.bin/ssh/
H A Dpercent.sh10 HASH=""
80 HASH=`printf "${HOSTNAME}127.0.0.1${PORT}$REMUSER" |
82 trial $i '%C' $HASH
100 if [ ! -z "${HASH}" ]; then
102 out="$out/$HASH"
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.pm27 next if *{$glob}{HASH}{'new'};
29 next if *{$glob}{HASH}{AUTOLOAD};
30 push @stashes, "$stash_name$sym_name", *{$glob}{HASH};
/openbsd-src/usr.sbin/nsd/
H A Dnsd-control-setup.sh.in52 HASH=sha256
125 default_md=$HASH
163 default_md=$HASH
192 -$HASH \
/openbsd-src/gnu/usr.bin/perl/cpan/Memoize/t/
H A Dexpmod.t6 tie my %h => 'Memoize::Expire', HASH => \my %backing;
13 cmp_ok $num_keys, '>', 0, 'HASH option is effective';
21 cmp_ok $num_keys, '<', $num_keys_step2, 'HASH option is effective';
36 SCALAR_CACHE => [ HASH => \%cache ],
H A Dcache.t31 # Test HASH
34 ok eval { memoize 'nul', SCALAR_CACHE => [HASH => \%s], LIST_CACHE => [HASH => \%l]; 1 }, '*_CACHE …
104 memoize 'cacheit', LIST_CACHE => [HASH => \%cache], SCALAR_CACHE => 'MERGE';
108 memoize 'cacheit', SCALAR_CACHE => [HASH => \%cache], LIST_CACHE => 'MERGE';
119 like $w[0], qr/^TIE option to memoize\(\) is deprecated; use HASH instead/, '... and the expected d…
/openbsd-src/usr.sbin/unbound/smallapp/
H A Dunbound-control-setup.sh.in52 HASH=sha256
129 default_md=$HASH
167 default_md=$HASH
196 -$HASH \
/openbsd-src/gnu/usr.bin/perl/cpan/Memoize/t/lib/
H A DDBMTest.pm20 my $sub = eval { unmemoize memoize sub {}, LIST_CACHE => [ HASH => \%cache ] };
41 SCALAR_CACHE => [ HASH => \%cache ],
54 SCALAR_CACHE => [ HASH => \%cache ],
/openbsd-src/gnu/usr.bin/perl/ext/B/t/
H A Dpragma.t47 my $hints_hash = $rhe->HASH;
62 my $hints_hash = $rhe->HASH;
77 my $hints_hash = $rhe->HASH;
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Ddirective.c5 #define HASH # macro
6 HASH
/openbsd-src/gnu/usr.bin/cvs/diff/
H A Dio.c25 #define HASH(h, c) ((c) + ROL (h, 7)) macro
225 h = HASH (h, ISUPPER (c) ? tolower (c) : c);
240 h = HASH (h, ' ');
243 h = HASH (h, ISUPPER (c) ? tolower (c) : c);
247 h = HASH (h, ISUPPER (c) ? tolower (c) : c);
255 h = HASH (h, c);
270 h = HASH (h, ' ');
273 h = HASH (h, c);
277 h = HASH (h, c);
/openbsd-src/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
H A DFile.pm1447 HASH => 1,
1484 $self->[HASH]{$k} = $n;
1486 delete $self->[HASH]{$k};
1505 my $oldnode = $self->[HASH]{$key};
1536 next unless exists $self->[HASH]{$key};
1537 my $old_data = $self->[HEAP]->remove($self->[HASH]{$key});
1557 if (exists $self->[HASH]{$key}) {
1558 $self->[HEAP]->lookup($self->[HASH]{$key});
1567 my $loc = $self->[HASH]{$key};
1575 $self->[HEAP]->promote($self->[HASH]{
1455 sub HASH () { 1 } global() subroutine
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/DB_File/
H A DMakefile.PL236 my @Options = qw( INCLUDE LIB PREFIX HASH DBNAME COMPAT185 ) ;
284 my $HASH = $Info{'HASH'} ;
286 $VER_INFO = "-DmDB_Prefix_t=${PREFIX} -DmDB_Hash_t=${HASH}" ;
291 HASH [$HASH]
H A Dconfig.in30 # change the definitions for PREFIX and HASH below.
32 # For older versions of Berkeley DB change both PREFIX and HASH to int.
64 # Change the definition of HASH, below, to reflect the return type of
69 HASH = u_int32_t
/openbsd-src/gnu/usr.bin/perl/lib/
H A DSymbol.pm157 my $stem_symtab = *{$stem}{HASH};
163 my $leaf_symtab = *{$stem_symtab->{$leaf}}{HASH};

1234567