Searched refs:cfx_kd (Results 1 – 7 of 7) sorted by relevance
213 &lctx->cfx_kd.ctx_key))) in make_external_lucid_ctx_v1()217 &lctx->cfx_kd.acceptor_subkey))) in make_external_lucid_ctx_v1()219 lctx->cfx_kd.have_acceptor_subkey = 1; in make_external_lucid_ctx_v1()285 free_lucid_key_data(&ctx->cfx_kd.ctx_key); in free_external_lucid_ctx_v1()286 if (ctx->cfx_kd.have_acceptor_subkey) in free_external_lucid_ctx_v1()287 free_lucid_key_data(&ctx->cfx_kd.acceptor_subkey); in free_external_lucid_ctx_v1()
167 gss_krb5_cfx_keydata_t cfx_kd; member
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()
715 lctx->cfx_kd.have_acceptor_subkey; in gssd_init_sec_context_lucid_v1_1_svc()717 lctx->cfx_kd.ctx_key.type; in gssd_init_sec_context_lucid_v1_1_svc()719 lctx->cfx_kd.ctx_key.length; in gssd_init_sec_context_lucid_v1_1_svc()723 lctx->cfx_kd.ctx_key.data, in gssd_init_sec_context_lucid_v1_1_svc()727 lctx->cfx_kd.acceptor_subkey.type; in gssd_init_sec_context_lucid_v1_1_svc()729 lctx->cfx_kd.acceptor_subkey.length; in gssd_init_sec_context_lucid_v1_1_svc()734 lctx->cfx_kd.acceptor_subkey.data, in gssd_init_sec_context_lucid_v1_1_svc()888 lctx->cfx_kd.have_acceptor_subkey; in gssd_accept_sec_context_lucid_v1_1_svc()890 lctx->cfx_kd.ctx_key.type; in gssd_accept_sec_context_lucid_v1_1_svc()892 lctx->cfx_kd.ctx_key.length; in gssd_accept_sec_context_lucid_v1_1_svc()[all …]
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()
168 icfx = &ilucid->cfx_kd; in main()169 acfx = &alucid->cfx_kd; in main()
194 gss_krb5_cfx_keydata_t cfx_kd; member