Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dlucid_context.c213 &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()
H A Dgssapi_krb5.h167 gss_krb5_cfx_keydata_t cfx_kd; member
/freebsd/kerberos5/lib/libgssapi_krb5/
H A Dgss_krb5.c346 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()
/freebsd/usr.sbin/gssd/
H A Dgssd.c715 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 …]
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_krb5.c362 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()
/freebsd/crypto/krb5/src/tests/gssapi/
H A Dt_enctypes.c168 icfx = &ilucid->cfx_kd; in main()
169 acfx = &alucid->cfx_kd; in main()
/freebsd/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi_krb5.h194 gss_krb5_cfx_keydata_t cfx_kd; member