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

/macosx-10.10/gssd-64/
H A Dgssd.c1852 gss_krb5_lucid_context_v1_t *lucid_ctx = NULL; local
1894 lucid_ctx = (gss_krb5_lucid_context_v1_t *)some_lucid_ctx;
1898 (void) gss_krb5_free_lucid_sec_context(&min_stat, lucid_ctx);
1902 DEBUG(4, "vers = %d, protocol = %d\n", vers, lucid_ctx->protocol);
1904 switch (lucid_ctx->protocol) {
1907 key = &lucid_ctx->rfc1964_kd.ctx_key;
1910 key = lucid_ctx->cfx_kd.have_acceptor_subkey ?
1911 &lucid_ctx->cfx_kd.acceptor_subkey :
1912 &lucid_ctx->cfx_kd.ctx_key;
1915 (void) gss_krb5_free_lucid_sec_context(&min_stat, lucid_ctx);
[all...]

Completed in 74 milliseconds