A credential. More...
#include <gnunet_reclaim_lib.h>
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... | |
A credential.
Definition at line 159 of file gnunet_reclaim_lib.h.
struct GNUNET_RECLAIM_Identifier GNUNET_RECLAIM_Credential::id |
ID.
Definition at line 164 of file gnunet_reclaim_lib.h.
Referenced by add_credential_cont(), cred_store_task(), delete_credential_cont(), GNUNET_RECLAIM_credential_list_dup(), handle_credential_delete_message(), oidc_cred_collect(), purge_attributes(), and update_tickets().
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().
uint32_t GNUNET_RECLAIM_Credential::flag |
Flag.
Definition at line 174 of file gnunet_reclaim_lib.h.
Referenced by GNUNET_RECLAIM_credential_new().
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().
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().
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().