Home
last modified time | relevance | path

Searched refs:SipHash_Update (Results 1 - 8 of 8) sorted by relevance

/third_party/openssl/test/
H A Dsiphash_internal_test.c201 SipHash_Update(&siphash, in, inlen); in test_siphash()
210 SipHash_Update(&siphash, in, 1); in test_siphash()
211 SipHash_Update(&siphash, in+1, inlen-1); in test_siphash()
227 SipHash_Update(&siphash, in, half); in test_siphash()
228 SipHash_Update(&siphash, in+half, inlen-half); in test_siphash()
241 SipHash_Update(&siphash, in, half); in test_siphash()
242 SipHash_Update(&siphash, in+half, inlen-half); in test_siphash()
/third_party/openssl/ohos_lite/include/crypto/
H A Dsiphash.h24 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen);
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dsiphash.h28 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen);
/third_party/openssl/include/crypto/
H A Dsiphash.h28 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen);
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dsiphash_prov.c134 SipHash_Update(&ctx->siphash, data, datalen); in siphash_update()
/third_party/node/deps/openssl/openssl/crypto/siphash/
H A Dsiphash.c139 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen) in SipHash_Update() function
/third_party/openssl/crypto/siphash/
H A Dsiphash.c139 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen) in SipHash_Update() function
/third_party/openssl/providers/implementations/macs/
H A Dsiphash_prov.c134 SipHash_Update(&ctx->siphash, data, datalen); in siphash_update()

Completed in 4 milliseconds