nt_length        2244 librpc/gen_ndr/ndr_netlogon.c 		NDR_CHECK(ndr_push_uint16(ndr, NDR_SCALARS, r->nt_length));
nt_length        2245 librpc/gen_ndr/ndr_netlogon.c 		NDR_CHECK(ndr_push_uint16(ndr, NDR_SCALARS, r->nt_length));
nt_length        2250 librpc/gen_ndr/ndr_netlogon.c 		NDR_CHECK(ndr_push_array_uint8(ndr, NDR_SCALARS, r->nt_history, r->nt_length));
nt_length        2262 librpc/gen_ndr/ndr_netlogon.c 		NDR_CHECK(ndr_pull_uint16(ndr, NDR_SCALARS, &r->nt_length));
nt_length        2268 librpc/gen_ndr/ndr_netlogon.c 		NDR_PULL_ALLOC_N(ndr, r->nt_history, r->nt_length);
nt_length        2269 librpc/gen_ndr/ndr_netlogon.c 		NDR_CHECK(ndr_pull_array_uint8(ndr, NDR_SCALARS, r->nt_history, r->nt_length));
nt_length        2282 librpc/gen_ndr/ndr_netlogon.c 	ndr_print_uint16(ndr, "nt_length", r->nt_length);
nt_length        2283 librpc/gen_ndr/ndr_netlogon.c 	ndr_print_uint16(ndr, "nt_size", (ndr->flags & LIBNDR_PRINT_SET_VALUES)?r->nt_length:r->nt_size);
nt_length        2288 librpc/gen_ndr/ndr_netlogon.c 	ndr_print_array_uint8(ndr, "nt_history", r->nt_history, r->nt_length);
nt_length         274 librpc/gen_ndr/netlogon.h 	uint16_t nt_length;
nt_length         391 nsswitch/libwbclient/wbc_pam.c 		if (params->password.response.nt_length &&
nt_length         396 nsswitch/libwbclient/wbc_pam.c 		if (params->password.response.nt_length == 0&&
nt_length         431 nsswitch/libwbclient/wbc_pam.c 		request.data.auth_crap.nt_resp_len = params->password.response.nt_length;
nt_length         432 nsswitch/libwbclient/wbc_pam.c 		if (params->password.response.nt_length > sizeof(request.data.auth_crap.nt_resp)) {
nt_length         434 nsswitch/libwbclient/wbc_pam.c 			request.extra_len = params->password.response.nt_length;
nt_length         765 nsswitch/libwbclient/wbc_pam.c 		if (params->new_password.response.nt_length &&
nt_length         771 nsswitch/libwbclient/wbc_pam.c 		if (params->new_password.response.nt_length == 0 &&
nt_length         790 nsswitch/libwbclient/wbc_pam.c 				params->new_password.response.nt_length;
nt_length         218 nsswitch/libwbclient/wbclient.h 			uint32_t nt_length;
nt_length         283 nsswitch/libwbclient/wbclient.h 			uint32_t nt_length;
nt_length        1358 nsswitch/wbinfo.c 	params.password.response.nt_length	= nt.length;
nt_length          87 source3/auth/auth_wbc.c 		params.password.response.nt_length = user_info->nt_resp.length;
nt_length          73 source3/auth/auth_winbind.c 	params.password.response.nt_length	= user_info->nt_resp.length;