Functions
siphash.c File Reference
#include <stdint.h>
#include <string.h>
#include <openssl/siphash.h>
#include "../internal.h"
Include dependency graph for siphash.c:

Go to the source code of this file.

Functions

uint64_t SIPHASH_24 (const uint64_t key[2], const uint8_t *input, size_t input_len)
 
static void siphash_round (uint64_t v[4])
 

Function Documentation

◆ SIPHASH_24()

uint64_t SIPHASH_24 ( const uint64_t  key[2],
const uint8_t input,
size_t  input_len 
)

Definition at line 40 of file siphash.c.

◆ siphash_round()

static void siphash_round ( uint64_t  v[4])
static

Definition at line 23 of file siphash.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:31