Searched refs:SipHash_Final (Results 1 - 8 of 8) sorted by relevance
/third_party/openssl/test/ |
H A D | siphash_internal_test.c | 202 if (!TEST_true(SipHash_Final(&siphash, out, expectedlen)) in test_siphash() 212 if (!TEST_true(SipHash_Final(&siphash, out, expectedlen))) in test_siphash() 229 if (!TEST_true(SipHash_Final(&siphash, out, expectedlen))) in test_siphash() 243 if (!TEST_true(SipHash_Final(&siphash, out, expectedlen))) in test_siphash() 265 && TEST_false(SipHash_Final(&siphash, output, 0)) in test_siphash_basic() 268 && TEST_false(SipHash_Final(&siphash, output, 8)) in test_siphash_basic() 270 && TEST_true(SipHash_Final(&siphash, output, 8)) in test_siphash_basic() 271 && TEST_int_eq(SipHash_Final(&siphash, output, 16), 0) in test_siphash_basic() 276 && TEST_int_eq(SipHash_Final(&siphash, output, 8), 0) in test_siphash_basic() 277 && TEST_true(SipHash_Final( in test_siphash_basic() [all...] |
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | siphash.h | 25 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen);
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | siphash.h | 29 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen);
|
/third_party/openssl/include/crypto/ |
H A D | siphash.h | 29 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen);
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | siphash_prov.c | 148 return SipHash_Final(&ctx->siphash, out, hlen); in siphash_final()
|
/third_party/node/deps/openssl/openssl/crypto/siphash/ |
H A D | siphash.c | 197 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen) in SipHash_Final() function
|
/third_party/openssl/crypto/siphash/ |
H A D | siphash.c | 197 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen) in SipHash_Final() function
|
/third_party/openssl/providers/implementations/macs/ |
H A D | siphash_prov.c | 148 return SipHash_Final(&ctx->siphash, out, hlen); in siphash_final()
|
Completed in 4 milliseconds