/third_party/openssl/test/ |
D | siphash_internal_test.c | 172 SIPHASH siphash = { 0, }; in test_siphash() local 199 if (!TEST_true(SipHash_set_hash_size(&siphash, expectedlen)) in test_siphash() 200 || !TEST_true(SipHash_Init(&siphash, key, 0, 0))) in test_siphash() 202 SipHash_Update(&siphash, in, inlen); in test_siphash() 203 if (!TEST_true(SipHash_Final(&siphash, out, expectedlen)) in test_siphash() 208 if (!TEST_true(SipHash_set_hash_size(&siphash, expectedlen)) in test_siphash() 209 || !TEST_true(SipHash_Init(&siphash, key, 0, 0))) in test_siphash() 211 SipHash_Update(&siphash, in, 1); in test_siphash() 212 SipHash_Update(&siphash, in+1, inlen-1); in test_siphash() 213 if (!TEST_true(SipHash_Final(&siphash, out, expectedlen))) in test_siphash() [all …]
|
D | build.info | 452 IF[{- !$disabled{siphash} -}]
|
/third_party/expat/lib/ |
D | siphash.h | 132 struct siphash { struct 167 sip_round(struct siphash *H, const int rounds) { in sip_round() 191 static struct siphash * 192 sip24_init(struct siphash *H, const struct sipkey *key) { in sip24_init() 206 static struct siphash * 207 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() 231 sip24_final(struct siphash *H) { in sip24_final() 272 struct siphash state = SIPHASH_INITIALIZER; in siphash24()
|
D | Makefile.am | 79 siphash.h \
|
D | Makefile.in | 439 siphash.h \
|
D | xmlparse.c | 3532 struct siphash sip_state; in storeAtts() 6892 struct siphash state; in hash()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | siphash.h | 132 struct siphash { struct 167 sip_round(struct siphash *H, const int rounds) { in sip_round() 191 static struct siphash * 192 sip24_init(struct siphash *H, const struct sipkey *key) { in sip24_init() 206 static struct siphash * 207 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() 231 sip24_final(struct siphash *H) { in sip24_final() 272 struct siphash state = SIPHASH_INITIALIZER; in siphash24()
|
D | Makefile.am | 79 siphash.h \
|
D | xmlparse.c | 3453 struct siphash sip_state; in storeAtts() 6707 struct siphash state; in hash()
|
/third_party/python/Modules/expat/ |
D | siphash.h | 132 struct siphash { struct 167 sip_round(struct siphash *H, const int rounds) { in sip_round() 191 static struct siphash * 192 sip24_init(struct siphash *H, const struct sipkey *key) { in sip24_init() 206 static struct siphash * 207 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() 231 sip24_final(struct siphash *H) { in sip24_final() 272 struct siphash state = SIPHASH_INITIALIZER; in siphash24()
|
/third_party/skia/third_party/externals/expat/expat/ |
D | apply-clang-format.sh | 47 expand --tabs=2 --initial lib/siphash.h | sponge lib/siphash.h
|
D | Changes | 508 #100 Fix use of SIPHASH_MAIN in siphash.h
|
/third_party/openssl/crypto/siphash/ |
D | build.info | 3 siphash.c \
|
/third_party/openssl/util/ |
D | fix-includes.sed | 2 …E.H|dso_conf.h|engine.h|lhash.h|md32_common.h|objects.h|poly1305.h|sha.h|siphash.h|sm2err.h|sm2.h|…
|
/third_party/python/Include/ |
D | pyhash.h | 67 } siphash; member
|
/third_party/python/Python/ |
D | pyhash.c | 434 _le64toh(_Py_HashSecret.siphash.k0), _le64toh(_Py_HashSecret.siphash.k1), in pysiphash()
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.46.0.txt | 16 This needed to support fscrypt siphash algorithm, which calculates the
|
/third_party/openssl/ |
D | BUILD.gn | 658 "crypto/siphash/siphash.c", 659 "crypto/siphash/siphash_ameth.c", 660 "crypto/siphash/siphash_pmeth.c",
|
/third_party/openssl/crypto/objects/ |
D | obj_mac.num | 1062 siphash 1062
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0a4.rst | 123 platforms. This should ensure siphash gives consistent results across
|
/third_party/grpc/ |
D | config.m4 | 703 third_party/boringssl-with-bazel/src/crypto/siphash/siphash.c \ 1017 PHP_ADD_BUILD_DIR($ext_builddir/third_party/boringssl-with-bazel/src/crypto/siphash)
|
D | config.w32 | 671 "third_party\\boringssl-with-bazel\\src\\crypto\\siphash\\siphash.c " + 1056 FSO.CreateFolder(base_dir+"\\ext\\grpc\\third_party\\boringssl-with-bazel\\src\\crypto\\siphash");
|
D | grpc.gyp | 1694 'third_party/boringssl-with-bazel/src/crypto/siphash/siphash.c',
|
/third_party/expat/ |
D | Changes | 523 #100 Fix use of SIPHASH_MAIN in siphash.h
|
/third_party/python/Doc/ |
D | license.rst | 620 Jean-Philippe Aumasson (https://131002.net/siphash/siphash24.c)
|