Home
last modified time | relevance | path

Searched refs:_gss_mech_cred_find (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/lib/libgssapi/
HDgss_init_sec_context.c41 _gss_mech_cred_find(gss_cred_id_t cred_handle, gss_OID mech_type) in _gss_mech_cred_find() function
135 cred_handle = _gss_mech_cred_find(initiator_cred_handle, mech_type); in gss_init_sec_context()
/freebsd-head/crypto/heimdal/lib/gssapi/mech/
HDgss_init_sec_context.c32 _gss_mech_cred_find(gss_cred_id_t cred_handle, gss_OID mech_type) in _gss_mech_cred_find() function
185 cred_handle = _gss_mech_cred_find(initiator_cred_handle, mech_type); in gss_init_sec_context()
/freebsd-head/crypto/heimdal/lib/gssapi/
HDChangeLog801 * mech/gss_init_sec_context.c (_gss_mech_cred_find): break out the