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

/macosx-10.9.5/gssd-62/
H A Dgssd.c1848 gss_krb5_lucid_context_v1_t *lucid_ctx = NULL; local
1891 lucid_ctx = (gss_krb5_lucid_context_v1_t *)some_lucid_ctx;
1895 (void) gss_krb5_free_lucid_sec_context(&min_stat, lucid_ctx);
1899 DEBUG(4, "vers = %d, protocol = %d\n", vers, lucid_ctx->protocol);
1901 switch (lucid_ctx->protocol) {
1904 key = &lucid_ctx->rfc1964_kd.ctx_key;
1907 key = lucid_ctx->cfx_kd.have_acceptor_subkey ?
1908 &lucid_ctx->cfx_kd.acceptor_subkey :
1909 &lucid_ctx->cfx_kd.ctx_key;
1912 (void) gss_krb5_free_lucid_sec_context(&min_stat, lucid_ctx);
[all...]

Completed in 170 milliseconds