Searched refs:spnego_ctx (Results 1 – 1 of 1) sorted by relevance
453 check_spnego_options(spnego_gss_ctx_id_t spnego_ctx) in check_spnego_options() argument455 spnego_ctx->optionStr = gssint_get_modOptions( in check_spnego_options()462 spnego_gss_ctx_id_t spnego_ctx = NULL; in create_spnego_ctx() local463 spnego_ctx = (spnego_gss_ctx_id_t) in create_spnego_ctx()466 if (spnego_ctx == NULL) { in create_spnego_ctx()470 spnego_ctx->magic_num = SPNEGO_MAGIC_ID; in create_spnego_ctx()471 spnego_ctx->ctx_handle = GSS_C_NO_CONTEXT; in create_spnego_ctx()472 spnego_ctx->internal_mech = NULL; in create_spnego_ctx()473 spnego_ctx->optionStr = NULL; in create_spnego_ctx()474 spnego_ctx->DER_mechTypes.length = 0; in create_spnego_ctx()[all …]