Symbol: SIPHASH
crypto/openssl/crypto/siphash/siphash.c
106
int SipHash_Init(SIPHASH *ctx, const unsigned char *k, int crounds, int drounds)
crypto/openssl/crypto/siphash/siphash.c
136
void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen)
crypto/openssl/crypto/siphash/siphash.c
194
int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen)
crypto/openssl/crypto/siphash/siphash.c
67
return sizeof(SIPHASH);
crypto/openssl/crypto/siphash/siphash.c
70
size_t SipHash_hash_size(SIPHASH *ctx)
crypto/openssl/crypto/siphash/siphash.c
82
int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size)
crypto/openssl/include/crypto/siphash.h
24
size_t SipHash_hash_size(SIPHASH *ctx);
crypto/openssl/include/crypto/siphash.h
25
int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size);
crypto/openssl/include/crypto/siphash.h
26
int SipHash_Init(SIPHASH *ctx, const unsigned char *k,
crypto/openssl/include/crypto/siphash.h
28
void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen);
crypto/openssl/include/crypto/siphash.h
29
int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen);
crypto/openssl/providers/implementations/macs/siphash_prov.c
41
SIPHASH siphash; /* Siphash data */
crypto/openssl/providers/implementations/macs/siphash_prov.c
42
SIPHASH sipcopy; /* Siphash data copy for reinitialization */
crypto/openssl/ssl/quic/quic_lcidm.c
73
SIPHASH siphash = {
crypto/openssl/test/siphash_internal_test.c
1835
SIPHASH siphash = {
crypto/openssl/test/siphash_internal_test.c
1924
SIPHASH siphash = {