preauth           669 source4/heimdal/lib/krb5/get_in_tkt.c 	     const krb5_preauthdata *preauth,
preauth           765 source4/heimdal/lib/krb5/get_in_tkt.c     if(preauth != NULL) {
preauth           775 source4/heimdal/lib/krb5/get_in_tkt.c 	for(i = 0; i < preauth->len; i++) {
preauth           776 source4/heimdal/lib/krb5/get_in_tkt.c 	    if(preauth->val[i].type == KRB5_PADATA_ENC_TIMESTAMP){
preauth           779 source4/heimdal/lib/krb5/get_in_tkt.c 		for(j = 0; j < preauth->val[i].info.len; j++) {
preauth           781 source4/heimdal/lib/krb5/get_in_tkt.c 		    if(preauth->val[i].info.val[j].salttype)
preauth           782 source4/heimdal/lib/krb5/get_in_tkt.c 			salt.salttype = *preauth->val[i].info.val[j].salttype;
preauth           785 source4/heimdal/lib/krb5/get_in_tkt.c 		    if(preauth->val[i].info.val[j].salt)
preauth           786 source4/heimdal/lib/krb5/get_in_tkt.c 			salt.saltvalue = *preauth->val[i].info.val[j].salt;
preauth           794 source4/heimdal/lib/krb5/get_in_tkt.c 				     &preauth->val[i].info.val[j].etype, 1,
preauth           843 source4/heimdal/lib/krb5/get_in_tkt.c 	   krb5_preauthdata **preauth)
preauth           861 source4/heimdal/lib/krb5/get_in_tkt.c 		*preauth = &preauth2;
preauth           862 source4/heimdal/lib/krb5/get_in_tkt.c 		ALLOC_SEQ(*preauth, 1);
preauth           863 source4/heimdal/lib/krb5/get_in_tkt.c 		(*preauth)->val[0].type = KRB5_PADATA_ENC_TIMESTAMP;
preauth           867 source4/heimdal/lib/krb5/get_in_tkt.c 				       &(*preauth)->val[0].info,
preauth           887 source4/heimdal/lib/krb5/get_in_tkt.c 		 const krb5_preauthdata *preauth,
preauth           923 source4/heimdal/lib/krb5/get_in_tkt.c 			   preauth,
preauth           963 source4/heimdal/lib/krb5/get_in_tkt.c 		if (!ptypes && !preauth
preauth           970 source4/heimdal/lib/krb5/get_in_tkt.c 		    preauth = my_preauth;