Searched refs:output_token (Results 1 – 4 of 4) sorted by relevance
60 out_buff->length = output_token.length;62 - out_buff->value = g_memdup(output_token.value, output_token.length);63 + out_buff->value = g_memdup2(output_token.value, output_token.length);70 signature->length = output_token.length;71 - signature->value = g_memdup(output_token.value,72 + signature->value = g_memdup2(output_token.value,73 output_token.length);74 gss_release_buffer(&minor, &output_token);
292 .output_token = &data->out_token in gssp_accept_sec_context_upcall()306 res.output_token->len = GSSX_max_output_token_sz; in gssp_accept_sec_context_upcall()
144 gssx_buffer *output_token; member
826 err = gssx_dec_buffer(xdr, res->output_token); in gssx_dec_accept_sec_context()830 res->output_token = NULL; in gssx_dec_accept_sec_context()