Searched refs:Digest (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/t/
H A Ddigest.t6 # To find Digest::Dummy
9 use Digest;
13 $d = Digest->new("Dummy");
17 $d = Digest->Dummy;
20 $Digest::MMAP{"Dummy-24"} = [["NotThere"], "NotThereEither", ["Digest::Dummy", 24]];
21 $d = Digest->new("Dummy-24");
H A Dsecurity.t3 # Digest->new() had an exploitable eval
10 use Digest;
13 eval { Digest->new(q[MD;5;$LOL::PWNED = 42]) };
H A Dfile.t6 package Digest::Foo;
7 require Digest::base;
9 @ISA = qw(Digest::base);
29 use Digest::file qw(digest_file digest_file_hex digest_file_base64);
H A Dbase.t7 require Digest::base;
9 @ISA = qw(Digest::base);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/t/lib/Digest/
H A DDummy.pm1 package Digest::Dummy;
7 require Digest::base;
8 @ISA = qw(Digest::base);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/t/
H A Dbits.t6 use Digest::MD5;
8 my $md5 = Digest::MD5->new;
10 if ($Digest::base::VERSION) {
19 print "# No Digest::base\n";
23 ok($@ =~ /^Can\'t locate Digest\/base\.pm in \@INC/);
H A Dclone.t6 use Digest::MD5 qw(md5_hex);
8 my $a = Digest::MD5->new;
33 @MD5::ISA = qw(Digest::MD5);
H A Dutf8.t13 use Digest::MD5 qw(md5_hex);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/
H A Dbase.pm1 package Digest::base;
73 Digest::base - Digest base class
77 package Digest::Foo;
78 use base 'Digest::base';
82 The C<Digest::base> class provide implementations of the methods
86 Digest implementations might want to inherit from this class to get
96 L<Digest>.
100 L<Digest>
H A Dfile.pm1 package Digest::file;
7 use Digest ();
21 my $ctx = Digest->new(@_);
45 Digest::file - Calculate digests of files
50 use Digest::file qw(digest_file_hex);
85 L<Digest>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm1 package Digest; package
9 "SHA-1" => [["Digest::SHA", 1], "Digest::SHA1", ["Digest::SHA2", 1]],
10 "SHA-224" => [["Digest::SHA", 224]],
11 "SHA-256" => [["Digest::SHA", 256], ["Digest::SHA2", 256]],
12 "SHA-384" => [["Digest::SHA", 384], ["Digest::SHA2", 384]],
13 "SHA-512" => [["Digest
[all...]
H A DCPAN.pm770 } elsif ($mod eq "Digest::MD5"){
772 CPAN: MD5 security checks disabled because Digest::MD5 not installed.
773 Please consider installing the Digest::MD5 module.
3893 if ($CPAN::META->has_inst("Digest::MD5")) {
3894 $self->debug("Digest::MD5 is installed, verifying");
3897 $self->debug("Digest::MD5 is NOT installed");
4285 my $md5 = Digest::MD5->new;
4344 my $md5 = Digest::MD5->new;
6281 for $mod (qw(Net::FTP Digest::MD5 Data::Dumper)){
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm1 package Digest::MD5;
16 require Digest::base;
17 push(@ISA, 'Digest::base');
26 Digest::MD5->bootstrap($VERSION);
32 require Digest::Perl::MD5;
34 Digest::Perl::MD5->import(qw(md5 md5_hex md5_base64));
35 push(@ISA, "Digest::Perl::MD5"); # make OO interface work
51 Digest::MD5 - Perl interface to the MD5 Algorithm
56 use Digest::MD5 qw(md5 md5_hex md5_base64);
63 use Digest
[all...]
H A DMD5.xs19 * is identified as the "RSA Data Security, Inc. MD5 Message-Digest
25 * Security, Inc. MD5 Message-Digest Algorithm" in all material
480 croak("Not a reference to a Digest::MD5 object");
561 MODULE = Digest::MD5 PACKAGE = Digest::MD5
663 Digest::MD5::digest = F_BIN
664 Digest::MD5::hexdigest = F_HEX
665 Digest::MD5::b64digest = F_B64
677 Digest::MD5::md5 = F_BIN
678 Digest
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/t/
H A DNox.t20 for my $mod (qw( Digest::MD5 LWP Compress::Zlib )) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm89 if (eval { local $SIG{__DIE__}; require Digest::MD5 }) {
90 $md = Digest::MD5->new();
94 carp "You need to install Digest::MD5 or MD5 to use the APOP command";
458 To use this method you must have the Digest::MD5 or the MD5 module installed,

Completed in 40 milliseconds