Searched refs:test_wrap (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/appl/gssmask/ |
H A D | gssmaestro.c | 431 test_wrap(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2, in test_wrap() function 527 val = test_wrap(c1, hc1, c2, hc2, 0); in test_token() 529 val = test_wrap(c2, hc2, c1, hc1, 0); in test_token() 532 val = test_wrap(c1, hc1, c2, hc2, 1); in test_token() 534 val = test_wrap(c2, hc2, c1, hc1, 1); in test_token()
|