Searched refs:intoken (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/include/dst/ |
H A D | gssapi.h | 92 dst_gssapi_initctx(dns_name_t *name, isc_buffer_t *intoken, 100 * 'intoken' is a token received from the acceptor, or NULL if 115 isc_region_t *intoken, isc_buffer_t **outtoken, 124 * 'intoken' is a token received from the initiator
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | tkey.h | 125 isc_buffer_t *intoken, isc_uint32_t lifetime,
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | gssapictx.c | 532 dst_gssapi_initctx(dns_name_t *name, isc_buffer_t *intoken, argument 559 if (intoken != NULL) { 561 REGION_TO_GBUFFER(*intoken, gintoken); 611 UNUSED(intoken); 621 isc_region_t *intoken, isc_buffer_t **outtoken, 638 REGION_TO_GBUFFER(*intoken, gintoken); 738 UNUSED(intoken); 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 D | tkey.c | 433 isc_region_t intoken; local 452 intoken.base = tkeyin->key; 453 intoken.length = tkeyin->keylen; 461 result = dst_gssapi_acceptctx(tctx->gsscred, &intoken, 996 isc_buffer_t *intoken, isc_uint32_t lifetime, 1005 UNUSED(intoken); 1236 isc_buffer_t intoken; local 1279 isc_buffer_init(&intoken, rtkey.key, rtkey.keylen); 1280 RETERR(dst_gssapi_initctx(gname, &intoken, outtoken, context)); 1366 isc_buffer_t intoken, outtoke local 995 dns_tkey_buildgssquery(dns_message_t *msg, dns_name_t *name, dns_name_t *gname, isc_buffer_t *intoken, isc_uint32_t lifetime, gss_ctx_id_t *context, isc_boolean_t win2k) argument [all...] |
Completed in 15 milliseconds