HomeSort by: relevance | last modified time | path
    Searched refs:siphash24 (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/cookie/ns4/
named.conf.j2 33 cookie-algorithm siphash24;
  /src/external/mpl/bind/dist/bin/tests/system/cookie/ns5/
named.conf.j2 33 cookie-algorithm siphash24;
  /src/external/mpl/bind/dist/bin/tests/system/cookie/ns6/
named.conf.j2 33 cookie-algorithm siphash24;
  /src/external/mpl/bind/dist/bin/tests/system/cookie/
bad-cookie-badsiphash24.conf 15 cookie-algorithm siphash24;
good-cookie-siphash24.conf 15 cookie-algorithm siphash24;
  /src/external/mit/expat/dist/fuzz/
xml_parse_fuzzer.c 63 XML_SetHashSalt(p, (unsigned long)siphash24(data, size, key));
xml_parsebuffer_fuzzer.c 64 XML_SetHashSalt(p, (unsigned long)siphash24(data, size, key));
  /src/external/mit/expat/dist/lib/
siphash.h 9 * 1. https://www.131002.net/siphash/siphash24.c
43 * - Turn macro siphash24 into a function
67 * For hashing a message, use either the convenience macro siphash24 or the
81 * hash = siphash24(msg, len, key);
90 * o Neither sip_keyof, sip_binof, nor siphash24 will work with compilers
270 siphash24(const void *src, size_t len, const struct sipkey *key) { function
273 } /* siphash24() */
367 if (siphash24(in, i, &k) != SIP_U8TO64_LE(vectors[i]))
  /src/external/mit/expat/dist/tests/
basic_tests.c 133 if (siphash24(message, len, &key) != expected)
134 fail("siphash24 failed spec test\n");

Completed in 25 milliseconds