Searched refs:cred (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dst/
H A Dgssapi.h57 gss_cred_id_t *cred);
65 * 'cred' is a pointer to NULL, which will be allocated with the
76 dst_gssapi_releasecred(gss_cred_id_t *cred);
83 * 'cred' is a pointer to the credential to be released
114 dst_gssapi_acceptctx(gss_cred_id_t cred,
123 * 'cred' is the acceptor's valid GSS credential handle
/bind-9.6-ESV-R11/lib/dns/
H A Dgssapictx.c143 log_cred(const gss_cred_id_t cred) { argument
151 gret = gss_inquire_cred(&minor, cred, &gname, &lifetime, &usage, NULL);
176 gss_log(3, "gss cred: \"%s\", %s, %lu", (char *)gbuffer.value,
247 gss_cred_id_t *cred)
260 REQUIRE(cred != NULL && *cred == NULL);
302 &mech_oid_set, usage, cred, NULL, &lifetime);
319 log_cred(*cred);
333 REQUIRE(cred != NULL && *cred
246 dst_gssapi_acquirecred(dns_name_t *name, isc_boolean_t initiate, gss_cred_id_t *cred) argument
508 dst_gssapi_releasecred(gss_cred_id_t *cred) 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
[all...]
/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_ldap_driver.c112 char *cred; /*%< password for simple authentication method */ member in struct:__anon33
234 dbi->cred, dbi->method);
1072 ldap_inst->cred = isc_mem_strdup(ns_g_mctx, argv[5]);
1073 if (ldap_inst->cred == NULL) {
1270 if (((ldap_instance_t *)dbdata)->cred != NULL)
1272 ((ldap_instance_t *)dbdata)->cred);

Completed in 805 milliseconds