Searched refs:SipHash_Update (Results 1 - 8 of 8) sorted by relevance
/third_party/openssl/test/ |
H A D | siphash_internal_test.c | 201 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 D | siphash.h | 24 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen);
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | siphash.h | 28 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen);
|
/third_party/openssl/include/crypto/ |
H A D | siphash.h | 28 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen);
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | siphash_prov.c | 134 SipHash_Update(&ctx->siphash, data, datalen); in siphash_update()
|
/third_party/node/deps/openssl/openssl/crypto/siphash/ |
H A D | siphash.c | 139 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen) in SipHash_Update() function
|
/third_party/openssl/crypto/siphash/ |
H A D | siphash.c | 139 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen) in SipHash_Update() function
|
/third_party/openssl/providers/implementations/macs/ |
H A D | siphash_prov.c | 134 SipHash_Update(&ctx->siphash, data, datalen); in siphash_update()
|
Completed in 4 milliseconds