Searched defs:outtoken (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/dst/
H A Dgsstest.c137 isc_buffer_t outtoken; local
142 isc_buffer_init(&outtoken, array, sizeof(array));
272 isc_buffer_t outtoken; local
306 isc_buffer_init(&outtoken, array, DNS_NAME_MAXTEXT + 1);
309 &gssctx, &outtoken,
/bind-9.6-ESV-R11/lib/dns/
H A Dgssapictx.c533 isc_buffer_t *outtoken, gss_ctx_id_t *gssctx)
597 RETERR(isc_buffer_copyregion(outtoken, &r));
612 UNUSED(outtoken);
621 isc_region_t *intoken, isc_buffer_t **outtoken,
636 REQUIRE(outtoken != NULL && *outtoken == NULL);
680 RETERR(isc_buffer_allocate(mctx, outtoken, gouttoken.length));
682 RETERR(isc_buffer_copyregion(*outtoken, &r));
739 UNUSED(outtoken);
532 dst_gssapi_initctx(dns_name_t *name, isc_buffer_t *intoken, isc_buffer_t *outtoken, gss_ctx_id_t *gssctx) argument
620 dst_gssapi_acceptctx(gss_cred_id_t cred, isc_region_t *intoken, isc_buffer_t **outtoken, gss_ctx_id_t *ctxout, dns_name_t *principal, isc_mem_t *mctx) argument
H A Dtkey.c434 isc_buffer_t *outtoken = NULL; local
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);
1227 dns_tkey_processgssresponse(dns_message_t *qmsg, dns_message_t *rmsg, dns_name_t *gname, gss_ctx_id_t *context, isc_buffer_t *outtoken, dns_tsigkey_t **outkey, dns_tsig_keyring_t *ring) argument
1366 isc_buffer_t intoken, outtoken; local
[all...]

Completed in 31 milliseconds