Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_pwd.c522 krb5_preauthtype *pre_auth_types, krb5_creds *creds) in krb5int_populate_gic_opt() argument
537 if (pre_auth_types) { in krb5int_populate_gic_opt()
538 for (i=0; pre_auth_types[i]; i++); in krb5int_populate_gic_opt()
540 krb5_get_init_creds_opt_set_preauth_list(&opt, pre_auth_types, i); in krb5int_populate_gic_opt()
580 krb5_preauthtype *pre_auth_types, in krb5_get_in_tkt_with_password() argument
606 pre_auth_types, creds); in krb5_get_in_tkt_with_password()
H A Dgic_keytab.c209 krb5_preauthtype *pre_auth_types, in krb5_get_in_tkt_with_keytab() argument
222 pre_auth_types, creds); in krb5_get_in_tkt_with_keytab()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1403 krb5_preauthtype *pre_auth_types, krb5_creds *creds);