Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libgssapi/
Dgss_set_sec_context_option.c57 if (!m->gm_set_sec_context_option) in gss_set_sec_context_option()
59 major_status = m->gm_set_sec_context_option( in gss_set_sec_context_option()
82 if (m->gm_set_sec_context_option != NULL) { in gss_set_sec_context_option()
83 major_status = m->gm_set_sec_context_option(minor_status, in gss_set_sec_context_option()
Dmech_switch.h350 _gss_set_sec_context_option *gm_set_sec_context_option; member
/freebsd-10-stable/crypto/heimdal/lib/gssapi/mech/
Dgss_krb5.c201 if (m == NULL || m->gm_set_sec_context_option == NULL) in gsskrb5_register_acceptor_identity()
204 return m->gm_set_sec_context_option(&junk, NULL, in gsskrb5_register_acceptor_identity()
229 if (m->gm_mech.gm_set_sec_context_option == NULL) in gsskrb5_set_dns_canonicalize()
231 m->gm_mech.gm_set_sec_context_option(&junk, NULL, in gsskrb5_set_dns_canonicalize()
503 if (m->gm_mech.gm_set_sec_context_option == NULL) in gsskrb5_set_send_to_kdc()
505 m->gm_mech.gm_set_sec_context_option(&junk, NULL, in gsskrb5_set_send_to_kdc()
534 if (m->gm_mech.gm_set_sec_context_option == NULL) in gss_krb5_ccache_name()
536 m->gm_mech.gm_set_sec_context_option(&junk, NULL, in gss_krb5_ccache_name()
822 if (m->gm_mech.gm_set_sec_context_option == NULL) in gsskrb5_set_default_realm()
824 m->gm_mech.gm_set_sec_context_option(&junk, NULL, in gsskrb5_set_default_realm()
[all …]
Dgss_set_sec_context_option.c60 if (m->gm_set_sec_context_option != NULL) { in gss_set_sec_context_option()
61 major_status = m->gm_set_sec_context_option(minor_status, in gss_set_sec_context_option()
/freebsd-10-stable/crypto/heimdal/lib/gssapi/
Dgssapi_mech.h521 _gss_set_sec_context_option *gm_set_sec_context_option; member