Searched refs:gm_set_sec_context_option (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/lib/libgssapi/
H A Dgss_set_sec_context_option.c57 if (!m->gm_set_sec_context_option)
59 major_status = m->gm_set_sec_context_option(
82 if (m->gm_set_sec_context_option != NULL) {
83 major_status = m->gm_set_sec_context_option(minor_status,
H A Dmech_switch.h350 _gss_set_sec_context_option *gm_set_sec_context_option; member in struct:_gss_mech_switch
/freebsd-10.1-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_set_sec_context_option.c60 if (m->gm_set_sec_context_option != NULL) {
61 major_status = m->gm_set_sec_context_option(minor_status,
H A Dgss_krb5.c201 if (m == NULL || m->gm_set_sec_context_option == NULL)
204 return m->gm_set_sec_context_option(&junk, NULL,
229 if (m->gm_mech.gm_set_sec_context_option == NULL)
231 m->gm_mech.gm_set_sec_context_option(&junk, NULL,
503 if (m->gm_mech.gm_set_sec_context_option == NULL)
505 m->gm_mech.gm_set_sec_context_option(&junk, NULL,
534 if (m->gm_mech.gm_set_sec_context_option == NULL)
536 m->gm_mech.gm_set_sec_context_option(&junk, NULL,
822 if (m->gm_mech.gm_set_sec_context_option == NULL)
824 m->gm_mech.gm_set_sec_context_option(
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/gssapi/
H A Dgssapi_mech.h521 _gss_set_sec_context_option *gm_set_sec_context_option; member in struct:gssapi_mech_interface_desc

Completed in 155 milliseconds