negTokenResp 47 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c ALLOC(nt.u.negTokenResp.negResult, 1); negTokenResp 48 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c if (nt.u.negTokenResp.negResult == NULL) { negTokenResp 52 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c *(nt.u.negTokenResp.negResult) = reject; negTokenResp 53 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenResp.supportedMech = NULL; negTokenResp 54 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenResp.responseToken = NULL; negTokenResp 55 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenResp.mechListMIC = NULL; negTokenResp 229 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c ALLOC(nt.u.negTokenResp.negResult, 1); negTokenResp 230 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c if (nt.u.negTokenResp.negResult == NULL) { negTokenResp 239 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c *(nt.u.negTokenResp.negResult) = accept_incomplete; negTokenResp 241 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c *(nt.u.negTokenResp.negResult) = accept_completed; negTokenResp 244 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c *(nt.u.negTokenResp.negResult) = request_mic; negTokenResp 246 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c *(nt.u.negTokenResp.negResult) = accept_incomplete; negTokenResp 250 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c ALLOC(nt.u.negTokenResp.supportedMech, 1); negTokenResp 251 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c if (nt.u.negTokenResp.supportedMech == NULL) { negTokenResp 259 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenResp.supportedMech, negTokenResp 267 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenResp.supportedMech = NULL; negTokenResp 271 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c ALLOC(nt.u.negTokenResp.responseToken, 1); negTokenResp 272 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c if (nt.u.negTokenResp.responseToken == NULL) { negTokenResp 277 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenResp.responseToken->length = mech_token->length; negTokenResp 278 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenResp.responseToken->data = mech_token->value; negTokenResp 282 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenResp.responseToken = NULL; negTokenResp 292 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c ALLOC(nt.u.negTokenResp.mechListMIC, 1); negTokenResp 293 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c if (nt.u.negTokenResp.mechListMIC == NULL) { negTokenResp 299 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenResp.mechListMIC->length = mech_mic_buf.length; negTokenResp 300 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenResp.mechListMIC->data = mech_mic_buf.value; negTokenResp 302 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenResp.mechListMIC = NULL; negTokenResp 309 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenResp.mechListMIC = NULL; negTokenResp 326 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c if (*(nt.u.negTokenResp.negResult) == accept_completed) negTokenResp 813 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c na = &nt.u.negTokenResp; negTokenResp 103 source4/heimdal/lib/gssapi/spnego/init_sec_context.c ALLOC(nt.u.negTokenResp.negResult, 1); negTokenResp 104 source4/heimdal/lib/gssapi/spnego/init_sec_context.c if (nt.u.negTokenResp.negResult == NULL) { negTokenResp 109 source4/heimdal/lib/gssapi/spnego/init_sec_context.c nt.u.negTokenResp.supportedMech = NULL; negTokenResp 115 source4/heimdal/lib/gssapi/spnego/init_sec_context.c nt.u.negTokenResp.responseToken = NULL; negTokenResp 116 source4/heimdal/lib/gssapi/spnego/init_sec_context.c *(nt.u.negTokenResp.negResult) = accept_completed; negTokenResp 118 source4/heimdal/lib/gssapi/spnego/init_sec_context.c ALLOC(nt.u.negTokenResp.responseToken, 1); negTokenResp 119 source4/heimdal/lib/gssapi/spnego/init_sec_context.c if (nt.u.negTokenResp.responseToken == NULL) { negTokenResp 124 source4/heimdal/lib/gssapi/spnego/init_sec_context.c nt.u.negTokenResp.responseToken->length = mech_token->length; negTokenResp 125 source4/heimdal/lib/gssapi/spnego/init_sec_context.c nt.u.negTokenResp.responseToken->data = mech_token->value; negTokenResp 129 source4/heimdal/lib/gssapi/spnego/init_sec_context.c *(nt.u.negTokenResp.negResult) = accept_incomplete; negTokenResp 140 source4/heimdal/lib/gssapi/spnego/init_sec_context.c ALLOC(nt.u.negTokenResp.mechListMIC, 1); negTokenResp 141 source4/heimdal/lib/gssapi/spnego/init_sec_context.c if (nt.u.negTokenResp.mechListMIC == NULL) { negTokenResp 148 source4/heimdal/lib/gssapi/spnego/init_sec_context.c nt.u.negTokenResp.mechListMIC->length = mic_buf.length; negTokenResp 149 source4/heimdal/lib/gssapi/spnego/init_sec_context.c nt.u.negTokenResp.mechListMIC->data = mic_buf.value; negTokenResp 151 source4/heimdal/lib/gssapi/spnego/init_sec_context.c nt.u.negTokenResp.mechListMIC = NULL; negTokenResp 158 source4/heimdal/lib/gssapi/spnego/init_sec_context.c nt.u.negTokenResp.mechListMIC = NULL; negTokenResp 170 source4/heimdal/lib/gssapi/spnego/init_sec_context.c if (*(nt.u.negTokenResp.negResult) == accept_completed)