Searched refs:out_ccache (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dcopy_ccache.c15 krb5_ccache out_ccache; local
17 assert(value->length == sizeof(out_ccache));
19 if (value->length != sizeof(out_ccache))
22 out_ccache = (krb5_ccache)value->value;
55 code = krb5_cc_store_cred(context, out_ccache, &creds);
H A Dkrb5_gss_glue.c102 krb5_ccache out_ccache)
110 if (out_ccache == NULL)
113 req_buffer.value = out_ccache;
114 req_buffer.length = sizeof(out_ccache);
100 gss_krb5_copy_ccache(OM_uint32 *minor_status, gss_cred_id_t cred_handle, krb5_ccache out_ccache) argument
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c2105 if (ctx->opte && ctx->opte->opt_private->out_ccache) {
2106 krb5_ccache out_ccache = ctx->opte->opt_private->out_ccache; local
2108 code = krb5_cc_initialize(context, out_ccache, ctx->cred.client);
2111 code = krb5_cc_store_cred(context, out_ccache, &ctx->cred);
2117 code = krb5_cc_set_config(context, out_ccache, ctx->cred.server,
H A Dgic_opt.c514 opte->opt_private->out_ccache = ccache;

Completed in 21 milliseconds