Home
last modified time | relevance | path

Searched refs:add_cred (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dwpa_helpers.h32 int add_cred(const char *ifname);
H A Dwpa_helpers.c269 int add_cred(const char *ifname) in add_cred() function
/freebsd/kerberos5/lib/libgssapi_ntlm/
H A DMakefile10 add_cred.c \
/freebsd/kerberos5/lib/libgssapi_krb5/
H A DMakefile14 add_cred.c \
/freebsd/lib/libgssapi/
H A Dgss_mech_switch.c273 SYM(add_cred); in _gss_load_mech()
/freebsd/crypto/heimdal/lib/gssapi/
H A DMakefile.am25 krb5/add_cred.c \
173 ntlm/add_cred.c \
H A DMakefile.in136 krb5/acquire_cred.lo krb5/add_cred.lo \
197 ntlm/add_cred.lo ntlm/canonicalize_name.lo \
563 krb5/add_cred.c \
711 ntlm/add_cred.c \
915 krb5/add_cred.lo: krb5/$(am__dirstamp) krb5/$(DEPDIR)/$(am__dirstamp)
1148 ntlm/add_cred.lo: ntlm/$(am__dirstamp) ntlm/$(DEPDIR)/$(am__dirstamp)
1315 -rm -f krb5/add_cred.$(OBJEXT)
1316 -rm -f krb5/add_cred.lo
1562 -rm -f ntlm/add_cred.$(OBJEXT)
1563 -rm -f ntlm/add_cred.lo
[all …]
H A DChangeLog1481 * add_cred.c: Check that cred != GSS_C_NO_CREDENTIAL, this is a
1512 * add_cred.c (gss_add_cred): avoid deadlock
1932 * add_cred.c: If its a MEMORY cc, make a copy. We need to do this
2411 * add_cred.c (gss_add_cred): don't create a new ccache, just open
2457 * add_cred.c: implement gss_add_cred
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-HS20375 > add_cred
390 > add_cred
399 Note: the return value of add_cred is used as the first argument to
406 > add_cred
/freebsd/crypto/heimdal/lib/krb5/
H A Dget_cred.c714 add_cred(krb5_context context, krb5_creds const *tkt, krb5_creds ***tgts) in add_cred() function
824 ret = add_cred(context, tgt, ret_tgts); in get_cred_kdc_capath_worker()
1051 ret = add_cred(context, &ticket, ret_tgts); in get_cred_kdc_referral()
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c352 SYM(add_cred); in _gss_load_mech()
/freebsd/crypto/heimdal/
H A DChangeLog305 add_cred() sane, make loop detection in credential fetching
H A DChangeLog.1998129 * lib/krb5/get_cred.c (add_cred): add termination NULL pointer
/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.c1861 id = add_cred(ctx->ifname); in set_pps()