Home
last modified time | relevance | path

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

/src/crypto/heimdal/lib/krb5/
H A Ddeprecated.c226 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 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 …]
/src/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()
/src/crypto/krb5/src/lib/krb5/krb/
H A Din_tkt_sky.c71 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 Dgic_keytab.c345 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 Dgic_pwd.c375 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 Dint-proto.h311 krb5_enctype *ktypes, krb5_preauthtype *pre_auth_types,
H A Dget_in_tkt.c2094 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 Dkrb5.hin5167 krb5_preauthtype *pre_auth_types,
5175 krb5_preauthtype *pre_auth_types,
5183 krb5_preauthtype *pre_auth_types,