Searched defs:principal (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | gssapictx.c | 655 gss_ctx_id_t *ctxout, dns_name_t *principal, 760 * case, since principal names really should not 774 RETERR(dns_name_fromtext(principal, &namebuf, dns_rootname, 805 UNUSED(principal); 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 D | tkey.c | 466 dns_name_t *principal; local 473 * You have to define either a gss credential (principal) to 504 principal = dns_fixedname_name(&fixed); 511 principal, tctx->mctx); 527 if (dns_name_countlabels(principal) == 0U) { 549 dstkey, ISC_TRUE, principal,
|
Completed in 15 milliseconds