Searched refs:SIPHASH (Results 1 - 8 of 8) sorted by relevance
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | siphash.h | 17 typedef struct siphash_st SIPHASH; typedef 20 size_t SipHash_hash_size(SIPHASH *ctx); 21 int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size); 22 int SipHash_Init(SIPHASH *ctx, const unsigned char *k, 24 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen); 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 | 21 typedef struct siphash_st SIPHASH; typedef 24 size_t SipHash_hash_size(SIPHASH *ctx); 25 int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size); 26 int SipHash_Init(SIPHASH *ctx, const unsigned char *k, 28 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen); 29 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen);
|
/third_party/openssl/include/crypto/ |
H A D | siphash.h | 21 typedef struct siphash_st SIPHASH; typedef 24 size_t SipHash_hash_size(SIPHASH *ctx); 25 int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size); 26 int SipHash_Init(SIPHASH *ctx, const unsigned char *k, 28 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen); 29 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen);
|
/third_party/node/deps/openssl/openssl/crypto/siphash/ |
H A D | siphash.c | 70 return sizeof(SIPHASH); in SipHash_ctx_size() 73 size_t SipHash_hash_size(SIPHASH *ctx) in SipHash_hash_size() 85 int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size) in SipHash_set_hash_size() 109 int SipHash_Init(SIPHASH *ctx, const unsigned char *k, int crounds, int drounds) in SipHash_Init() 139 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen) in SipHash_Update() 197 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen) in SipHash_Final()
|
/third_party/openssl/crypto/siphash/ |
H A D | siphash.c | 70 return sizeof(SIPHASH); in SipHash_ctx_size() 73 size_t SipHash_hash_size(SIPHASH *ctx) in SipHash_hash_size() 85 int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size) in SipHash_set_hash_size() 109 int SipHash_Init(SIPHASH *ctx, const unsigned char *k, int crounds, int drounds) in SipHash_Init() 139 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen) in SipHash_Update() 197 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen) in SipHash_Final()
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | siphash_prov.c | 41 SIPHASH siphash; /* Siphash data */ 42 SIPHASH sipcopy; /* Siphash data copy for reinitialization */
|
/third_party/openssl/providers/implementations/macs/ |
H A D | siphash_prov.c | 41 SIPHASH siphash; /* Siphash data */ 42 SIPHASH sipcopy; /* Siphash data copy for reinitialization */
|
/third_party/openssl/test/ |
H A D | siphash_internal_test.c | 171 SIPHASH siphash = { 0, }; in test_siphash() 259 SIPHASH siphash = { 0, }; in test_siphash_basic()
|
Completed in 4 milliseconds