Searched refs:pre_auth_types (Results 1 – 2 of 2) sorted by relevance
60 krb5_preauthtype pre_auth_types[] = {KRB5_PADATA_ENC_TIMESTAMP}; in main() local91 pre_auth_types, in main()
43 krb5_preauthtype *pre_auth_types; member133 if (ctx->pre_auth_types) in free_init_creds_ctx()134 free (ctx->pre_auth_types); in free_init_creds_ctx()356 krb5_preauthtype *pre_auth_types; in get_init_creds_common() local391 ctx->pre_auth_types = NULL; in get_init_creds_common()394 ctx->pre_auth_types = NULL; in get_init_creds_common()453 pre_auth_types = malloc((options->preauth_list_length + 1) in get_init_creds_common()455 if (pre_auth_types == NULL) { in get_init_creds_common()460 memcpy (pre_auth_types, options->preauth_list, in get_init_creds_common()462 pre_auth_types[options->preauth_list_length] = KRB5_PADATA_NONE; in get_init_creds_common()[all …]