Searched refs:SIPHASH (Results 1 – 2 of 2) sorted by relevance
21 typedef struct siphash_st SIPHASH; typedef24 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);
65 # define OSSL_MAC_NAME_SIPHASH "SIPHASH"
Completed in 4 milliseconds