pre_auth_types     76 source4/heimdal/lib/krb5/get_in_tkt_with_keytab.c 			     const krb5_preauthtype *pre_auth_types,
pre_auth_types     91 source4/heimdal/lib/krb5/get_in_tkt_with_keytab.c 			    pre_auth_types,
pre_auth_types     43 source4/heimdal/lib/krb5/init_creds_pw.c     krb5_preauthtype *pre_auth_types;
pre_auth_types     95 source4/heimdal/lib/krb5/init_creds_pw.c     if (ctx->pre_auth_types)
pre_auth_types     96 source4/heimdal/lib/krb5/init_creds_pw.c 	free (ctx->pre_auth_types);
pre_auth_types    269 source4/heimdal/lib/krb5/init_creds_pw.c     krb5_preauthtype *pre_auth_types;
pre_auth_types    295 source4/heimdal/lib/krb5/init_creds_pw.c     ctx->pre_auth_types = NULL;
pre_auth_types    298 source4/heimdal/lib/krb5/init_creds_pw.c     ctx->pre_auth_types = NULL;
pre_auth_types    348 source4/heimdal/lib/krb5/init_creds_pw.c 	pre_auth_types = malloc((options->preauth_list_length + 1)
pre_auth_types    350 source4/heimdal/lib/krb5/init_creds_pw.c 	if (pre_auth_types == NULL) {
pre_auth_types    354 source4/heimdal/lib/krb5/init_creds_pw.c 	memcpy (pre_auth_types, options->preauth_list,
pre_auth_types    356 source4/heimdal/lib/krb5/init_creds_pw.c 	pre_auth_types[options->preauth_list_length] = KRB5_PADATA_NONE;
pre_auth_types    357 source4/heimdal/lib/krb5/init_creds_pw.c 	ctx->pre_auth_types = pre_auth_types;
pre_auth_types    519 source4/heimdal/lib/krb5/init_creds_pw.c 			    ctx.pre_auth_types,
pre_auth_types   1587 source4/heimdal/lib/krb5/init_creds_pw.c 			    ctx.pre_auth_types,