Home
last modified time | relevance | path

Searched refs:shorthash (Results 1 – 25 of 53) sorted by relevance

123

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/shorthash/
H A Dsiphash24.rs38 pub fn shorthash(m: &[u8], k: &Key) -> Digest { in shorthash() function
132 let Digest(h) = shorthash(&m[..i], &k); in test_vectors()
145 let d = shorthash(&m[..], &k); in test_serialisation()
167 shorthash(m, &k); in bench_shorthash()
/dports/multimedia/zoneminder/zoneminder-1.36.5/utils/packpack/
H A Dstartpackpack.sh50 shorthash=$(git describe --long --always | awk -F - '{print $3}')
65 for var in $thedate $shorthash $versionfile $versionhash $numcommits; do
74 echo "shorthash: ${shorthash}"
205 export RELEASE="1.${numcommits}.${thedate}git${shorthash}"
242 export CHANGELOG_TEXT="Automated, development snapshot of git ${shorthash}"
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/auth/secstore/
H A Dpak.c89 shorthash(char *mess, char *C, char *S, char *m, char *mu, char *sigma, char *Hi, uchar *digest) in shorthash() function
175 shorthash("server", C, S, hexm, hexmu, hexsigma, hexHi, digest); in PAKclient()
183 shorthash("client", C, S, hexm, hexmu, hexsigma, hexHi, digest); in PAKclient()
189 shorthash("session", C, S, hexm, hexmu, hexsigma, hexHi, digest); in PAKclient()
287 shorthash("server", C, S, hexm, hexmu, hexsigma, hexHi, digest); in PAKserver()
304 shorthash("client", C, S, hexm, hexmu, hexsigma, hexHi, digest); in PAKserver()
312 shorthash("session", C, S, hexm, hexmu, hexsigma, hexHi, digest); in PAKserver()
/dports/www/node10/node-v10.24.1/deps/v8/tools/node/
H A Dbackport_node.py76 shorthash = subprocess.check_output(
81 title = "deps: backport %s from upstream V8" % shorthash
92 ["git", "checkout", "-b", "backport_%s" % shorthash], # new branch
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/
H A Dchangelog.hbs24 …- {{#if breaking}}**Breaking change:** {{/if}}{{{subject}}}{{#if href}} (([`{{shorthash}}`][]){{/i…
34 {{#if href}}[`{{shorthash}}`]: {{href}}{{/if}}
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/
H A Dchangelog.hbs24 …- {{#if breaking}}**Breaking change:** {{/if}}{{{subject}}}{{#if href}} (([`{{shorthash}}`][]){{/i…
34 {{#if href}}[`{{shorthash}}`]: {{href}}{{/if}}
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/
H A Dchangelog.hbs24 …- {{#if breaking}}**Breaking change:** {{/if}}{{{subject}}}{{#if href}} (([`{{shorthash}}`][]){{/i…
34 {{#if href}}[`{{shorthash}}`]: {{href}}{{/if}}
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/
H A Dchangelog.hbs24 …- {{#if breaking}}**Breaking change:** {{/if}}{{{subject}}}{{#if href}} (([`{{shorthash}}`][]){{/i…
34 {{#if href}}[`{{shorthash}}`]: {{href}}{{/if}}
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/normalize-package-data/node_modules/resolve/
H A Dchangelog.hbs24 …- {{#if breaking}}**Breaking change:** {{/if}}{{{subject}}}{{#if href}} (([`{{shorthash}}`][]){{/i…
34 {{#if href}}[`{{shorthash}}`]: {{href}}{{/if}}
/dports/news/inn-current/inn-2.7-20211226/lib/
H A Ddbz.c244 unsigned long shorthash; /* integer version of the hash, used for member
1363 if (osp != FRESH && osp->shorthash == h) {
1369 sp->shorthash = h;
1372 debug("hash %8.8lx tag %8.8lx place %ld", sp->shorthash, sp->tag,
1389 tocopy = sizeof(hash) < sizeof(sp->shorthash) ? sizeof(hash)
1390 : sizeof(sp->shorthash);
1392 memcpy(&sp->shorthash, (const char *) &hash + (sizeof(hash) - tocopy),
1394 sp->shorthash >>= 1;
1422 sp->place = ((sp->shorthash + sp->run) % conf.tsize) + taboffset;
1494 sp->place = ((sp->shorthash + sp->run) % conf.tsize) + taboffset;
/dports/news/inn/inn-2.6.4/lib/
H A Ddbz.c245 unsigned long shorthash; /* integer version of the hash, used for member
1356 if (osp != FRESH && osp->shorthash == h) {
1362 sp->shorthash = h;
1366 sp->shorthash, sp->tag, sp->place);
1382 tocopy = sizeof(hash) < sizeof(sp->shorthash) ? sizeof(hash) : sizeof(sp->shorthash);
1384 memcpy(&sp->shorthash, (const char *)&hash + (sizeof(hash) - tocopy),
1386 sp->shorthash >>= 1;
1414 sp->place = ((sp->shorthash + sp->run) % conf.tsize) + taboffset;
1485 sp->place = ((sp->shorthash + sp->run) % conf.tsize) + taboffset;
/dports/sysutils/shlock/inn-2.6.4/lib/
H A Ddbz.c245 unsigned long shorthash; /* integer version of the hash, used for member
1356 if (osp != FRESH && osp->shorthash == h) {
1362 sp->shorthash = h;
1366 sp->shorthash, sp->tag, sp->place);
1382 tocopy = sizeof(hash) < sizeof(sp->shorthash) ? sizeof(hash) : sizeof(sp->shorthash);
1384 memcpy(&sp->shorthash, (const char *)&hash + (sizeof(hash) - tocopy),
1386 sp->shorthash >>= 1;
1414 sp->place = ((sp->shorthash + sp->run) % conf.tsize) + taboffset;
1485 sp->place = ((sp->shorthash + sp->run) % conf.tsize) + taboffset;
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A DMakefile.am71 shorthash.exp \
151 shorthash.res \
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A DMakefile.am71 shorthash.exp \
151 shorthash.res \
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A DMakefile.am71 shorthash.exp \
151 shorthash.res \
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A DMakefile.am71 shorthash.exp \
151 shorthash.res \
/dports/news/newsx/newsx-1.6/dbz/
H A Ddbz-v6.c310 unsigned long shorthash; /* integer version of the hash, used for member
1472 if (osp != FRESH && osp->shorthash == h) {
1478 sp->shorthash = h;
1482 sp->shorthash, sp->tag, sp->place));
1498 tocopy = sizeof(hash) < sizeof(sp->shorthash) ? sizeof(hash) : sizeof(sp->shorthash);
1500 memcpy(&sp->shorthash, (char *)&hash + (sizeof(hash) - tocopy), tocopy);
1501 sp->shorthash >>= 1;
1529 sp->place = ((sp->shorthash + sp->run) % conf.tsize) + taboffset;
1608 sp->place = ((sp->shorthash + sp->run) % conf.tsize) + taboffset;
/dports/www/mod_php81/php-8.1.1/ext/sodium/tests/
H A Dcrypto_shorthash.phpt2 Check for libsodium shorthash
/dports/lang/php81/php-8.1.1/ext/sodium/tests/
H A Dcrypto_shorthash.phpt2 Check for libsodium shorthash
/dports/security/php81-sodium/php-8.1.1/ext/sodium/tests/
H A Dcrypto_shorthash.phpt2 Check for libsodium shorthash
/dports/lang/php73/php-7.3.33/ext/sodium/tests/
H A Dcrypto_shorthash.phpt2 Check for libsodium shorthash
/dports/lang/php74/php-7.4.27/ext/sodium/tests/
H A Dcrypto_shorthash.phpt2 Check for libsodium shorthash
/dports/lang/php80/php-8.0.15/ext/sodium/tests/
H A Dcrypto_shorthash.phpt2 Check for libsodium shorthash
/dports/security/php74-sodium/php-7.4.27/ext/sodium/tests/
H A Dcrypto_shorthash.phpt2 Check for libsodium shorthash
/dports/security/pecl-libsodium/libsodium-2.0.23/tests/
H A Dcrypto_shorthash.phpt2 Check for libsodium shorthash

123