srv_sig_wipe       91 source3/libads/authdata.c 	struct PAC_SIGNATURE_DATA *srv_sig_wipe = NULL;
srv_sig_wipe      106 source3/libads/authdata.c 	srv_sig_wipe = TALLOC_ZERO_P(mem_ctx, struct PAC_SIGNATURE_DATA);
srv_sig_wipe      107 source3/libads/authdata.c 	if (!pac_data_raw || !pac_data || !kdc_sig_wipe || !srv_sig_wipe) {
srv_sig_wipe      218 source3/libads/authdata.c 	ndr_err = ndr_pull_struct_blob(srv_sig_blob, srv_sig_wipe,
srv_sig_wipe      219 source3/libads/authdata.c 				       NULL, srv_sig_wipe,
srv_sig_wipe      230 source3/libads/authdata.c 	memset(srv_sig_wipe->signature.data, '\0', srv_sig_wipe->signature.length);
srv_sig_wipe      243 source3/libads/authdata.c 				       NULL, srv_sig_wipe,
srv_sig_wipe       84 source4/auth/kerberos/kerberos_pac.c 	struct PAC_SIGNATURE_DATA *srv_sig_wipe = NULL;
srv_sig_wipe      108 source4/auth/kerberos/kerberos_pac.c 	srv_sig_wipe = talloc(mem_ctx, struct PAC_SIGNATURE_DATA);
srv_sig_wipe      109 source4/auth/kerberos/kerberos_pac.c 	if (!pac_data_raw || !pac_data || !kdc_sig_wipe || !srv_sig_wipe) {
srv_sig_wipe      223 source4/auth/kerberos/kerberos_pac.c 	ndr_err = ndr_pull_struct_blob(srv_sig_blob, srv_sig_wipe, 
srv_sig_wipe      224 source4/auth/kerberos/kerberos_pac.c 				       iconv_convenience, srv_sig_wipe,
srv_sig_wipe      235 source4/auth/kerberos/kerberos_pac.c 	memset(srv_sig_wipe->signature.data, '\0', srv_sig_wipe->signature.length);
srv_sig_wipe      250 source4/auth/kerberos/kerberos_pac.c 				       srv_sig_wipe,