auth_level         51 source3/include/client.h 	enum pipe_auth_level auth_level; /* defined in ntdomain.h */
auth_level        193 source3/include/ntdomain.h 	enum pipe_auth_level auth_level;
auth_level       5281 source3/include/proto.h 				  enum pipe_auth_level auth_level,
auth_level       5287 source3/include/proto.h 				   enum pipe_auth_level auth_level,
auth_level       5291 source3/include/proto.h 				   enum pipe_auth_level auth_level,
auth_level       5316 source3/include/proto.h 				   enum pipe_auth_level auth_level,
auth_level       5324 source3/include/proto.h 					  enum pipe_auth_level auth_level,
auth_level       5336 source3/include/proto.h 					     enum pipe_auth_level auth_level,
auth_level       5343 source3/include/proto.h 						 enum pipe_auth_level auth_level,
auth_level       5351 source3/include/proto.h 				    enum pipe_auth_level auth_level,
auth_level       5356 source3/include/proto.h 				enum pipe_auth_level auth_level,
auth_level       5777 source3/include/proto.h void schannel_encode(struct schannel_auth_struct *a, enum pipe_auth_level auth_level,
auth_level       5781 source3/include/proto.h bool schannel_decode(struct schannel_auth_struct *a, enum pipe_auth_level auth_level,
auth_level       5811 source3/include/proto.h 				uint8 auth_type, uint8 auth_level,
auth_level        230 source3/include/rpc_dce.h 	uint8 auth_level; /* See RPC_PIPE_AUTH_XXX_LEVEL above. */
auth_level        563 source3/rpc_client/cli_pipe.c 	if (cli->auth->auth_level == PIPE_AUTH_LEVEL_NONE
auth_level        564 source3/rpc_client/cli_pipe.c 	    || cli->auth->auth_level == PIPE_AUTH_LEVEL_CONNECT) {
auth_level        608 source3/rpc_client/cli_pipe.c 	switch (cli->auth->auth_level) {
auth_level        641 source3/rpc_client/cli_pipe.c 				  "auth level %d\n", cli->auth->auth_level));
auth_level        681 source3/rpc_client/cli_pipe.c 	if (cli->auth->auth_level == PIPE_AUTH_LEVEL_NONE
auth_level        682 source3/rpc_client/cli_pipe.c 	    || cli->auth->auth_level == PIPE_AUTH_LEVEL_CONNECT) {
auth_level        729 source3/rpc_client/cli_pipe.c 			cli->auth->auth_level,
auth_level       1474 source3/rpc_client/cli_pipe.c 						enum pipe_auth_level auth_level,
auth_level       1485 source3/rpc_client/cli_pipe.c 	init_rpc_hdr_auth(pauth_out, RPC_KRB5_AUTH_TYPE, (int)auth_level, 0, 1);
auth_level       1533 source3/rpc_client/cli_pipe.c 						enum pipe_auth_level auth_level,
auth_level       1543 source3/rpc_client/cli_pipe.c 	init_rpc_hdr_auth(pauth_out, RPC_SPNEGO_AUTH_TYPE, (int)auth_level, 0, 1);
auth_level       1580 source3/rpc_client/cli_pipe.c 						enum pipe_auth_level auth_level,
auth_level       1589 source3/rpc_client/cli_pipe.c 	init_rpc_hdr_auth(pauth_out, RPC_NTLMSSP_AUTH_TYPE, (int)auth_level, 0, 1);
auth_level       1621 source3/rpc_client/cli_pipe.c 						enum pipe_auth_level auth_level,
auth_level       1628 source3/rpc_client/cli_pipe.c 	init_rpc_hdr_auth(pauth_out, RPC_SCHANNEL_AUTH_TYPE, (int)auth_level, 0, 1);
auth_level       1748 source3/rpc_client/cli_pipe.c 				enum pipe_auth_level auth_level)
auth_level       1760 source3/rpc_client/cli_pipe.c 			ret = create_schannel_auth_rpc_bind_req(cli, auth_level, &hdr_auth, &auth_info);
auth_level       1768 source3/rpc_client/cli_pipe.c 			ret = create_ntlmssp_auth_rpc_bind_req(cli, auth_level, &hdr_auth, &auth_info);
auth_level       1776 source3/rpc_client/cli_pipe.c 			ret = create_spnego_ntlmssp_auth_rpc_bind_req(cli, auth_level, &hdr_auth, &auth_info);
auth_level       1784 source3/rpc_client/cli_pipe.c 			ret = create_krb5_auth_bind_req(cli, auth_level, &hdr_auth, &auth_info);
auth_level       1833 source3/rpc_client/cli_pipe.c 			cli->auth->auth_level,
auth_level       1843 source3/rpc_client/cli_pipe.c 	switch (cli->auth->auth_level) {
auth_level       1914 source3/rpc_client/cli_pipe.c 			cli->auth->auth_level,
auth_level       1923 source3/rpc_client/cli_pipe.c 	switch (cli->auth->auth_level) {
auth_level       1930 source3/rpc_client/cli_pipe.c 					cli->auth->auth_level,
auth_level       1975 source3/rpc_client/cli_pipe.c 	switch (cli->auth->auth_level) {
auth_level       2430 source3/rpc_client/cli_pipe.c 				enum pipe_auth_level auth_level,
auth_level       2463 source3/rpc_client/cli_pipe.c 			auth_level, 0, 1);
auth_level       2490 source3/rpc_client/cli_pipe.c 					enum pipe_auth_level auth_level,
auth_level       2503 source3/rpc_client/cli_pipe.c 	init_rpc_hdr_auth(&hdr_auth, RPC_SPNEGO_AUTH_TYPE, (int)auth_level, 0, 1);
auth_level       2569 source3/rpc_client/cli_pipe.c 		(unsigned int)auth->auth_level ));
auth_level       2586 source3/rpc_client/cli_pipe.c 				     cli->auth->auth_level);
auth_level       2746 source3/rpc_client/cli_pipe.c 				       state->cli->auth->auth_level,
auth_level       2854 source3/rpc_client/cli_pipe.c 					  state->cli->auth->auth_level,
auth_level       3025 source3/rpc_client/cli_pipe.c 	result->auth_level = PIPE_AUTH_LEVEL_NONE;
auth_level       3046 source3/rpc_client/cli_pipe.c 				  enum pipe_auth_level auth_level,
auth_level       3061 source3/rpc_client/cli_pipe.c 	result->auth_level = auth_level;
auth_level       3098 source3/rpc_client/cli_pipe.c 	if (auth_level == PIPE_AUTH_LEVEL_INTEGRITY) {
auth_level       3100 source3/rpc_client/cli_pipe.c 	} else if (auth_level == PIPE_AUTH_LEVEL_PRIVACY) {
auth_level       3114 source3/rpc_client/cli_pipe.c 				   enum pipe_auth_level auth_level,
auth_level       3126 source3/rpc_client/cli_pipe.c 	result->auth_level = auth_level;
auth_level       3161 source3/rpc_client/cli_pipe.c 				   enum pipe_auth_level auth_level,
auth_level       3183 source3/rpc_client/cli_pipe.c 	result->auth_level = auth_level;
auth_level       3739 source3/rpc_client/cli_pipe.c 						   enum pipe_auth_level auth_level,
auth_level       3755 source3/rpc_client/cli_pipe.c 		result, auth_type, auth_level, domain, username,
auth_level       3792 source3/rpc_client/cli_pipe.c 				   enum pipe_auth_level auth_level,
auth_level       3802 source3/rpc_client/cli_pipe.c 						auth_level,
auth_level       3817 source3/rpc_client/cli_pipe.c 					  enum pipe_auth_level auth_level,
auth_level       3827 source3/rpc_client/cli_pipe.c 						auth_level,
auth_level       3924 source3/rpc_client/cli_pipe.c 					     enum pipe_auth_level auth_level,
auth_level       3938 source3/rpc_client/cli_pipe.c 	status = rpccli_schannel_bind_data(result, domain, auth_level,
auth_level       4020 source3/rpc_client/cli_pipe.c 						 enum pipe_auth_level auth_level,
auth_level       4041 source3/rpc_client/cli_pipe.c 		cli, interface, transport, auth_level, domain, netlogon_pipe->dc,
auth_level       4061 source3/rpc_client/cli_pipe.c 				    enum pipe_auth_level auth_level,
auth_level       4080 source3/rpc_client/cli_pipe.c 		cli, interface, transport, auth_level, domain, netlogon_pipe->dc,
auth_level       4101 source3/rpc_client/cli_pipe.c 				enum pipe_auth_level auth_level,
auth_level       4117 source3/rpc_client/cli_pipe.c 	status = rpccli_kerberos_bind_data(result, auth_level, service_princ,
auth_level       1391 source3/rpc_parse/parse_prs.c 			  enum pipe_auth_level auth_level,
auth_level       1408 source3/rpc_parse/parse_prs.c 	if (auth_level == PIPE_AUTH_LEVEL_PRIVACY) {
auth_level       1502 source3/rpc_parse/parse_prs.c void schannel_encode(struct schannel_auth_struct *a, enum pipe_auth_level auth_level,
auth_level       1518 source3/rpc_parse/parse_prs.c 	if (auth_level == PIPE_AUTH_LEVEL_PRIVACY) {
auth_level       1546 source3/rpc_parse/parse_prs.c 	schannel_digest(a, auth_level, verf, data, data_len, digest_final);
auth_level       1549 source3/rpc_parse/parse_prs.c 	if (auth_level == PIPE_AUTH_LEVEL_PRIVACY) {
auth_level       1581 source3/rpc_parse/parse_prs.c bool schannel_decode(struct schannel_auth_struct *a, enum pipe_auth_level auth_level,
auth_level       1595 source3/rpc_parse/parse_prs.c 	if (auth_level == PIPE_AUTH_LEVEL_PRIVACY) {
auth_level       1646 source3/rpc_parse/parse_prs.c 	if (auth_level == PIPE_AUTH_LEVEL_PRIVACY) {
auth_level       1667 source3/rpc_parse/parse_prs.c 	schannel_digest(a, auth_level, verf, data, data_len, digest_final);
auth_level        468 source3/rpc_parse/parse_rpc.c 				uint8 auth_type, uint8 auth_level,
auth_level        473 source3/rpc_parse/parse_rpc.c 	rai->auth_level    = auth_level;
auth_level        496 source3/rpc_parse/parse_rpc.c 	if(!prs_uint8 ("auth_level   ", ps, depth, &rai->auth_level))
auth_level         67 source3/rpc_server/srv_pipe.c 	uint8 auth_type, auth_level;
auth_level        197 source3/rpc_server/srv_pipe.c 	if (p->auth.auth_level == PIPE_AUTH_LEVEL_PRIVACY) {
auth_level        198 source3/rpc_server/srv_pipe.c 		auth_level = RPC_AUTH_LEVEL_PRIVACY;
auth_level        200 source3/rpc_server/srv_pipe.c 		auth_level = RPC_AUTH_LEVEL_INTEGRITY;
auth_level        203 source3/rpc_server/srv_pipe.c 	init_rpc_hdr_auth(&auth_info, auth_type, auth_level, ss_padding_len, 1 /* context id. */);
auth_level        213 source3/rpc_server/srv_pipe.c 	switch (p->auth.auth_level) {
auth_level        414 source3/rpc_server/srv_pipe.c 				p->auth.auth_level == PIPE_AUTH_LEVEL_PRIVACY ?
auth_level        426 source3/rpc_server/srv_pipe.c 				p->auth.auth_level, SENDER_IS_ACCEPTOR, &verf,
auth_level        575 source3/rpc_server/srv_pipe.c 	switch(p->auth.auth_level) {
auth_level        594 source3/rpc_server/srv_pipe.c 			(unsigned int)p->auth.auth_level,
auth_level        634 source3/rpc_server/srv_pipe.c 	if (p->auth.auth_level == PIPE_AUTH_LEVEL_INTEGRITY) {
auth_level        642 source3/rpc_server/srv_pipe.c 	if (p->auth.auth_level == PIPE_AUTH_LEVEL_PRIVACY) {
auth_level        827 source3/rpc_server/srv_pipe.c 	p->auth.auth_level = PIPE_AUTH_LEVEL_NONE;
auth_level       1189 source3/rpc_server/srv_pipe.c 	init_rpc_hdr_auth(&auth_info, RPC_SPNEGO_AUTH_TYPE, pauth_info->auth_level, RPC_HDR_AUTH_LEN, 1);
auth_level       1287 source3/rpc_server/srv_pipe.c 	init_rpc_hdr_auth(&auth_info, RPC_SPNEGO_AUTH_TYPE, pauth_info->auth_level, RPC_HDR_AUTH_LEN, 1);
auth_level       1394 source3/rpc_server/srv_pipe.c 	init_rpc_hdr_auth(&auth_info, RPC_SCHANNEL_AUTH_TYPE, pauth_info->auth_level, RPC_HDR_AUTH_LEN, 1);
auth_level       1475 source3/rpc_server/srv_pipe.c 	init_rpc_hdr_auth(&auth_info, RPC_NTLMSSP_AUTH_TYPE, pauth_info->auth_level, RPC_HDR_AUTH_LEN, 1);
auth_level       1647 source3/rpc_server/srv_pipe.c 		switch (auth_info.auth_level) {
auth_level       1649 source3/rpc_server/srv_pipe.c 				p->auth.auth_level = PIPE_AUTH_LEVEL_INTEGRITY;
auth_level       1652 source3/rpc_server/srv_pipe.c 				p->auth.auth_level = PIPE_AUTH_LEVEL_PRIVACY;
auth_level       1656 source3/rpc_server/srv_pipe.c 					(unsigned int)auth_info.auth_level ));
auth_level       1690 source3/rpc_server/srv_pipe.c 			p->auth.auth_level = PIPE_AUTH_LEVEL_NONE;
auth_level       2005 source3/rpc_server/srv_pipe.c 	if (p->auth.auth_level == PIPE_AUTH_LEVEL_NONE || p->auth.auth_level == PIPE_AUTH_LEVEL_CONNECT) {
auth_level       2053 source3/rpc_server/srv_pipe.c 	switch (p->auth.auth_level) {
auth_level       2166 source3/rpc_server/srv_pipe.c 			   p->auth.auth_level,
auth_level       2841 source3/rpc_server/srv_samr_nt.c 	if (p->auth.auth_level != PIPE_AUTH_LEVEL_PRIVACY) {
auth_level        693 source3/rpcclient/cmd_netlogon.c 	int auth_level = 2;
auth_level        715 source3/rpcclient/cmd_netlogon.c 		sscanf(argv[5], "%i", &auth_level);
auth_level        343 source3/rpcclient/rpcclient.c 			    || (tmp_set->rpc_pipe->auth->auth_level
auth_level       2203 source3/winbindd/winbindd_cm.c 	    conn->lsa_pipe_tcp->auth->auth_level == PIPE_AUTH_LEVEL_PRIVACY &&
auth_level        668 source4/auth/gensec/gensec.c 				       uint8_t auth_type, uint8_t auth_level) 
auth_level        677 source4/auth/gensec/gensec.c 	if (auth_level == DCERPC_AUTH_LEVEL_INTEGRITY) {
auth_level        679 source4/auth/gensec/gensec.c 	} else if (auth_level == DCERPC_AUTH_LEVEL_PRIVACY) {
auth_level        682 source4/auth/gensec/gensec.c 	} else if (auth_level == DCERPC_AUTH_LEVEL_CONNECT) {
auth_level        686 source4/auth/gensec/gensec.c 			 auth_level));
auth_level        277 source4/auth/gensec/gensec.h 				       uint8_t auth_type, uint8_t auth_level);
auth_level        229 source4/librpc/rpc/dcerpc.c 	switch (c->security_state.auth_info->auth_level) {
auth_level        278 source4/librpc/rpc/dcerpc.c 	switch (c->security_state.auth_info->auth_level) {
auth_level        342 source4/librpc/rpc/dcerpc.c 	switch (c->security_state.auth_info->auth_level) {
auth_level        414 source4/librpc/rpc/dcerpc.c 	switch (c->security_state.auth_info->auth_level) {
auth_level       1538 source4/librpc/rpc/dcerpc.c 	uint8_t auth_level;
auth_level       1541 source4/librpc/rpc/dcerpc.c 		auth_level = DCERPC_AUTH_LEVEL_PRIVACY;
auth_level       1543 source4/librpc/rpc/dcerpc.c 		auth_level = DCERPC_AUTH_LEVEL_INTEGRITY;
auth_level       1545 source4/librpc/rpc/dcerpc.c 		auth_level = DCERPC_AUTH_LEVEL_CONNECT;
auth_level       1547 source4/librpc/rpc/dcerpc.c 		auth_level = DCERPC_AUTH_LEVEL_NONE;
auth_level       1549 source4/librpc/rpc/dcerpc.c 	return auth_level;
auth_level        310 source4/librpc/rpc/dcerpc.h 				   uint8_t auth_level);
auth_level        327 source4/librpc/rpc/dcerpc.h 			  uint8_t auth_type, uint8_t auth_level,
auth_level        226 source4/librpc/rpc/dcerpc_auth.c 						uint8_t auth_type, uint8_t auth_level,
auth_level        291 source4/librpc/rpc/dcerpc_auth.c 						  auth_type, auth_level);
auth_level        304 source4/librpc/rpc/dcerpc_auth.c 	sec->auth_info->auth_level = auth_level,
auth_level        391 source4/librpc/rpc/dcerpc_auth.c 			  uint8_t auth_type, uint8_t auth_level,
auth_level        396 source4/librpc/rpc/dcerpc_auth.c 				     auth_type, auth_level, service);
auth_level        294 source4/librpc/rpc/dcerpc_schannel.c 	uint8_t auth_level;
auth_level        324 source4/librpc/rpc/dcerpc_schannel.c 					 DCERPC_AUTH_TYPE_SCHANNEL, s->auth_level,
auth_level        356 source4/librpc/rpc/dcerpc_schannel.c 							 uint8_t auth_level)
auth_level        374 source4/librpc/rpc/dcerpc_schannel.c 	s->auth_level  = auth_level;
auth_level        406 source4/librpc/rpc/dcerpc_schannel.c 				   uint8_t auth_level)
auth_level        411 source4/librpc/rpc/dcerpc_schannel.c 					   auth_level);
auth_level         88 source4/rpc_server/dcesrv_auth.c 					       auth->auth_info->auth_level);
auth_level         93 source4/rpc_server/dcesrv_auth.c 			  (int)auth->auth_info->auth_level,
auth_level        301 source4/rpc_server/dcesrv_auth.c 	switch (dce_conn->auth_state.auth_info->auth_level) {
auth_level        355 source4/rpc_server/dcesrv_auth.c 	switch (dce_conn->auth_state.auth_info->auth_level) {
auth_level        421 source4/rpc_server/dcesrv_auth.c 	switch (dce_conn->auth_state.auth_info->auth_level) {
auth_level        490 source4/rpc_server/dcesrv_auth.c 	switch (dce_conn->auth_state.auth_info->auth_level) {
auth_level        667 source4/torture/rpc/lsa.c 		   p->conn->security_state.auth_info->auth_level >= DCERPC_AUTH_LEVEL_INTEGRITY) {
auth_level        205 source4/torture/rpc/samba3rpc.c 		     uint8_t auth_type, uint8_t auth_level)
auth_level        240 source4/torture/rpc/samba3rpc.c 				  credentials, lp_gensec_settings(lp_ctx, lp_ctx), auth_type, auth_level,
auth_level        353 source4/torture/rpc/samba3rpc.c 			       uint8_t auth_level,
auth_level        397 source4/torture/rpc/samba3rpc.c 					  admin_creds, lp_gensec_settings(lp_ctx, lp_ctx), auth_type, auth_level,