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

/macosx-10.10.1/MITKerberosShim-66/include/
H A Dmit-CredentialsCache.h1041 * \param in_credentials_version the credentials version to get the principal for.
1055 cc_uint32 in_credentials_version,
1061 * \param in_credentials_version the credentials version to set the principal for.
1072 cc_uint32 in_credentials_version,
1257 * \param in_credentials_version the credentials version to get the time offset for.
1259 * \a in_credentials_version.
1271 cc_uint32 in_credentials_version,
1276 * \param in_credentials_version the credentials version to get the time offset for.
1278 * \a in_credentials_version.
1289 cc_uint32 in_credentials_version,
[all...]
/macosx-10.10.1/MITKerberosShim-66/Kerberos/
H A DCredentialsCache.h1054 * \param in_credentials_version the credentials version to get the principal for.
1068 cc_uint32 in_credentials_version,
1074 * \param in_credentials_version the credentials version to set the principal for.
1085 cc_uint32 in_credentials_version,
1270 * \param in_credentials_version the credentials version to get the time offset for.
1272 * \a in_credentials_version.
1284 cc_uint32 in_credentials_version,
1289 * \param in_credentials_version the credentials version to get the time offset for.
1291 * \a in_credentials_version.
1302 cc_uint32 in_credentials_version,
[all...]
/macosx-10.10.1/MITKerberosShim-66/
H A Dccache.c537 ccache_get_principal(cc_ccache_t in_ccache, cc_uint32 in_credentials_version, cc_string_t *out_principal) argument
548 if (in_credentials_version != cc_credentials_v5)
567 ccache_set_principal(cc_ccache_t io_ccache, cc_uint32 in_credentials_version, const char *in_principal) argument
576 if (in_credentials_version != cc_credentials_v5)
804 cc_uint32 in_credentials_version,
814 if (in_credentials_version != cc_credentials_v5)
826 ccache_set_kdc_time_offset(cc_ccache_t io_ccache, cc_uint32 in_credentials_version, cc_time_t in_time_offset) argument
834 if (in_credentials_version != cc_credentials_v5)
843 ccache_clear_kdc_time_offset(cc_ccache_t io_ccache, cc_uint32 in_credentials_version) argument
803 ccache_get_kdc_time_offset(cc_ccache_t in_ccache, cc_uint32 in_credentials_version, cc_time_t *out_time_offset) argument

Completed in 195 milliseconds