Home
last modified time | relevance | path

Searched refs:whirlpool (Results 1 – 25 of 1007) sorted by relevance

12345678910>>...41

/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…
18whirlpool("A","A","A"), pack("H*","a4dea38c743f318db7169e28ac27aff173942b67b56f9881da464bdac48f47c…
20 …8XOUK2e1b5iB2kZL2sSPR8xIHuKXRlV88BPRxUx6dpEsE4CxaCUd9xGCk1Ef2JqaZA==", 'whirlpool (base64/tripple_…
21 …ev8XOUK2e1b5iB2kZL2sSPR8xIHuKXRlV88BPRxUx6dpEsE4CxaCUd9xGCk1Ef2JqaZA", 'whirlpool (base64url/tripp…
30whirlpool(""), pack("H*","19fa61d75522a4669b44e39c1d2e1726c530232130d407f89afee0964997f7a73e83be69…
32 …HS4XJsUwIyEw1Af4mv7glkmX96c+g75piyiP68+I4+A8TwdX6olk5Ztj2TcIsTjMQqZusw==", 'whirlpool (base64/1)');
35 …JsUwIyEw1Af4mv7glkmX96c+g75piyiP68+I4+A8TwdX6olk5Ztj2TcIsTjMQqZusw==", 'whirlpool (digest_data_b64…
39whirlpool("123"), pack("H*","344907e89b981caf221d05f597eb57a6af408f15f4dd7895bbd1b96a2938ec24a7dcf…
41 …l+tXpq9AjxX03XiVu9G5aik47CSn3PI6y5Ts4LbXsGQDWLxWvbRIGUuTBTEa/wOKg0oHnw==", 'whirlpool (base64/2)');
48whirlpool("test\0test\0test\n"), pack("H*","3dbd3f37a844611382f9fc757b3ba299d1c250fa1f2fdd69f06b11…
[all …]
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/hashes/whirl/
H A Dwhirl.c66 K[0][x] = md->whirlpool.state[x]; in _whirlpool_compress()
130 zeromem(&md->whirlpool, sizeof(md->whirlpool)); in whirlpool_init()
156 if (md->whirlpool.curlen >= sizeof(md->whirlpool.buf)) { in whirlpool_done()
161 md->whirlpool.length += md->whirlpool.curlen * 8; in whirlpool_done()
164 md->whirlpool.buf[md->whirlpool.curlen++] = (unsigned char)0x80; in whirlpool_done()
170 if (md->whirlpool.curlen > 32) { in whirlpool_done()
172 md->whirlpool.buf[md->whirlpool.curlen++] = (unsigned char)0; in whirlpool_done()
175 md->whirlpool.curlen = 0; in whirlpool_done()
179 while (md->whirlpool.curlen < 56) { in whirlpool_done()
180 md->whirlpool.buf[md->whirlpool.curlen++] = (unsigned char)0; in whirlpool_done()
[all …]
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/hashes/whirl/
H A Dwhirl.c66 K[0][x] = md->whirlpool.state[x]; in _whirlpool_compress()
130 zeromem(&md->whirlpool, sizeof(md->whirlpool)); in whirlpool_init()
156 if (md->whirlpool.curlen >= sizeof(md->whirlpool.buf)) { in whirlpool_done()
161 md->whirlpool.length += md->whirlpool.curlen * 8; in whirlpool_done()
164 md->whirlpool.buf[md->whirlpool.curlen++] = (unsigned char)0x80; in whirlpool_done()
170 if (md->whirlpool.curlen > 32) { in whirlpool_done()
172 md->whirlpool.buf[md->whirlpool.curlen++] = (unsigned char)0; in whirlpool_done()
175 md->whirlpool.curlen = 0; in whirlpool_done()
179 while (md->whirlpool.curlen < 56) { in whirlpool_done()
180 md->whirlpool.buf[md->whirlpool.curlen++] = (unsigned char)0; in whirlpool_done()
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/hashes/whirl/
H A Dwhirl.c68 K[0][x] = md->whirlpool.state[x]; in _whirlpool_compress()
132 zeromem(&md->whirlpool, sizeof(md->whirlpool)); in whirlpool_init()
158 if (md->whirlpool.curlen >= sizeof(md->whirlpool.buf)) { in whirlpool_done()
163 md->whirlpool.length += md->whirlpool.curlen * 8; in whirlpool_done()
166 md->whirlpool.buf[md->whirlpool.curlen++] = (unsigned char)0x80; in whirlpool_done()
172 if (md->whirlpool.curlen > 32) { in whirlpool_done()
174 md->whirlpool.buf[md->whirlpool.curlen++] = (unsigned char)0; in whirlpool_done()
177 md->whirlpool.curlen = 0; in whirlpool_done()
181 while (md->whirlpool.curlen < 56) { in whirlpool_done()
182 md->whirlpool.buf[md->whirlpool.curlen++] = (unsigned char)0; in whirlpool_done()
[all …]
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/hashes/whirl/
H A Dwhirl.c60 K[0][x] = md->whirlpool.state[x]; in ss_whirlpool_compress()
124 zeromem(&md->whirlpool, sizeof(md->whirlpool)); in whirlpool_init()
150 if (md->whirlpool.curlen >= sizeof(md->whirlpool.buf)) { in whirlpool_done()
155 md->whirlpool.length += md->whirlpool.curlen * 8; in whirlpool_done()
158 md->whirlpool.buf[md->whirlpool.curlen++] = (unsigned char)0x80; in whirlpool_done()
164 if (md->whirlpool.curlen > 32) { in whirlpool_done()
166 md->whirlpool.buf[md->whirlpool.curlen++] = (unsigned char)0; in whirlpool_done()
169 md->whirlpool.curlen = 0; in whirlpool_done()
173 while (md->whirlpool.curlen < 56) { in whirlpool_done()
174 md->whirlpool.buf[md->whirlpool.curlen++] = (unsigned char)0; in whirlpool_done()
[all …]
/dports/games/fillets-ng/fillets-ng-data-1.0.1/script/bathroom/
H A Dcode.lua44 …if room.bav == 0 and (whirlpool.tvor > 0 and dist(small, whirlpool) < 2 or whirlpool.dir ~= dir_no…
45 if whirlpool:isTalking() or whirlpool.dir ~= dir_no then
110 if whirlpool:isTalking() then
122 if whirlpool:isTalking() then
135 whirlpool.tvor = 0
138 if whirlpool.anim == "" then
147 setanim(whirlpool, "d?1-3S[tvor],1a4d?1-5a5d?1-5a4d?1-5" ..
159 goanim(whirlpool)
160 …elseif whirlpool.tvor == 1 and whirlpool.afaze > 5 and not whirlpool:isTalking() and random(20) ==…
161 whirlpool:talk("br-x-pracka", VOLUME_FULL)
[all …]
/dports/security/p5-Digest-Whirlpool/Digest-Whirlpool-2.04/t/
H A Dreset.t14 my $whirlpool = Digest::Whirlpool->new;
16 $whirlpool->add( "a" );
17 like $whirlpool->clone->hexdigest, qr/^8aca/, "adding one item";
18 $whirlpool->reset;
20 $whirlpool->add( "a" );
21 like $whirlpool->clone->hexdigest, qr/^8aca/, "adding one item";
22 $whirlpool = $whirlpool->reset;
24 $whirlpool->add( "a" );
25 like $whirlpool->clone->hexdigest, qr/^8aca/, "adding one item";
H A Drt-50620.t16 whirlpool => Digest::Whirlpool->new(),
24 my $hex = $_->{whirlpool}->hexdigest();
25 my $hexd = $_->{whirlpool}->hexdigest();
51 $digesters[0]->{whirlpool}->reset();
55 my $digest = $digesters[0]->{whirlpool}->hexdigest;
75 $digesters[0]->{whirlpool}->reset();
79 $digesters[0]->{whirlpool}->add('hello');
80 my $digest = $digesters[0]->{whirlpool}->hexdigest;
H A D01-whirlpool.t8 my %whirlpool = qw<
31 for my $key (sort keys %whirlpool) {
32 my $whirlpool = Digest::Whirlpool->new;
34 $whirlpool->add($key);
36 cmp_ok $whirlpool{ $key }, 'eq', $whirlpool->hexdigest, qq<message digest for $key>;
H A Dadd.t13 my $whirlpool = Digest::Whirlpool->new;
15 $whirlpool->add( "a" );
17 like $whirlpool->clone->hexdigest, qr/^8aca/, "adding one item";
19 $whirlpool->add( qw< b c > );
21 like $whirlpool->clone->hexdigest, qr/^4e244/, "adding two items to the first one";
H A Dclone.t7 my $whirlpool = new Digest::Whirlpool;
9 $whirlpool->add("a");
11 my $whirlpool2 = $whirlpool->clone;
12 like $whirlpool->hexdigest, qr/^8aca/;
H A Dhexdigest.t7 my $whirlpool = Digest::Whirlpool->new;
9 $whirlpool->add( "a" );
11 like $whirlpool->hexdigest, qr/^8aca/, "digest";
/dports/net/rclone/rclone-1.57.0/vendor/github.com/jzelinskie/whirlpool/
H A DREADME.md1 # whirlpool.go
2 A [whirlpool hashing](https://en.wikipedia.org/wiki/Whirlpool_(cryptography)) library for go
6 …Status](https://secure.travis-ci.org/jzelinskie/whirlpool.png)](http://travis-ci.org/jzelinskie/wh…
11 $ go get github.com/jzelinskie/whirlpool
21 "github.com/jzelinskie/whirlpool"
25 w := whirlpool.New()
34 Check out the [gopkgdoc page](http://go.pkgdoc.org/github.com/jzelinskie/whirlpool), but there isn'…
H A Dwhirlpool.go8 package whirlpool package
16 type whirlpool struct { struct
26 return new(whirlpool)
29 func (w *whirlpool) Reset() { argument
42 func (w *whirlpool) Size() int { argument
46 func (w *whirlpool) BlockSize() int { argument
50 func (w *whirlpool) transform() { argument
113 func (w *whirlpool) Write(source []byte) (int, error) { argument
190 func (w *whirlpool) Sum(in []byte) []byte { argument
/dports/www/mod_php81/php-8.1.1/ext/hash/tests/
H A Dwhirlpool.phpt2 Hash: whirlpool algorithm
5 echo hash('whirlpool', ''), "\n";
6 echo hash('whirlpool', $s='---qwertzuiopasdfghjklyxcvbnm------qwertzuiopasdfghjklyxcvbnm---'), "\n";
7 echo hash('whirlpool', str_repeat($s.'0', 1000)), "\n";
/dports/lang/php81/php-8.1.1/ext/hash/tests/
H A Dwhirlpool.phpt2 Hash: whirlpool algorithm
5 echo hash('whirlpool', ''), "\n";
6 echo hash('whirlpool', $s='---qwertzuiopasdfghjklyxcvbnm------qwertzuiopasdfghjklyxcvbnm---'), "\n";
7 echo hash('whirlpool', str_repeat($s.'0', 1000)), "\n";
/dports/lang/php74/php-7.4.27/ext/hash/tests/
H A Dwhirlpool.phpt2 Hash: whirlpool algorithm
5 echo hash('whirlpool', ''), "\n";
6 echo hash('whirlpool', $s='---qwertzuiopasdfghjklyxcvbnm------qwertzuiopasdfghjklyxcvbnm---'), "\n";
7 echo hash('whirlpool', str_repeat($s.'0', 1000)), "\n";
/dports/lang/php80/php-8.0.15/ext/hash/tests/
H A Dwhirlpool.phpt2 Hash: whirlpool algorithm
5 echo hash('whirlpool', ''), "\n";
6 echo hash('whirlpool', $s='---qwertzuiopasdfghjklyxcvbnm------qwertzuiopasdfghjklyxcvbnm---'), "\n";
7 echo hash('whirlpool', str_repeat($s.'0', 1000)), "\n";
/dports/www/mod_php80/php-8.0.15/ext/hash/tests/
H A Dwhirlpool.phpt2 Hash: whirlpool algorithm
5 echo hash('whirlpool', ''), "\n";
6 echo hash('whirlpool', $s='---qwertzuiopasdfghjklyxcvbnm------qwertzuiopasdfghjklyxcvbnm---'), "\n";
7 echo hash('whirlpool', str_repeat($s.'0', 1000)), "\n";
/dports/www/mod_php74/php-7.4.27/ext/hash/tests/
H A Dwhirlpool.phpt2 Hash: whirlpool algorithm
5 echo hash('whirlpool', ''), "\n";
6 echo hash('whirlpool', $s='---qwertzuiopasdfghjklyxcvbnm------qwertzuiopasdfghjklyxcvbnm---'), "\n";
7 echo hash('whirlpool', str_repeat($s.'0', 1000)), "\n";
/dports/lang/php73/php-7.3.33/ext/hash/tests/
H A Dwhirlpool.phpt2 whirlpool
7 echo hash('whirlpool', ''), "\n";
8 echo hash('whirlpool', $s='---qwertzuiopasdfghjklyxcvbnm------qwertzuiopasdfghjklyxcvbnm---'), "\n";
9 echo hash('whirlpool', str_repeat($s.'0', 1000)), "\n";
/dports/security/php73-hash/php-7.3.33/ext/hash/tests/
H A Dwhirlpool.phpt2 whirlpool
7 echo hash('whirlpool', ''), "\n";
8 echo hash('whirlpool', $s='---qwertzuiopasdfghjklyxcvbnm------qwertzuiopasdfghjklyxcvbnm---'), "\n";
9 echo hash('whirlpool', str_repeat($s.'0', 1000)), "\n";
/dports/www/mod_php73/php-7.3.33/ext/hash/tests/
H A Dwhirlpool.phpt2 whirlpool
7 echo hash('whirlpool', ''), "\n";
8 echo hash('whirlpool', $s='---qwertzuiopasdfghjklyxcvbnm------qwertzuiopasdfghjklyxcvbnm---'), "\n";
9 echo hash('whirlpool', str_repeat($s.'0', 1000)), "\n";
/dports/security/p5-Digest-Whirlpool/Digest-Whirlpool-2.04/
H A DREADME17 my $whirlpool = Digest->new( 'Whirlpool' );
20 $whirlpool->add( "hash this" );
21 my $hexdigest = $whirlpool->hexdigest;
25 $whirlpool->add( "hash this" );
26 my $b64digest = $whirlpool->clone->b64digest;
27 $whirlpool->add( "add this to the hash" );
31 my $whirlpool = Digest->new( 'Whirlpool' );
32 $whirlpool->add( ... );
/dports/security/p5-Crypt-GCrypt/Crypt-GCrypt-1.26/t/
H A D08-digest.t16 … | openssl dgst -"$digest") ; done ; printf " whirlpool => '%s',\n" $(printf "%s" "$str" | whir…
33whirlpool => '19fa61d75522a4669b44e39c1d2e1726c530232130d407f89afee0964997f7a73e83be698b288febcf88…
45whirlpool => '8aca2602792aec6f11a67206531fb7d7f0dff59413145e6973c45001d0087b42d11bc645413aeff63a42…
57whirlpool => 'b89f9f0485e8a03e6c8aaa97b29c41479351e4906bdcdef05f0568d3eeed180962bf983c8be65153da0d…
69whirlpool => '4e2448a4c6f486bb16b6562c73b4020bf3043e3a731bce721ae1b303d97e6d4c7181eebdb6c57e277d0e…
81whirlpool => '378c84a4126e2dc6e56dcc7458377aac838d00032230f53ce1f5700c0ffb4d3b8421557659ef55c106b4…
93whirlpool => 'f1d754662636ffe92c82ebb9212a484a8d38631ead4238f5442ee13b8054e41b08bf2a9251c30b6a0b8a…
105whirlpool => 'dc37e008cf9ee69bf11f00ed9aba26901dd7c28cdec066cc6af42e40f82f3a1e08eba26629129d8fb7cb…
117whirlpool => '466ef18babb0154d25b9d38a6414f5c08784372bccb204d6549c4afadb6014294d5bd8df2a6c44e538cd…
126 # (i don't have HMAC test vectors for tiger or whirlpool)

12345678910>>...41