HomeSort by: relevance | last modified time | path
    Searched defs:SIPHASH (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
siphash.h 17 typedef struct siphash_st SIPHASH;
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);
  /src/crypto/external/apache2/openssl/dist/include/crypto/
siphash.h 21 typedef struct siphash_st SIPHASH;
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);
31 /* Based on https://131002.net/siphash C reference implementation */
46 /* default: SipHash-2-4 */
  /src/crypto/external/bsd/openssl/dist/include/crypto/
siphash.h 21 typedef struct siphash_st SIPHASH;
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);
31 /* Based on https://131002.net/siphash C reference implementation */
46 /* default: SipHash-2-4 */

Completed in 25 milliseconds