Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/preauth/test/
H A Dcltest.c76 krb5_boolean second_round_trip; member
110 reqst->second_round_trip = FALSE; in test_request_init()
149 } else if (reqst->second_round_trip) { in test_process()
172 reqst->second_round_trip = TRUE; in test_process()
H A Dkdctest.c118 krb5_boolean second_round_trip = FALSE, optimistic = FALSE; in test_verify() local
140 second_round_trip = TRUE; in test_verify()
158 } else if (attr_2rt != NULL && !second_round_trip) { in test_verify()
164 } else if ((attr_fail2rt != NULL && second_round_trip) || in test_verify()