Searched refs:test_wrap_ext (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/appl/gssmask/ |
H A D | gssmaestro.c | 470 test_wrap_ext(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2, in test_wrap_ext() function 539 val = test_wrap_ext(c1, hc1, c2, hc2, 1, 0); in test_token() 541 val = test_wrap_ext(c2, hc2, c1, hc1, 1, 0); in test_token() 544 val = test_wrap_ext(c1, hc1, c2, hc2, 1, 1); in test_token() 546 val = test_wrap_ext(c2, hc2, c1, hc1, 1, 1); in test_token() 549 val = test_wrap_ext(c1, hc1, c2, hc2, 0, 0); in test_token() 551 val = test_wrap_ext(c2, hc2, c1, hc1, 0, 0); in test_token() 554 val = test_wrap_ext(c1, hc1, c2, hc2, 0, 1); in test_token() 556 val = test_wrap_ext(c2, hc2, c1, hc1, 0, 1); in test_token()
|