GNUnet 0.21.1
CheckKnownChallengeContext Struct Reference

Closure for check_known_challenge. More...

Collaboration diagram for CheckKnownChallengeContext:
[legend]

Data Fields

const struct GNUNET_CRYPTO_ChallengeNoncePchallenge
 Set to the challenge we are looking for. More...
 
struct ValidationStatevs
 Set to a matching validation state, if one was found. More...
 

Detailed Description

Closure for check_known_challenge.

Definition at line 9218 of file gnunet-service-transport.c.

Field Documentation

◆ challenge

const struct GNUNET_CRYPTO_ChallengeNonceP* CheckKnownChallengeContext::challenge

Set to the challenge we are looking for.

Definition at line 9223 of file gnunet-service-transport.c.

Referenced by check_known_challenge(), and handle_validation_response().

◆ vs

struct ValidationState* CheckKnownChallengeContext::vs

Set to a matching validation state, if one was found.

Definition at line 9228 of file gnunet-service-transport.c.

Referenced by check_known_challenge(), and handle_validation_response().


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