Searched refs:cfx_kd (Results 1 – 3 of 3) sorted by relevance
346 ret = krb5_ret_uint32(sp, &ctx->cfx_kd.have_acceptor_subkey); in gss_krb5_export_lucid_sec_context()351 ret = set_key(&key, &ctx->cfx_kd.ctx_key); in gss_krb5_export_lucid_sec_context()355 if (ctx->cfx_kd.have_acceptor_subkey) { in gss_krb5_export_lucid_sec_context()358 ret = set_key(&key, &ctx->cfx_kd.acceptor_subkey); in gss_krb5_export_lucid_sec_context()401 free_key(&ctx->cfx_kd.ctx_key); in gss_krb5_free_lucid_sec_context()402 if (ctx->cfx_kd.have_acceptor_subkey) in gss_krb5_free_lucid_sec_context()403 free_key(&ctx->cfx_kd.acceptor_subkey); in gss_krb5_free_lucid_sec_context()
362 ret = krb5_ret_uint32(sp, &ctx->cfx_kd.have_acceptor_subkey); in gss_krb5_export_lucid_sec_context()367 ret = set_key(&key, &ctx->cfx_kd.ctx_key); in gss_krb5_export_lucid_sec_context()371 if (ctx->cfx_kd.have_acceptor_subkey) { in gss_krb5_export_lucid_sec_context()374 ret = set_key(&key, &ctx->cfx_kd.acceptor_subkey); in gss_krb5_export_lucid_sec_context()417 free_key(&ctx->cfx_kd.ctx_key); in gss_krb5_free_lucid_sec_context()418 if (ctx->cfx_kd.have_acceptor_subkey) in gss_krb5_free_lucid_sec_context()419 free_key(&ctx->cfx_kd.acceptor_subkey); in gss_krb5_free_lucid_sec_context()
194 gss_krb5_cfx_keydata_t cfx_kd; member