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

/bind-9.11.3/lib/dns/include/dst/
H A Dgssapi.h88 isc_buffer_t *outtoken, gss_ctx_id_t *gssctx,
98 * 'outtoken' is a buffer to receive the token generated by
113 isc_region_t *intoken, isc_buffer_t **outtoken,
123 * 'outtoken' is a pointer a buffer pointer used to return the token
134 * 'outtoken' to != NULL && *outtoken == NULL.
/bind-9.11.3/lib/dns/
H A Dgssapictx.c557 isc_buffer_t *outtoken, gss_ctx_id_t *gssctx,
626 RETERR(isc_buffer_copyregion(outtoken, &r));
642 UNUSED(outtoken);
654 isc_region_t *intoken, isc_buffer_t **outtoken,
669 REQUIRE(outtoken != NULL && *outtoken == NULL);
741 RETERR(isc_buffer_allocate(mctx, outtoken,
744 RETERR(isc_buffer_copyregion(*outtoken, &r));
803 UNUSED(outtoken);
556 dst_gssapi_initctx(dns_name_t *name, isc_buffer_t *intoken, isc_buffer_t *outtoken, gss_ctx_id_t *gssctx, isc_mem_t *mctx, char **err_message) argument
652 dst_gssapi_acceptctx(gss_cred_id_t cred, const char *gssapi_keytab, 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.c469 isc_buffer_t *outtoken = NULL; local
510 &intoken, &outtoken, &gss_ctx,
561 if (outtoken) {
563 isc_buffer_usedlength(outtoken));
568 tkeyout->keylen = isc_buffer_usedlength(outtoken);
569 memmove(tkeyout->key, isc_buffer_base(outtoken),
570 isc_buffer_usedlength(outtoken));
571 isc_buffer_free(&outtoken);
595 if (outtoken != NULL)
596 isc_buffer_free(&outtoken);
1274 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, char **err_message) argument
1415 isc_buffer_t intoken, outtoken; local
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Dtkey.h183 isc_buffer_t *outtoken, dns_tsigkey_t **outkey,
/bind-9.11.3/bin/tests/dst/
H A Dgsstest.c129 isc_buffer_t outtoken; local
134 isc_buffer_init(&outtoken, array, sizeof(array));
265 isc_buffer_t outtoken; local
299 isc_buffer_init(&outtoken, array, DNS_NAME_MAXTEXT + 1);
302 &gssctx, &outtoken,

Completed in 35 milliseconds