GNUnet 0.22.2
GNUNET_RECLAIM_Credential Struct Reference

A credential. More...

#include <gnunet_reclaim_lib.h>

Collaboration diagram for GNUNET_RECLAIM_Credential:
[legend]

Data Fields

struct GNUNET_RECLAIM_Identifier id
 ID. More...
 
uint32_t type
 Type/Format of Claim. More...
 
uint32_t flag
 Flag. More...
 
const char * name
 The name of the credential. More...
 
size_t data_size
 Number of bytes in data. More...
 
const void * data
 Binary value stored as credential value. More...
 

Detailed Description

A credential.

Definition at line 159 of file gnunet_reclaim_lib.h.

Field Documentation

◆ id

◆ type

uint32_t GNUNET_RECLAIM_Credential::type

Type/Format of Claim.

Definition at line 169 of file gnunet_reclaim_lib.h.

Referenced by GNUNET_RECLAIM_credential_list_dup(), and GNUNET_RECLAIM_credential_new().

◆ flag

uint32_t GNUNET_RECLAIM_Credential::flag

Flag.

Definition at line 174 of file gnunet_reclaim_lib.h.

Referenced by GNUNET_RECLAIM_credential_new().

◆ name

const char* GNUNET_RECLAIM_Credential::name

The name of the credential.

Note: must never be individually free'd

Definition at line 180 of file gnunet_reclaim_lib.h.

Referenced by delete_credential_cont(), GNUNET_RECLAIM_credential_list_dup(), GNUNET_RECLAIM_credential_new(), and update_tickets().

◆ data_size

size_t GNUNET_RECLAIM_Credential::data_size

Number of bytes in data.

Definition at line 185 of file gnunet_reclaim_lib.h.

Referenced by GNUNET_RECLAIM_credential_list_dup(), and GNUNET_RECLAIM_credential_new().

◆ data

const void* GNUNET_RECLAIM_Credential::data

Binary value stored as credential value.

Note: "data" must never be individually 'malloc'ed, but instead always points into some existing data area.

Definition at line 192 of file gnunet_reclaim_lib.h.

Referenced by GNUNET_RECLAIM_credential_list_dup(), GNUNET_RECLAIM_credential_new(), typescriptdomain.TypeScriptDomain::objects(), httpdomain.httpdomain.HTTPDomain::resolve_xref(), and httpdomain.httpdomain.HTTPDomain::routes().


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