Searched defs:siphash24 (Results 1 - 4 of 4) sorted by relevance
| /third_party/eudev/src/shared/ |
| H A D | siphash24.c | 56 void siphash24(uint8_t out[8], const void *_in, size_t inlen, const uint8_t k[16]) in siphash24() function
|
| /third_party/skia/third_party/externals/expat/expat/lib/ |
| H A D | siphash.h | 271 siphash24(const void *src, size_t len, const struct sipkey *key) { in siphash24() function
|
| /third_party/python/Modules/expat/ |
| H A D | siphash.h | 271 siphash24(const void *src, size_t len, const struct sipkey *key) { in siphash24() function
|
| /third_party/python/Python/ |
| H A D | pyhash.c | 428 siphash24(uint64_t k0, uint64_t k1, const void *src, Py_ssize_t src_sz) { in siphash24() function
|
Completed in 3 milliseconds