Searched refs:gm_set_sec_context_option (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/lib/libgssapi/ |
| D | gss_set_sec_context_option.c | 57 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()
|
| D | mech_switch.h | 350 _gss_set_sec_context_option *gm_set_sec_context_option; member
|
| /freebsd-10-stable/crypto/heimdal/lib/gssapi/mech/ |
| D | gss_krb5.c | 201 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 …]
|
| D | gss_set_sec_context_option.c | 60 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/ |
| D | gssapi_mech.h | 521 _gss_set_sec_context_option *gm_set_sec_context_option; member
|