Apache HTTPD
Classes | Macros | Functions | Variables
apr_uuid.h File Reference

APR UUID library. More...

#include "apu.h"
#include "apr_errno.h"

Go to the source code of this file.

Classes

struct  apr_uuid_t
 

Macros

#define APR_UUID_FORMATTED_LENGTH   36
 

Functions

 APU_DECLARE (void) apr_uuid_get(apr_uuid_t *uuid)
 Computes SipHash-2-4, producing a 64bit (APR_SIPHASH_DSIZE) hash from a message and a 128bit (APR_SIPHASH_KSIZE) secret key, into a possibly unaligned buffer (using the little endian representation as defined by the authors for interoperabilty) usable as a MAC.
 
 APU_DECLARE (apr_status_t) apr_uuid_parse(apr_uuid_t *uuid
 

Variables

const apr_uuid_tuuid
 
const charuuid_str
 

Detailed Description

APR UUID library.

Definition in file apr_uuid.h.