Home
last modified time | relevance | path

Searched refs:cache_out (Results 1 – 11 of 11) sorted by relevance

/src/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_api_macos.c227 api_macos_resolve(krb5_context context, krb5_ccache *cache_out, in api_macos_resolve() argument
239 ret = make_cache(residual, NULL, cache_out); in api_macos_resolve()
245 api_macos_gen_new(krb5_context context, krb5_ccache *cache_out) in api_macos_gen_new() argument
254 *cache_out = NULL; in api_macos_gen_new()
269 ret = make_cache(cachename->data, cc_context, cache_out); in api_macos_gen_new()
272 data = (*cache_out)->data; in api_macos_gen_new()
540 make_open_cache(const char *residual, krb5_ccache *cache_out) in make_open_cache() argument
546 *cache_out = NULL; in make_open_cache()
558 *cache_out = cache; in make_open_cache()
564 krb5_ccache *cache_out) in api_macos_ptcursor_next() argument
[all …]
H A Dcccursor.c147 krb5_ccache *cache_out) in match_caches() argument
155 *cache_out = NULL; in match_caches()
179 *cache_out = cache; in match_caches()
185 krb5_ccache *cache_out) in krb5_cc_cache_match() argument
193 *cache_out = NULL; in krb5_cc_cache_match()
217 *cache_out = cache; in krb5_cc_cache_match()
H A Dcc_dir.c300 make_cache(const char *residual, krb5_ccache fcc, krb5_ccache *cache_out) in make_cache() argument
321 *cache_out = cache; in make_cache()
332 dcc_resolve(krb5_context context, krb5_ccache *cache_out, const char *residual) in dcc_resolve() argument
338 *cache_out = NULL; in dcc_resolve()
377 ret = make_cache(residual, fcc, cache_out); in dcc_resolve()
388 dcc_gen_new(krb5_context context, krb5_ccache *cache_out) in dcc_gen_new() argument
394 *cache_out = NULL; in dcc_gen_new()
417 ret = make_cache(residual, fcc, cache_out); in dcc_gen_new()
636 krb5_ccache *cache_out) in dcc_ptcursor_next() argument
644 *cache_out = NULL; in dcc_ptcursor_next()
[all …]
H A Dccselect_realm.c42 krb5_principal server, krb5_ccache *cache_out, in realm_choose() argument
50 *cache_out = NULL; in realm_choose()
77 *cache_out = cache; in realm_choose()
H A Dccselect_k5identity.c151 krb5_principal server, krb5_ccache *cache_out, in k5identity_choose() argument
160 *cache_out = NULL; in k5identity_choose()
187 ret = krb5_cc_cache_match(context, princ, cache_out); in k5identity_choose()
H A Dcc_kcm.c625 krb5_ccache *cache_out) in make_cache() argument
632 *cache_out = NULL; in make_cache()
657 *cache_out = cache; in make_cache()
741 kcm_resolve(krb5_context context, krb5_ccache *cache_out, const char *residual) in kcm_resolve() argument
748 *cache_out = NULL; in kcm_resolve()
761 ret = make_cache(context, residual, io, cache_out); in kcm_resolve()
796 kcm_gen_new(krb5_context context, krb5_ccache *cache_out) in kcm_gen_new() argument
803 *cache_out = NULL; in kcm_gen_new()
815 ret = make_cache(context, name, io, cache_out); in kcm_gen_new()
1212 krb5_ccache *cache_out) in kcm_ptcursor_next() argument
[all …]
H A Dccselect.c125 krb5_ccache *cache_out, krb5_principal *princ_out) in krb5_cc_select() argument
135 *cache_out = NULL; in krb5_cc_select()
176 *cache_out = cache; in krb5_cc_select()
H A Dcc_keyring.c891 krb5_ccache *cache_out) in make_cache() argument
920 *cache_out = ccache; in make_cache()
1567 krb5_ccache *cache_out) in krcc_ptcursor_next() argument
1576 *cache_out = NULL; in krcc_ptcursor_next()
1593 first_name, cache_out); in krcc_ptcursor_next()
1632 ptd->collection_name, subsidiary_name, cache_out); in krcc_ptcursor_next()
H A Dcc_file.c1207 krb5_ccache *cache_out) in fcc_ptcursor_next() argument
1215 *cache_out = NULL; in fcc_ptcursor_next()
1239 *cache_out = cache; in fcc_ptcursor_next()
/src/crypto/krb5/src/include/krb5/
H A Dccselect_plugin.h87 krb5_principal server, krb5_ccache *cache_out,
H A Dkrb5.hin4559 * @param [out] cache_out Credential cache handle
4573 krb5_ccache *cache_out);
4580 * @param [out] cache_out Credential cache handle
4586 * Use krb5_cc_close() to release @a cache_out when it is no longer needed.
4591 * If an appropriate cache is found, 0 is returned, @a cache_out is set to the
4597 * KRB5_CC_NOTFOUND is returned, @a cache_out is set to NULL, and @a princ_out
4601 * KRB5_CC_NOTFOUND is returned and @a cache_out and @a princ_out are set to
4611 krb5_ccache *cache_out, krb5_principal *princ_out);