Home
last modified time | relevance | path

Searched refs:SIPHASH (Results 1 – 2 of 2) sorted by relevance

/include/crypto/
A Dsiphash.h21 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);
/include/openssl/
A Dcore_names.h.in65 # define OSSL_MAC_NAME_SIPHASH "SIPHASH"

Completed in 4 milliseconds