Closure for check_known_challenge. More...
Data Fields | |
| const struct GNUNET_CRYPTO_ChallengeNonceP * | challenge |
| Set to the challenge we are looking for. | |
| struct ValidationState * | vs |
| Set to a matching validation state, if one was found. | |
Closure for check_known_challenge.
Definition at line 9773 of file gnunet-service-transport.c.
| 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().
| 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().