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

/bind-9.11.3/lib/dns/include/dst/
H A Dgssapi.h52 gss_cred_id_t *cred);
60 * 'cred' is a pointer to NULL, which will be allocated with the
71 dst_gssapi_releasecred(gss_cred_id_t *cred);
78 * 'cred' is a pointer to the credential to be released
111 dst_gssapi_acceptctx(gss_cred_id_t cred,
121 * 'cred' is the acceptor's valid GSS credential handle
/bind-9.11.3/lib/dns/
H A Dgssapictx.c140 log_cred(const gss_cred_id_t cred) { argument
148 gret = gss_inquire_cred(&minor, cred, &gname, &lifetime, &usage, NULL);
173 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
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
[all...]
/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_ldap_driver.c103 char *cred; /*%< password for simple authentication method */ member in struct:__anon45
227 dbi->cred, dbi->method);
1074 ldap_inst->cred = isc_mem_strdup(ns_g_mctx, argv[5]);
1075 if (ldap_inst->cred == NULL) {
1272 if (((ldap_instance_t *)dbdata)->cred != NULL)
1274 ((ldap_instance_t *)dbdata)->cred);
/bind-9.11.3/contrib/dlz/modules/ldap/
H A Ddlz_ldap_dynamic.c93 char *cred; /*%< password for simple authentication method */ member in struct:__anon49
221 dbi->cred, dbi->method);
1017 ldap->cred = strdup(argv[5]);
1018 if (ldap->cred == NULL) {
1186 if (db->cred != NULL)
1187 free(db->cred);

Completed in 44 milliseconds