Home
last modified time | relevance | path

Searched refs:_gss_copy_cred (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_add_cred.c32 _gss_copy_cred(struct _gss_mechanism_cred *mc) in _gss_copy_cred() function
123 copy_mc = _gss_copy_cred(mc); in gss_add_cred()
H A Dcred.h43 _gss_copy_cred(struct _gss_mechanism_cred *mc);
H A Dgss_add_cred_with_password.c85 copy_mc = _gss_copy_cred(mc); in gss_add_cred_with_password()
/freebsd/lib/libgssapi/
H A Dgss_add_cred.c39 _gss_copy_cred(struct _gss_mechanism_cred *mc) in _gss_copy_cred() function
130 copy_mc = _gss_copy_cred(mc); in gss_add_cred()
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c189 _gss_copy_cred(ntlm_cred from, ntlm_cred *to) in _gss_copy_cred() function
262 ret = _gss_copy_cred(cred, &ctx->client); in _gss_ntlm_init_sec_context()