AuthType          296 librpc/gen_ndr/drsblobs.h 	enum lsa_TrustAuthType AuthType;
AuthType          548 librpc/gen_ndr/lsa.h 	enum lsa_TrustAuthType AuthType;
AuthType         2565 librpc/gen_ndr/ndr_drsblobs.c 		NDR_CHECK(ndr_push_lsa_TrustAuthType(ndr, NDR_SCALARS, r->AuthType));
AuthType         2566 librpc/gen_ndr/ndr_drsblobs.c 		NDR_CHECK(ndr_push_set_switch_value(ndr, &r->AuthInfo, r->AuthType));
AuthType         2585 librpc/gen_ndr/ndr_drsblobs.c 		NDR_CHECK(ndr_pull_lsa_TrustAuthType(ndr, NDR_SCALARS, &r->AuthType));
AuthType         2586 librpc/gen_ndr/ndr_drsblobs.c 		NDR_CHECK(ndr_pull_set_switch_value(ndr, &r->AuthInfo, r->AuthType));
AuthType         2605 librpc/gen_ndr/ndr_drsblobs.c 	ndr_print_lsa_TrustAuthType(ndr, "AuthType", r->AuthType);
AuthType         2606 librpc/gen_ndr/ndr_drsblobs.c 	ndr_print_set_switch_value(ndr, &r->AuthInfo, r->AuthType);
AuthType         3202 librpc/gen_ndr/ndr_lsa.c 		NDR_CHECK(ndr_push_lsa_TrustAuthType(ndr, NDR_SCALARS, r->AuthType));
AuthType         3216 librpc/gen_ndr/ndr_lsa.c 		NDR_CHECK(ndr_pull_lsa_TrustAuthType(ndr, NDR_SCALARS, &r->AuthType));
AuthType         3230 librpc/gen_ndr/ndr_lsa.c 	ndr_print_lsa_TrustAuthType(ndr, "AuthType", r->AuthType);
AuthType          768 source4/kdc/hdb-samba4.c 		if (password_blob.current->array[i].AuthType == TRUST_AUTH_TYPE_VERSION) {
AuthType          774 source4/kdc/hdb-samba4.c 		if (password_blob.current->array[i].AuthType == TRUST_AUTH_TYPE_CLEAR) {
AuthType          785 source4/kdc/hdb-samba4.c 		} else if (password_blob.current->array[i].AuthType == TRUST_AUTH_TYPE_NT4OWF) {
AuthType          768 source4/rpc_server/lsa/dcesrv_lsa.c 			incoming.previous->array[i].AuthType = 0;
AuthType          807 source4/rpc_server/lsa/dcesrv_lsa.c 			outgoing.previous->array[i].AuthType = 0;
AuthType          970 source4/rpc_server/lsa/dcesrv_lsa.c 				if (auth_struct.incoming.current[i]->AuthType == TRUST_AUTH_TYPE_NT4OWF) {
AuthType          974 source4/rpc_server/lsa/dcesrv_lsa.c 				} else if (auth_struct.incoming.current[i]->AuthType == TRUST_AUTH_TYPE_CLEAR) {