Closure for check_known_challenge. More...
Data Fields | |
const struct GNUNET_CRYPTO_ChallengeNonceP * | challenge |
Set to the challenge we are looking for. More... | |
struct ValidationState * | vs |
Set to a matching validation state, if one was found. More... | |
Closure for check_known_challenge.
Definition at line 9362 of file gnunet-service-transport.c.
const struct GNUNET_CRYPTO_ChallengeNonceP* CheckKnownChallengeContext::challenge |
Set to the challenge we are looking for.
Definition at line 9367 of file gnunet-service-transport.c.
Referenced by check_known_challenge(), and handle_validation_response().
struct ValidationState* CheckKnownChallengeContext::vs |
Set to a matching validation state, if one was found.
Definition at line 9372 of file gnunet-service-transport.c.
Referenced by check_known_challenge(), and handle_validation_response().