GNUnet debian-0.24.3-23-g589b01d60
GNUNET_PILS_Operation Struct Reference
Collaboration diagram for GNUNET_PILS_Operation:
[legend]

Data Fields

struct GNUNET_PILS_Operationnext
 
struct GNUNET_PILS_Operationprev
 
struct GNUNET_PILS_Handleh
 
GNUNET_PILS_DecapsResultCallback decaps_cb
 
void * decaps_cb_cls
 
GNUNET_PILS_SignResultCallback sign_cb
 
void * sign_cb_cls
 
struct GNUNET_MQ_Envelopeenv
 
uint32_t op_id
 

Detailed Description

Definition at line 47 of file pils_api.c.

Field Documentation

◆ next

◆ prev

struct GNUNET_PILS_Operation* GNUNET_PILS_Operation::prev

Definition at line 53 of file pils_api.c.

◆ h

◆ decaps_cb

GNUNET_PILS_DecapsResultCallback GNUNET_PILS_Operation::decaps_cb

Definition at line 59 of file pils_api.c.

Referenced by GNUNET_PILS_kem_decaps(), and handle_decaps_result().

◆ decaps_cb_cls

void* GNUNET_PILS_Operation::decaps_cb_cls

Definition at line 62 of file pils_api.c.

Referenced by GNUNET_PILS_kem_decaps(), and handle_decaps_result().

◆ sign_cb

GNUNET_PILS_SignResultCallback GNUNET_PILS_Operation::sign_cb

Definition at line 65 of file pils_api.c.

Referenced by GNUNET_PILS_sign_by_peer_identity(), and handle_sign_result().

◆ sign_cb_cls

void* GNUNET_PILS_Operation::sign_cb_cls

Definition at line 68 of file pils_api.c.

Referenced by GNUNET_PILS_sign_by_peer_identity(), and handle_sign_result().

◆ env

◆ op_id

uint32_t GNUNET_PILS_Operation::op_id

Definition at line 74 of file pils_api.c.

Referenced by find_op(), GNUNET_PILS_kem_decaps(), and GNUNET_PILS_sign_by_peer_identity().


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