Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_opt.c71 opt->flags |= KRB5_GET_INIT_CREDS_OPT_SALT; in krb5_get_init_creds_opt_set_salt()
H A Dget_in_tkt.c1224 if (options && (options->flags & KRB5_GET_INIT_CREDS_OPT_SALT)) { in krb5_get_init_creds()
1560 (!(options && (options->flags & KRB5_GET_INIT_CREDS_OPT_SALT)))) in krb5_get_init_creds()
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h2662 #define KRB5_GET_INIT_CREDS_OPT_SALT 0x0080 macro