Home
last modified time | relevance | path

Searched refs:reqst (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/plugins/preauth/test/
H A Dcltest.c106 struct client_request_state *reqst; in test_request_init() local
108 reqst = malloc(sizeof(*reqst)); in test_request_init()
109 assert(reqst != NULL); in test_request_init()
110 reqst->second_round_trip = FALSE; in test_request_init()
111 *modreq_out = (krb5_clpreauth_modreq)reqst; in test_request_init()
131 struct client_request_state *reqst = (struct client_request_state *)modreq; in test_process() local
149 } else if (reqst->second_round_trip) { in test_process()
172 reqst->second_round_trip = TRUE; in test_process()