Lines Matching defs:outtoken
434 isc_buffer_t *outtoken = NULL;
462 &outtoken, &gss_ctx,
511 if (outtoken) {
513 isc_buffer_usedlength(outtoken));
518 tkeyout->keylen = isc_buffer_usedlength(outtoken);
519 memmove(tkeyout->key, isc_buffer_base(outtoken),
520 isc_buffer_usedlength(outtoken));
521 isc_buffer_free(&outtoken);
545 if (outtoken != NULL)
546 isc_buffer_free(&outtoken);
1229 isc_buffer_t *outtoken, dns_tsigkey_t **outkey,
1240 REQUIRE(outtoken != NULL);
1278 isc_buffer_init(outtoken, array, sizeof(array));
1280 RETERR(dst_gssapi_initctx(gname, &intoken, outtoken, context));
1366 isc_buffer_t intoken, outtoken;
1403 isc_buffer_init(&outtoken, array, sizeof(array));
1405 result = dst_gssapi_initctx(server, &intoken, &outtoken, context);