/openbsd/lib/libssl/test/ |
H A D | test_padlock | 19 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 D | test_aesni | 19 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/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | xc16x-opc.c | 2105 { { MNEM, ' ', OP (HASH), OP (SEGM), OP (USEG8), ',', OP (HASH), OP (SOF), OP (USOF16), 0 } }, 2171 { { MNEM, ' ', OP (HASH), OP (SEGM), OP (USEG8), ',', OP (HASH), OP (SOF), OP (USOF16), 0 } }, 2189 { { MNEM, ' ', OP (HASH), OP (UIMM7), 0 } }, 2309 { { MNEM, ' ', OP (HASH), OP (UIMM2), 0 } }, 2327 { { MNEM, ' ', OP (HASH), OP (PAGENUM), ',', OP (HASH), OP (UIMM2), 0 } }, 2333 { { MNEM, ' ', OP (HASH), OP (PAG), OP (UPAG16), ',', OP (HASH), OP (UIMM2), 0 } }, 2345 { { MNEM, ' ', OP (HASH), OP (PAGENUM), ',', OP (HASH), OP (UIMM2), 0 } }, 2357 { { MNEM, ' ', OP (HASH), OP (SEGHI8), ',', OP (HASH), OP (UIMM2), 0 } }, 2369 { { MNEM, ' ', OP (HASH), OP (SEGHI8), ',', OP (HASH), OP (UIMM2), 0 } }, 2621 { { MNEM, ' ', OP (REG8), ',', OP (HASH), OP (MASK8), ',', OP (HASH), OP (DATAHI8), 0 } }, [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/t/ |
H A D | pair.t | 16 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/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Compare/ |
H A D | Pattern.t | 3 my $one = $CLASS->new(pattern => qr/HASH/); 5 is($one->name, "" . qr/HASH/, "got name"); 7 ok(!$one->verify(got => {}, exists => 1), "A hashref does not validate against the pattern 'HASH'"); 11 ok($one->verify(exists => 1, got => 'A HASH B'), "Matches"); 13 $one = $CLASS->new(pattern => qr/HASH/, negate => 1); 15 is($one->name, "" . qr/HASH/, "got name"); 17 ok(!$one->verify(exists => 1, got => {}), "A hashref does not validate against the pattern 'HASH' e… 21 ok(!$one->verify(exists => 1, got => 'A HASH B'), "Matches, but negated");
|
H A D | Hash.t | 9 is($one->name, '<HASH>', "name is <HASH>"); 109 id => [HASH => 'e'], 116 id => [HASH => 'f'], 131 id => [HASH => 'b'], 139 id => [HASH => 'c'], 153 id => [HASH => 'b'], 160 id => [HASH => 'c'], 173 id => [HASH => 'x'], 191 $one->add_prop('reftype' => 'HASH');
|
/openbsd/regress/usr.bin/signify/ |
H A D | signify.sh | 25 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 D | Makefile | 3 CLEANFILES += test.sig confirmorders confirmorders.sig HASH HASH.sig \
|
/openbsd/gnu/usr.bin/perl/dist/Carp/t/ |
H A D | Carp_overload.t | 15 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/gnu/usr.bin/perl/t/comp/ |
H A D | term.t | 51 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/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Util/ |
H A D | Ref.t | 14 like(render_ref($ref), qr/HASH\(0x[0-9A-F]+\)/i, "got address"); 18 like(render_ref($ref), qr/Test::A=HASH\(0x[0-9A-F]+\)/i, "got address and package (no overload)"); 21 like(render_ref($ref), qr/Test::B=HASH\(0x[0-9A-F]+\)/i, "got address and package (with overload)"); 27 is(rtype({}), 'HASH', "HASH");
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
H A D | direct2s.c | 11 #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 D | direct2.c | 9 #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/gnu/usr.bin/perl/t/uni/ |
H A D | method.t | 132 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/regress/usr.bin/ssh/ |
H A D | percent.sh | 10 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/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.pm | 27 next if *{$glob}{HASH}{'new'}; 29 next if *{$glob}{HASH}{AUTOLOAD}; 30 push @stashes, "$stash_name$sym_name", *{$glob}{HASH};
|
/openbsd/usr.sbin/nsd/ |
H A D | nsd-control-setup.sh.in | 52 HASH=sha256 125 default_md=$HASH 163 default_md=$HASH 192 -$HASH \
|
/openbsd/gnu/usr.bin/perl/cpan/Memoize/t/ |
H A D | expmod.t | 6 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 D | cache.t | 31 # 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/usr.sbin/unbound/smallapp/ |
H A D | unbound-control-setup.sh.in | 52 HASH=sha256 129 default_md=$HASH 167 default_md=$HASH 196 -$HASH \
|
/openbsd/gnu/usr.bin/perl/cpan/Memoize/t/lib/ |
H A D | DBMTest.pm | 20 my $sub = eval { unmemoize memoize sub {}, LIST_CACHE => [ HASH => \%cache ] }; 41 SCALAR_CACHE => [ HASH => \%cache ], 54 SCALAR_CACHE => [ HASH => \%cache ],
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/Compare/ |
H A D | Hash.pm | 128 id => [HASH => $key], 138 id => [HASH => $key], 166 id => [HASH => $key], 179 id => [HASH => $key],
|
/openbsd/gnu/usr.bin/perl/ext/B/t/ |
H A D | pragma.t | 47 my $hints_hash = $rhe->HASH; 62 my $hints_hash = $rhe->HASH; 77 my $hints_hash = $rhe->HASH;
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/ |
H A D | directive.c | 5 #define HASH # macro 6 HASH
|
/openbsd/gnu/usr.bin/cvs/diff/ |
H A D | io.c | 25 #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);
|