Home
last modified time | relevance | path

Searched refs:Digest (Results 1 – 25 of 151) sorted by relevance

1234567

/openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/
H A DSHA.xs55 MODULE = Digest::SHA PACKAGE = Digest::SHA
118 Digest::SHA::sha1 = 0
119 Digest::SHA::sha1_hex = 1
120 Digest::SHA::sha1_base64 = 2
121 Digest::SHA::sha224 = 3
122 Digest::SHA::sha224_hex = 4
123 Digest::SHA::sha224_base64 = 5
124 Digest::SHA::sha256 = 6
125 Digest::SHA::sha256_hex = 7
126 Digest::SHA::sha256_base64 = 8
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Digest-MD5/t/
H A Dwarns.t1 use Digest::MD5;
9 $str = Digest::MD5->md5_hex("foo");
18 $str = Digest::MD5->md5_hex("foo");
19 like($stderr_seen,qr/Digest::MD5::md5_hex function probably called as class method/,
28 $str = Digest::MD5->md5_hex("foo");
37 $str = Digest::MD5->md5_hex("foo");
38 like($stderr_seen,qr/Digest::MD5::md5_hex function probably called as class method/,
48 my $str = Digest::MD5->md5_hex("foo");
58 my $str = Digest::MD5->md5_hex("foo");
59 like($stderr_seen, qr/Digest::MD5::md5_hex function probably called as class method/,
H A Dcontext.t6 use Digest::MD5;
18 my $ctx = Digest::MD5->new;
26 my $ctx1 = Digest::MD5->new;
29 my $ctx2 = Digest::MD5->new;
33 my $ctx3 = Digest::MD5->new;
H A Dbits.t8 use Digest::MD5;
10 my $md5 = Digest::MD5->new;
12 if ($Digest::base::VERSION) {
21 print "# No Digest::base\n";
25 like($@, qr/^Can\'t locate Digest\/base\.pm in \@INC/);
H A Dfiles.t4 use Digest::MD5 qw(md5 md5_hex md5_base64);
104 if (Digest::MD5->new->add($data)->digest ne $md5bin) {
108 if (Digest::MD5->new->add($data)->hexdigest ne $md5hex) {
112 if ($B64 && Digest::MD5->new->add($data)->b64digest ne $md5b64) {
122 if (Digest::MD5->new->add(@data)->digest ne $md5bin) {
126 my $md5 = Digest::MD5->new;
147 my $digest = Digest::MD5->new->addfile(*FILE)->$method();
H A Dclone.t6 use Digest::MD5 qw(md5_hex);
10 my $a = Digest::MD5->new;
H A Dbadfile.t4 use Digest::MD5 ();
7 my $md5 = Digest::MD5->new;
H A Dthreads.t16 use Digest::MD5;
18 my $module = 'Digest::MD5';
/openbsd-src/gnu/usr.bin/perl/cpan/Digest/t/
H A Ddigest.t11 use Digest;
15 $d = Digest->new("Dummy");
19 $d = Digest->Dummy;
22 $Digest::MMAP{"Dummy-24"} = [ ["NotThere"], "NotThereEither", [ "Digest::Dummy", 24 ] ];
23 $d = Digest->new("Dummy-24");
H A Dfile.t12 package Digest::Foo;
14 require Digest::base;
35 use Digest::file qw(digest_file digest_file_hex digest_file_base64);
H A Dsecurity.t10 use Digest;
13 eval { Digest->new(q[MD;5;$LOL::PWNED = 42]) };
/openbsd-src/gnu/usr.bin/perl/cpan/Digest-MD5/
H A DMD5.pm1 package Digest::MD5;
14 require Digest::base;
31 require Digest::Perl::MD5;
33 Digest::Perl::MD5->import(qw(md5 md5_hex md5_base64));
H A DMD5.xs240 MODULE = Digest::MD5 PACKAGE = Digest::MD5
348 Digest::MD5::digest = F_BIN
349 Digest::MD5::hexdigest = F_HEX
350 Digest::MD5::b64digest = F_B64
404 Digest::MD5::md5 = F_BIN
405 Digest::MD5::md5_hex = F_HEX
406 Digest::MD5::md5_base64 = F_B64
/openbsd-src/gnu/usr.bin/perl/cpan/Digest/lib/Digest/
H A Dfile.pm1 package Digest::file;
8 use Digest ();
19 my $ctx = Digest->new(@_);
/openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/t/
H A Dbitbuf.t2 use Digest::SHA;
12 my $state = Digest::SHA->new("sHa1");
33 $state = Digest::SHA->new("1");
49 $state = Digest::SHA->new(1);
H A Dbitorder.t2 use Digest::SHA;
8 my $s1 = Digest::SHA->new;
9 my $s2 = Digest::SHA->new;
H A Dinheritance.t4 use Digest::SHA qw(sha1);
8 @ISA = ("Digest::SHA");
H A Direland.t7 use Digest::SHA;
14 if ($sha = Digest::SHA->putstate(join('', <DATA>))) {
H A Dnistbyte.t4 use Digest::SHA;
40 my $sha = Digest::SHA->new(1);
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp78 MD5 Digest; in computeShaderHash() local
79 Digest.update(DXILConstant->getRawDataValues()); in computeShaderHash()
80 MD5::MD5Result Result = Digest.final(); in computeShaderHash()
88 memcpy(reinterpret_cast<void *>(&HashData.Digest), Result.data(), 16); in computeShaderHash()
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dcustomized.dat
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp42 Digest(16, 0) { in ShaderHash()
43 memcpy(Digest.data(), &Data.Digest[0], 16); in ShaderHash()
84 IO.mapRequired("Digest", Hash.Digest); in mapping()
/openbsd-src/gnu/llvm/llvm/utils/
H A DUpdateCMakeLists.pl5 use Digest::MD5;
90 my $digestA = Digest::MD5->new->addfile(*FILE)->hexdigest;
96 my $digestB = Digest::MD5->new->addfile(*FILE)->hexdigest;
/openbsd-src/gnu/usr.bin/perl/cpan/Digest/t/lib/Digest/
H A DDummy.pm1 package Digest::Dummy;
9 require Digest::base;
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A Dmd5.pm70 use Digest::SHA;
76 return Digest::SHA->new(256);

1234567