Home
last modified time | relevance | path

Searched refs:siphash (Results 1 – 25 of 34) sorted by relevance

12

/third_party/openssl/test/
Dsiphash_internal_test.c172 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 …]
Dbuild.info452 IF[{- !$disabled{siphash} -}]
/third_party/expat/lib/
Dsiphash.h132 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()
DMakefile.am79 siphash.h \
DMakefile.in439 siphash.h \
Dxmlparse.c3532 struct siphash sip_state; in storeAtts()
6892 struct siphash state; in hash()
/third_party/skia/third_party/externals/expat/expat/lib/
Dsiphash.h132 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()
DMakefile.am79 siphash.h \
Dxmlparse.c3453 struct siphash sip_state; in storeAtts()
6707 struct siphash state; in hash()
/third_party/python/Modules/expat/
Dsiphash.h132 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/
Dapply-clang-format.sh47 expand --tabs=2 --initial lib/siphash.h | sponge lib/siphash.h
DChanges508 #100 Fix use of SIPHASH_MAIN in siphash.h
/third_party/openssl/crypto/siphash/
Dbuild.info3 siphash.c \
/third_party/openssl/util/
Dfix-includes.sed2 …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/
Dpyhash.h67 } siphash; member
/third_party/python/Python/
Dpyhash.c434 _le64toh(_Py_HashSecret.siphash.k0), _le64toh(_Py_HashSecret.siphash.k1), in pysiphash()
/third_party/e2fsprogs/doc/RelNotes/
Dv1.46.0.txt16 This needed to support fscrypt siphash algorithm, which calculates the
/third_party/openssl/
DBUILD.gn658 "crypto/siphash/siphash.c",
659 "crypto/siphash/siphash_ameth.c",
660 "crypto/siphash/siphash_pmeth.c",
/third_party/openssl/crypto/objects/
Dobj_mac.num1062 siphash 1062
/third_party/python/Misc/NEWS.d/
D3.7.0a4.rst123 platforms. This should ensure siphash gives consistent results across
/third_party/grpc/
Dconfig.m4703 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)
Dconfig.w32671 "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");
Dgrpc.gyp1694 'third_party/boringssl-with-bazel/src/crypto/siphash/siphash.c',
/third_party/expat/
DChanges523 #100 Fix use of SIPHASH_MAIN in siphash.h
/third_party/python/Doc/
Dlicense.rst620 Jean-Philippe Aumasson (https://131002.net/siphash/siphash24.c)

12