Lines Matching full:id
35 RCSID("$Id$");
49 krb5_ccache id) in kcmss_get_name() argument
51 return CACHENAME(id); in kcmss_get_name()
55 kcmss_resolve(krb5_context context, krb5_ccache *id, const char *res) in kcmss_resolve() argument
61 kcmss_gen_new(krb5_context context, krb5_ccache *id) in kcmss_gen_new() argument
68 krb5_ccache id, in kcmss_initialize() argument
72 kcm_ccache c = KCMCACHE(id); in kcmss_initialize()
88 krb5_ccache id) in kcmss_close() argument
90 kcm_ccache c = KCMCACHE(id); in kcmss_close()
94 id->data.data = NULL; in kcmss_close()
95 id->data.length = 0; in kcmss_close()
102 krb5_ccache id) in kcmss_destroy() argument
105 kcm_ccache c = KCMCACHE(id); in kcmss_destroy()
109 ret = kcm_ccache_destroy(context, CACHENAME(id)); in kcmss_destroy()
116 krb5_ccache id, in kcmss_store_cred() argument
120 kcm_ccache c = KCMCACHE(id); in kcmss_store_cred()
132 krb5_ccache id, in kcmss_retrieve() argument
138 kcm_ccache c = KCMCACHE(id); in kcmss_retrieve()
157 krb5_ccache id, in kcmss_get_principal() argument
161 kcm_ccache c = KCMCACHE(id); in kcmss_get_principal()
173 krb5_ccache id, in kcmss_get_first() argument
176 kcm_ccache c = KCMCACHE(id); in kcmss_get_first()
187 krb5_ccache id, in kcmss_get_next() argument
192 kcm_ccache c = KCMCACHE(id); in kcmss_get_next()
211 krb5_ccache id, in kcmss_end_get() argument
220 krb5_ccache id, in kcmss_remove_cred() argument
225 kcm_ccache c = KCMCACHE(id); in kcmss_remove_cred()
236 krb5_ccache id, in kcmss_set_flags() argument
244 krb5_ccache id) in kcmss_get_version() argument
272 krb5_ccache id) in kcm_internal_ccache() argument
274 id->ops = &krb5_kcmss_ops; in kcm_internal_ccache()
275 id->data.length = sizeof(*c); in kcm_internal_ccache()
276 id->data.data = c; in kcm_internal_ccache()