GNUnet 0.24.4-talerdev.1-12-g8362a9920
 
Loading...
Searching...
No Matches
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.
 
struct ValidationStatevs
 Set to a matching validation state, if one was found.
 

Detailed Description

Closure for check_known_challenge.

Definition at line 9773 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 9778 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 9783 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: