Searched refs:pre_auth_types (Results 1 – 9 of 9) sorted by relevance
| /src/crypto/heimdal/lib/krb5/ |
| H A D | 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() 349 const krb5_preauthtype *pre_auth_types, in krb5_get_in_tkt_with_keytab() argument 365 pre_auth_types, in krb5_get_in_tkt_with_keytab()
|
| H A D | 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 …]
|
| /src/crypto/heimdal/kuser/ |
| H A D | kverify.c | 60 krb5_preauthtype pre_auth_types[] = {KRB5_PADATA_ENC_TIMESTAMP}; in main() local 91 pre_auth_types, in main()
|
| /src/crypto/krb5/src/lib/krb5/krb/ |
| H A D | in_tkt_sky.c | 71 krb5_preauthtype *pre_auth_types, in krb5_get_in_tkt_with_skey() argument 81 pre_auth_types, creds); in krb5_get_in_tkt_with_skey()
|
| H A D | gic_keytab.c | 345 krb5_preauthtype *pre_auth_types, in krb5_get_in_tkt_with_keytab() argument 356 pre_auth_types, creds); in krb5_get_in_tkt_with_keytab()
|
| H A D | gic_pwd.c | 375 krb5_preauthtype *pre_auth_types, in krb5_get_in_tkt_with_password() argument 392 pre_auth_types, creds); in krb5_get_in_tkt_with_password()
|
| H A D | int-proto.h | 311 krb5_enctype *ktypes, krb5_preauthtype *pre_auth_types,
|
| H A D | get_in_tkt.c | 2094 krb5_enctype *ktypes, krb5_preauthtype *pre_auth_types, in k5_populate_gic_opt() argument 2115 if (pre_auth_types) { in k5_populate_gic_opt() 2116 for (i=0; pre_auth_types[i]; i++); in k5_populate_gic_opt() 2118 krb5_get_init_creds_opt_set_preauth_list(opt, pre_auth_types, i); in k5_populate_gic_opt()
|
| /src/crypto/krb5/src/include/krb5/ |
| H A D | krb5.hin | 5167 krb5_preauthtype *pre_auth_types, 5175 krb5_preauthtype *pre_auth_types, 5183 krb5_preauthtype *pre_auth_types,
|