Home
last modified time | relevance | path

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

/src/crypto/heimdal/lib/gssapi/ntlm/
H A Daccept_sec_context.c44 struct ntlm_server_interface *ns_interface = NULL; in _gss_ntlm_allocate_ctx() local
47 ns_interface = &ntlmsspi_kdc_digest; in _gss_ntlm_allocate_ctx()
49 if (ns_interface == NULL) in _gss_ntlm_allocate_ctx()
54 (*ctx)->server = ns_interface; in _gss_ntlm_allocate_ctx()