Searched refs:gouttoken (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dgssapictx.c540 gss_buffer_desc gintoken, *gintokenp, gouttoken = GSS_C_EMPTY_BUFFER; local
577 NULL, &gouttoken, &ret_flags, NULL);
595 if (gouttoken.length != 0U) {
596 GBUFFER_TO_REGION(gouttoken, r);
598 (void)gss_release_buffer(&minor, &gouttoken);
629 gouttoken = GSS_C_EMPTY_BUFFER; local
649 NULL, &gouttoken, NULL, NULL, NULL);
679 if (gouttoken.length > 0U) {
680 RETERR(isc_buffer_allocate(mctx, outtoken, gouttoken.length));
681 GBUFFER_TO_REGION(gouttoken,
[all...]

Completed in 639 milliseconds