Home
last modified time | relevance | path

Searched refs:cc_ops (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dcache.c125 if(strcmp(context->cc_ops[i]->prefix, ops->prefix) == 0) { in krb5_cc_register()
137 const krb5_cc_ops **o = realloc(rk_UNCONST(context->cc_ops), in krb5_cc_register()
139 sizeof(context->cc_ops[0])); in krb5_cc_register()
145 context->cc_ops = o; in krb5_cc_register()
146 context->cc_ops[context->num_cc_ops] = NULL; in krb5_cc_register()
149 context->cc_ops[i] = ops; in krb5_cc_register()
266 size_t prefix_len = strlen(context->cc_ops[i]->prefix); in krb5_cc_resolve()
270 return allocate_ccache (context, context->cc_ops[i], in krb5_cc_resolve()
1000 if(strcmp(context->cc_ops[i]->prefix, p) == 0) { in krb5_cc_get_prefix_ops()
1002 return context->cc_ops[i]; in krb5_cc_get_prefix_ops()
[all …]
H A Dcontext.c252 context->cc_ops = NULL; in cc_ops_register()
276 const krb5_cc_ops **cc_ops; in cc_ops_copy() local
278 context->cc_ops = NULL; in cc_ops_copy()
284 cc_ops = malloc(sizeof(cc_ops[0]) * src_context->num_cc_ops); in cc_ops_copy()
285 if (cc_ops == NULL) { in cc_ops_copy()
291 memcpy(rk_UNCONST(cc_ops), src_context->cc_ops, in cc_ops_copy()
292 sizeof(cc_ops[0]) * src_context->num_cc_ops); in cc_ops_copy()
293 context->cc_ops = cc_ops; in cc_ops_copy()
585 free(rk_UNCONST(context->cc_ops)); in krb5_free_context()
H A Dkrb5_locl.h268 const krb5_cc_ops **cc_ops; member
/freebsd/crypto/heimdal/
H A DChangeLog.20051869 * lib/krb5/context.c: register KCM cc_ops
1878 * lib/krb5/krb5.h: fix cc_retrieve prototype, add KCM cc_ops