pwd_history 4833 librpc/gen_ndr/ndr_samr.c NDR_CHECK(ndr_push_unique_ptr(ndr, r->pwd_history)); pwd_history 4836 librpc/gen_ndr/ndr_samr.c if (r->pwd_history) { pwd_history 4839 librpc/gen_ndr/ndr_samr.c NDR_CHECK(ndr_push_samr_ValidationBlob(ndr, NDR_SCALARS, &r->pwd_history[cntr_pwd_history_1])); pwd_history 4842 librpc/gen_ndr/ndr_samr.c NDR_CHECK(ndr_push_samr_ValidationBlob(ndr, NDR_BUFFERS, &r->pwd_history[cntr_pwd_history_1])); pwd_history 4865 librpc/gen_ndr/ndr_samr.c NDR_PULL_ALLOC(ndr, r->pwd_history); pwd_history 4867 librpc/gen_ndr/ndr_samr.c r->pwd_history = NULL; pwd_history 4871 librpc/gen_ndr/ndr_samr.c if (r->pwd_history) { pwd_history 4873 librpc/gen_ndr/ndr_samr.c NDR_PULL_SET_MEM_CTX(ndr, r->pwd_history, 0); pwd_history 4874 librpc/gen_ndr/ndr_samr.c NDR_CHECK(ndr_pull_array_size(ndr, &r->pwd_history)); pwd_history 4875 librpc/gen_ndr/ndr_samr.c NDR_PULL_ALLOC_N(ndr, r->pwd_history, ndr_get_array_size(ndr, &r->pwd_history)); pwd_history 4877 librpc/gen_ndr/ndr_samr.c NDR_PULL_SET_MEM_CTX(ndr, r->pwd_history, 0); pwd_history 4879 librpc/gen_ndr/ndr_samr.c NDR_CHECK(ndr_pull_samr_ValidationBlob(ndr, NDR_SCALARS, &r->pwd_history[cntr_pwd_history_1])); pwd_history 4882 librpc/gen_ndr/ndr_samr.c NDR_CHECK(ndr_pull_samr_ValidationBlob(ndr, NDR_BUFFERS, &r->pwd_history[cntr_pwd_history_1])); pwd_history 4887 librpc/gen_ndr/ndr_samr.c if (r->pwd_history) { pwd_history 4888 librpc/gen_ndr/ndr_samr.c NDR_CHECK(ndr_check_array_size(ndr, (void*)&r->pwd_history, r->pwd_history_len)); pwd_history 4905 librpc/gen_ndr/ndr_samr.c ndr_print_ptr(ndr, "pwd_history", r->pwd_history); pwd_history 4907 librpc/gen_ndr/ndr_samr.c if (r->pwd_history) { pwd_history 4913 librpc/gen_ndr/ndr_samr.c ndr_print_samr_ValidationBlob(ndr, "pwd_history", &r->pwd_history[cntr_pwd_history_1]); pwd_history 780 librpc/gen_ndr/samr.h struct samr_ValidationBlob *pwd_history;/* [unique,size_is(pwd_history_len)] */ pwd_history 259 source3/libnet/libnet_dssync_keytab.c uint8_t *pwd_history = NULL; pwd_history 321 source3/libnet/libnet_dssync_keytab.c pwd_history = blob->data; pwd_history 521 source3/libnet/libnet_dssync_keytab.c data_blob_talloc(mem_ctx, &pwd_history[i*16], 16));