Home
last modified time | relevance | path

Searched refs:pre_auth_types (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/kuser/
H A Dkverify.c60 krb5_preauthtype pre_auth_types[] = {KRB5_PADATA_ENC_TIMESTAMP}; in main() local
91 pre_auth_types, in main()
/freebsd/crypto/heimdal/lib/krb5/
H A Dinit_creds_pw.c43 krb5_preauthtype *pre_auth_types; member
133 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() local
391 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 …]