Searched refs:apeer (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/appl/gssmask/ |
H A D | gssmaestro.c | 314 build_context(struct client *ipeer, struct client *apeer, in build_context() argument 324 if (apeer->target_name == NULL) in build_context() 325 errx(1, "apeer %s have no target name", apeer->name); in build_context() 338 apeer->target_name, &itoken, &otoken); in build_context() 360 val = accept_sec_context(apeer, &ac, flags|first_call, in build_context() 373 apeer->name, (int)val, step); in build_context() 391 toast_resource(apeer, ac); in build_context() 399 toast_resource(apeer, deleg); in build_context()
|