Searched refs:pre_auth_types (Results 1 – 3 of 3) sorted by relevance
| /trueos/crypto/heimdal/lib/krb5/ |
| HD | deprecated.c | 226 const krb5_preauthtype *pre_auth_types, in krb5_get_in_tkt_with_password() argument 237 pre_auth_types, in krb5_get_in_tkt_with_password() 268 const krb5_preauthtype *pre_auth_types, in krb5_get_in_tkt_with_skey() argument 280 pre_auth_types, in krb5_get_in_tkt_with_skey() 290 pre_auth_types, in krb5_get_in_tkt_with_skey() 351 const krb5_preauthtype *pre_auth_types, in krb5_get_in_tkt_with_keytab() argument 367 pre_auth_types, in krb5_get_in_tkt_with_keytab()
|
| HD | init_creds_pw.c | 43 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 …]
|
| /trueos/crypto/heimdal/kuser/ |
| HD | kverify.c | 60 krb5_preauthtype pre_auth_types[] = {KRB5_PADATA_ENC_TIMESTAMP}; in main() local 91 pre_auth_types, in main()
|