Searched refs:krb5_cc_dfl_ops (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccdefops.c43 const krb5_cc_ops *krb5_cc_dfl_ops = &krb5_cc_stdcc_ops; variable
48 const krb5_cc_ops *krb5_cc_dfl_ops = &krb5_cc_file_ops; variable
H A Dccbase.c196 if (krb5_cc_dfl_ops)
197 return (*krb5_cc_dfl_ops->resolve)(context, cache, name);
260 if (krb5_cc_dfl_ops && !strcmp (pfx, krb5_cc_dfl_ops->prefix)) {
261 *ops = krb5_cc_dfl_ops;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h2561 extern const krb5_cc_ops *krb5_cc_dfl_ops;

Completed in 71 milliseconds