out_auth         1520 source3/rpc_server/srv_pipe.c 	prs_struct out_auth;
out_auth         1551 source3/rpc_server/srv_pipe.c 	if(!prs_init(&out_auth, 1024, p->mem_ctx, MARSHALL)) {
out_auth         1601 source3/rpc_server/srv_pipe.c 			prs_mem_free(&out_auth);
out_auth         1667 source3/rpc_server/srv_pipe.c 			if (!pipe_ntlmssp_auth_bind(p, rpc_in_p, &auth_info, &out_auth)) {
out_auth         1674 source3/rpc_server/srv_pipe.c 			if (!pipe_schannel_auth_bind(p, rpc_in_p, &auth_info, &out_auth)) {
out_auth         1680 source3/rpc_server/srv_pipe.c 			if (!pipe_spnego_auth_bind_negotiate(p, rpc_in_p, &auth_info, &out_auth)) {
out_auth         1744 source3/rpc_server/srv_pipe.c 	if (prs_offset(&out_auth)) {
out_auth         1745 source3/rpc_server/srv_pipe.c 		auth_len = prs_offset(&out_auth) - RPC_HDR_AUTH_LEN;
out_auth         1750 source3/rpc_server/srv_pipe.c 			RPC_HEADER_LEN + prs_offset(&out_hdr_ba) + prs_offset(&out_auth),
out_auth         1771 source3/rpc_server/srv_pipe.c 	if (auth_len && !prs_append_prs_data( &p->out_data.frag, &out_auth)) {
out_auth         1784 source3/rpc_server/srv_pipe.c 	prs_mem_free(&out_auth);
out_auth         1792 source3/rpc_server/srv_pipe.c 	prs_mem_free(&out_auth);
out_auth         1809 source3/rpc_server/srv_pipe.c 	prs_struct out_auth;
out_auth         1831 source3/rpc_server/srv_pipe.c 	if(!prs_init(&out_auth, 1024, p->mem_ctx, MARSHALL)) {
out_auth         1878 source3/rpc_server/srv_pipe.c 				if (!pipe_spnego_auth_bind_continue(p, rpc_in_p, &auth_info, &out_auth)) {
out_auth         1934 source3/rpc_server/srv_pipe.c 	if (prs_offset(&out_auth)) {
out_auth         1935 source3/rpc_server/srv_pipe.c 		auth_len = prs_offset(&out_auth) - RPC_HDR_AUTH_LEN;
out_auth         1940 source3/rpc_server/srv_pipe.c 			RPC_HEADER_LEN + prs_offset(&out_hdr_ba) + prs_offset(&out_auth),
out_auth         1961 source3/rpc_server/srv_pipe.c 	if (auth_len && !prs_append_prs_data(&p->out_data.frag, &out_auth)) {
out_auth         1974 source3/rpc_server/srv_pipe.c 	prs_mem_free(&out_auth);
out_auth         1982 source3/rpc_server/srv_pipe.c 	prs_mem_free(&out_auth);