Home
last modified time | relevance | path

Searched refs:Whirlpool (Results 1 – 25 of 843) sorted by relevance

12345678910>>...34

/dports/devel/juce/JUCE-f37e9a1/modules/juce_cryptography/hashing/
H A Djuce_Whirlpool.h47 class JUCE_API Whirlpool
55 Whirlpool() noexcept;
58 ~Whirlpool() noexcept;
61 Whirlpool (const Whirlpool& other) noexcept;
64 Whirlpool& operator= (const Whirlpool& other) noexcept;
68 explicit Whirlpool (const MemoryBlock&);
71 Whirlpool (const void* data, size_t numBytes);
85 explicit Whirlpool (const File& file);
102 bool operator== (const Whirlpool&) const noexcept;
103 bool operator!= (const Whirlpool&) const noexcept;
[all …]
H A Djuce_Whirlpool.cpp539 Whirlpool::Whirlpool() noexcept in Whirlpool() function in juce::Whirlpool
544 Whirlpool::~Whirlpool() noexcept {} in ~Whirlpool()
546 Whirlpool::Whirlpool (const Whirlpool& other) noexcept in Whirlpool() function in juce::Whirlpool
551 Whirlpool& Whirlpool::operator= (const Whirlpool& other) noexcept in operator =()
557 Whirlpool::Whirlpool (const MemoryBlock& data) in Whirlpool() function in juce::Whirlpool
562 Whirlpool::Whirlpool (const void* data, size_t numBytes) in Whirlpool() function in juce::Whirlpool
567 Whirlpool::Whirlpool (InputStream& input, int64 numBytesToRead) in Whirlpool() function in juce::Whirlpool
573 Whirlpool::Whirlpool (const File& file) in Whirlpool() function in juce::Whirlpool
588 Whirlpool::Whirlpool (CharPointer_UTF8 utf8) noexcept in Whirlpool() function in juce::Whirlpool
635 Whirlpool hash (utf8); in test()
[all …]
/dports/security/p5-CryptX/CryptX-0.075/t/
H A Ddigest_whirlpool.t9 use Crypt::Digest::Whirlpool qw( whirlpool whirlpool_hex whirlpool_b64 whirlpool_b64u whirlpool_fil…
11 is( Crypt::Digest::hashsize('Whirlpool'), 64, 'hashsize/1');
12 is( Crypt::Digest->hashsize('Whirlpool'), 64, 'hashsize/2');
13 is( Crypt::Digest::Whirlpool::hashsize, 64, 'hashsize/3');
14 is( Crypt::Digest::Whirlpool->hashsize, 64, 'hashsize/4');
15 is( Crypt::Digest->new('Whirlpool')->hashsize, 64, 'hashsize/5');
16 is( Crypt::Digest::Whirlpool->new->hashsize, 64, 'hashsize/6');
35 is( digest_data_b64('Whirlpool', ""), "Gfph11UipGabROOcHS4XJsUwIyEw1Af4mv7glkmX96c+g75piyiP68+I4+A8…
36 is( digest_data_b64u('Whirlpool', ""), "Gfph11UipGabROOcHS4XJsUwIyEw1Af4mv7glkmX96c-g75piyiP68-I4-A…
44 is( digest_data_b64('Whirlpool', "123"), "NEkH6JuYHK8iHQX1l+tXpq9AjxX03XiVu9G5aik47CSn3PI6y5Ts4LbXs…
[all …]
/dports/security/p5-Digest-Whirlpool/Digest-Whirlpool-2.04/t/
H A Dnew.t6 use Digest::Whirlpool;
32 my $cw = Digest::Whirlpool->new;
33 isa_ok($cw, 'Digest::Whirlpool');
42 my $cw = Digest::Whirlpool::new('Digest::Whirlpool');
43 isa_ok($cw, 'Digest::Whirlpool');
51 my $pkg = 'Digest::Whirlpool';
52 my $cw = Digest::Whirlpool::new($pkg);
62 my $cw = Digest::Whirlpool::new($pkg);
74 my $cw = Digest::Whirlpool::new($pkg);
83 my $cw = Digest::Whirlpool->new->new;
[all …]
/dports/databases/p5-DBIx-Class-EncodedColumn/DBIx-Class-EncodedColumn-0.00020/t/
H A Dwhirlpool.t12 if( eval 'require Digest; 1' && eval 'require Digest::Whirlpool; 1' ){
15 plan skip_all => 'Digest::Whirlpool not available';
21 DigestTest::Schema->load_classes('Whirlpool');
29 for my $algorithm( qw/Whirlpool/){
44 my $row = $schema->resultset('Whirlpool')->create( \%create_values );
45 is( $row->whirlpool_hex, $checks->{'Whirlpool'}{hex}{test1}, 'Whirlpool hex');
46 is( $row->whirlpool_b64, $checks->{'Whirlpool'}{base64}{test1}, 'Whirlpool b64');
49 ok( $row->check_whirlpool_hex('test1'), 'Checking hex digest_check_method for Whirlpool');
50 ok( $row->check_whirlpool_b64('test1'), 'Checking b64 digest_check_method for Whirlpool');
53 is( $row->whirlpool_hex, $checks->{'Whirlpool'}{hex}{test2}, 'Checking accessor (Whirlpool)');
[all …]
/dports/security/botan110/Botan-1.10.17/src/hash/whirlpool/
H A Dwhrl_tab.cpp12 const u64bit Whirlpool::C0[256] = {
78 const u64bit Whirlpool::C1[256] = {
144 const u64bit Whirlpool::C2[256] = {
210 const u64bit Whirlpool::C3[256] = {
276 const u64bit Whirlpool::C4[256] = {
342 const u64bit Whirlpool::C5[256] = {
408 const u64bit Whirlpool::C6[256] = {
474 const u64bit Whirlpool::C7[256] = {
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/hash/whirlpool/
H A Dwhrl_tab.cpp12 alignas(64) const uint64_t Whirlpool::C0[256] = {
78 alignas(64) const uint64_t Whirlpool::C1[256] = {
144 alignas(64) const uint64_t Whirlpool::C2[256] = {
210 alignas(64) const uint64_t Whirlpool::C3[256] = {
276 alignas(64) const uint64_t Whirlpool::C4[256] = {
342 alignas(64) const uint64_t Whirlpool::C5[256] = {
408 alignas(64) const uint64_t Whirlpool::C6[256] = {
474 alignas(64) const uint64_t Whirlpool::C7[256] = {
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/hash/whirlpool/
H A Dwhrl_tab.cpp12 alignas(64) const uint64_t Whirlpool::C0[256] = {
78 alignas(64) const uint64_t Whirlpool::C1[256] = {
144 alignas(64) const uint64_t Whirlpool::C2[256] = {
210 alignas(64) const uint64_t Whirlpool::C3[256] = {
276 alignas(64) const uint64_t Whirlpool::C4[256] = {
342 alignas(64) const uint64_t Whirlpool::C5[256] = {
408 alignas(64) const uint64_t Whirlpool::C6[256] = {
474 alignas(64) const uint64_t Whirlpool::C7[256] = {
/dports/security/botan2/Botan-2.18.2/src/lib/hash/whirlpool/
H A Dwhrl_tab.cpp12 alignas(64) const uint64_t Whirlpool::C0[256] = {
78 alignas(64) const uint64_t Whirlpool::C1[256] = {
144 alignas(64) const uint64_t Whirlpool::C2[256] = {
210 alignas(64) const uint64_t Whirlpool::C3[256] = {
276 alignas(64) const uint64_t Whirlpool::C4[256] = {
342 alignas(64) const uint64_t Whirlpool::C5[256] = {
408 alignas(64) const uint64_t Whirlpool::C6[256] = {
474 alignas(64) const uint64_t Whirlpool::C7[256] = {
/dports/security/hash/Hash-3c8d607b3d470d8a41ac3262ee310e850fab61cd/src/
H A Dwhirlpool.h232 class Whirlpool
249 constexpr Whirlpool();
606 constexpr Whirlpool::Whirlpool() in Whirlpool() function
621 CONSTEXPR_CPP17_CHOCOBO1_HASH Whirlpool& Whirlpool::finalize() in finalize()
667 std::vector<Whirlpool::Byte> Whirlpool::toVector() const in toVector()
673 CONSTEXPR_CPP17_CHOCOBO1_HASH Whirlpool::ResultArrayType Whirlpool::toArray() const in toArray()
689 CONSTEXPR_CPP17_CHOCOBO1_HASH Whirlpool& Whirlpool::addData(const Span<const Byte> inData) in addData()
730 CONSTEXPR_CPP17_CHOCOBO1_HASH Whirlpool& Whirlpool::addData(const Byte (&array)[N]) in addData()
736 Whirlpool& Whirlpool::addData(const T (&array)[N]) in addData()
742 Whirlpool& Whirlpool::addData(const Span<T> inSpan) in addData()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/Crypto/Hash/
H A DWhirlpool.hs15 module Crypto.Hash.Whirlpool ( Whirlpool (..) ) where
23 data Whirlpool = Whirlpool type
26 instance HashAlgorithm Whirlpool where
27 type HashBlockSize Whirlpool = 64
28 type HashDigestSize Whirlpool = 64
29 type HashInternalContextSize Whirlpool = 168
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/Crypto/Hash/
H A DWhirlpool.hs15 module Crypto.Hash.Whirlpool ( Whirlpool (..) ) where
23 data Whirlpool = Whirlpool function
26 instance HashAlgorithm Whirlpool where
27 type HashBlockSize Whirlpool = 64
28 type HashDigestSize Whirlpool = 64
29 type HashInternalContextSize Whirlpool = 168
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/Crypto/Hash/
H A DWhirlpool.hs15 module Crypto.Hash.Whirlpool ( Whirlpool (..) ) where
23 data Whirlpool = Whirlpool function
26 instance HashAlgorithm Whirlpool where
27 type HashBlockSize Whirlpool = 64
28 type HashDigestSize Whirlpool = 64
29 type HashInternalContextSize Whirlpool = 168
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/Crypto/Hash/
H A DWhirlpool.hs15 module Crypto.Hash.Whirlpool ( Whirlpool (..) ) where
23 data Whirlpool = Whirlpool constructor
26 instance HashAlgorithm Whirlpool where
27 type HashBlockSize Whirlpool = 64
28 type HashDigestSize Whirlpool = 64
29 type HashInternalContextSize Whirlpool = 168
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/Crypto/Hash/
H A DWhirlpool.hs15 module Crypto.Hash.Whirlpool ( Whirlpool (..) ) where
23 data Whirlpool = Whirlpool type
26 instance HashAlgorithm Whirlpool where
27 type HashBlockSize Whirlpool = 64
28 type HashDigestSize Whirlpool = 64
29 type HashInternalContextSize Whirlpool = 168
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/Crypto/Hash/
H A DWhirlpool.hs15 module Crypto.Hash.Whirlpool ( Whirlpool (..) ) where
23 data Whirlpool = Whirlpool function
26 instance HashAlgorithm Whirlpool where
27 type HashBlockSize Whirlpool = 64
28 type HashDigestSize Whirlpool = 64
29 type HashInternalContextSize Whirlpool = 168
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/Crypto/Hash/
H A DWhirlpool.hs15 module Crypto.Hash.Whirlpool ( Whirlpool (..) ) where
23 data Whirlpool = Whirlpool constructor
26 instance HashAlgorithm Whirlpool where
27 type HashBlockSize Whirlpool = 64
28 type HashDigestSize Whirlpool = 64
29 type HashInternalContextSize Whirlpool = 168
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/Crypto/Hash/
H A DWhirlpool.hs15 module Crypto.Hash.Whirlpool ( Whirlpool (..) ) where
23 data Whirlpool = Whirlpool constructor
26 instance HashAlgorithm Whirlpool where
27 type HashBlockSize Whirlpool = 64
28 type HashDigestSize Whirlpool = 64
29 type HashInternalContextSize Whirlpool = 168
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/Crypto/Hash/
H A DWhirlpool.hs15 module Crypto.Hash.Whirlpool ( Whirlpool (..) ) where
23 data Whirlpool = Whirlpool function
26 instance HashAlgorithm Whirlpool where
27 type HashBlockSize Whirlpool = 64
28 type HashDigestSize Whirlpool = 64
29 type HashInternalContextSize Whirlpool = 168
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/Crypto/Hash/
H A DWhirlpool.hs15 module Crypto.Hash.Whirlpool ( Whirlpool (..) ) where
23 data Whirlpool = Whirlpool type
26 instance HashAlgorithm Whirlpool where
27 type HashBlockSize Whirlpool = 64
28 type HashDigestSize Whirlpool = 64
29 type HashInternalContextSize Whirlpool = 168
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/Crypto/Hash/
H A DWhirlpool.hs15 module Crypto.Hash.Whirlpool ( Whirlpool (..) ) where
23 data Whirlpool = Whirlpool type
26 instance HashAlgorithm Whirlpool where
27 type HashBlockSize Whirlpool = 64
28 type HashDigestSize Whirlpool = 64
29 type HashInternalContextSize Whirlpool = 168
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/Crypto/Hash/
H A DWhirlpool.hs15 module Crypto.Hash.Whirlpool ( Whirlpool (..) ) where
23 data Whirlpool = Whirlpool function
26 instance HashAlgorithm Whirlpool where
27 type HashBlockSize Whirlpool = 64
28 type HashDigestSize Whirlpool = 64
29 type HashInternalContextSize Whirlpool = 168
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/Crypto/Hash/
H A DWhirlpool.hs15 module Crypto.Hash.Whirlpool ( Whirlpool (..) ) where
23 data Whirlpool = Whirlpool constructor
26 instance HashAlgorithm Whirlpool where
27 type HashBlockSize Whirlpool = 64
28 type HashDigestSize Whirlpool = 64
29 type HashInternalContextSize Whirlpool = 168
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/cryptonite-0.28/Crypto/Hash/
H A DWhirlpool.hs15 module Crypto.Hash.Whirlpool ( Whirlpool (..) ) where
23 data Whirlpool = Whirlpool function
26 instance HashAlgorithm Whirlpool where
27 type HashBlockSize Whirlpool = 64
28 type HashDigestSize Whirlpool = 64
29 type HashInternalContextSize Whirlpool = 168
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/cryptonite-0.27/Crypto/Hash/
H A DWhirlpool.hs15 module Crypto.Hash.Whirlpool ( Whirlpool (..) ) where
23 data Whirlpool = Whirlpool constructor
26 instance HashAlgorithm Whirlpool where
27 type HashBlockSize Whirlpool = 64
28 type HashDigestSize Whirlpool = 64
29 type HashInternalContextSize Whirlpool = 168

12345678910>>...34