Apache HTTPD
Public Attributes | List of all members
siphash Struct Reference

#include <siphash.h>

Public Attributes

uint64_t v0
 
uint64_t v1
 
uint64_t v2
 
uint64_t v3
 
unsigned char buf [8]
 
unsigned charp
 
uint64_t c
 

Detailed Description

Definition at line 131 of file siphash.h.

Member Data Documentation

◆ buf

unsigned char siphash::buf[8]

Definition at line 134 of file siphash.h.

◆ c

uint64_t siphash::c

Definition at line 135 of file siphash.h.

◆ p

unsigned char * siphash::p

Definition at line 134 of file siphash.h.

◆ v0

uint64_t siphash::v0

Definition at line 132 of file siphash.h.

◆ v1

uint64_t siphash::v1

Definition at line 132 of file siphash.h.

◆ v2

uint64_t siphash::v2

Definition at line 132 of file siphash.h.

◆ v3

uint64_t siphash::v3

Definition at line 132 of file siphash.h.


The documentation for this struct was generated from the following file: