Lines Matching refs:ctx_key

705 				    lctx->rfc1964_kd.ctx_key.type;  in gssd_init_sec_context_lucid_v1_1_svc()
706 result->lucid.ctx_key.length = in gssd_init_sec_context_lucid_v1_1_svc()
707 lctx->rfc1964_kd.ctx_key.length; in gssd_init_sec_context_lucid_v1_1_svc()
708 result->lucid.ctx_key.value = in gssd_init_sec_context_lucid_v1_1_svc()
709 mem_alloc(result->lucid.ctx_key.length); in gssd_init_sec_context_lucid_v1_1_svc()
710 memcpy(result->lucid.ctx_key.value, in gssd_init_sec_context_lucid_v1_1_svc()
711 lctx->rfc1964_kd.ctx_key.data, in gssd_init_sec_context_lucid_v1_1_svc()
712 result->lucid.ctx_key.length); 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()
718 result->lucid.ctx_key.length = 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()
720 result->lucid.ctx_key.value = in gssd_init_sec_context_lucid_v1_1_svc()
721 mem_alloc(result->lucid.ctx_key.length); in gssd_init_sec_context_lucid_v1_1_svc()
722 memcpy(result->lucid.ctx_key.value, 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()
724 result->lucid.ctx_key.length); in gssd_init_sec_context_lucid_v1_1_svc()
878 lctx->rfc1964_kd.ctx_key.type; in gssd_accept_sec_context_lucid_v1_1_svc()
879 result->lucid.ctx_key.length = in gssd_accept_sec_context_lucid_v1_1_svc()
880 lctx->rfc1964_kd.ctx_key.length; in gssd_accept_sec_context_lucid_v1_1_svc()
881 result->lucid.ctx_key.value = in gssd_accept_sec_context_lucid_v1_1_svc()
882 mem_alloc(result->lucid.ctx_key.length); in gssd_accept_sec_context_lucid_v1_1_svc()
883 memcpy(result->lucid.ctx_key.value, in gssd_accept_sec_context_lucid_v1_1_svc()
884 lctx->rfc1964_kd.ctx_key.data, in gssd_accept_sec_context_lucid_v1_1_svc()
885 result->lucid.ctx_key.length); 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()
891 result->lucid.ctx_key.length = 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()
893 result->lucid.ctx_key.value = in gssd_accept_sec_context_lucid_v1_1_svc()
894 mem_alloc(result->lucid.ctx_key.length); in gssd_accept_sec_context_lucid_v1_1_svc()
895 memcpy(result->lucid.ctx_key.value, in gssd_accept_sec_context_lucid_v1_1_svc()
896 lctx->cfx_kd.ctx_key.data, in gssd_accept_sec_context_lucid_v1_1_svc()
897 result->lucid.ctx_key.length); in gssd_accept_sec_context_lucid_v1_1_svc()