Symbol: krb5_cc_new_unique
crypto/heimdal/appl/afsutil/pagsh.c
133
ret = krb5_cc_new_unique(context, typename_arg, NULL, &id);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
847
ret = krb5_cc_new_unique(context, "MEMORY", NULL, &id);
crypto/heimdal/appl/gssmask/gssmask.c
233
ret = krb5_cc_new_unique(context, "MEMORY", NULL, &id);
crypto/heimdal/appl/login/login.c
164
ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id);
crypto/heimdal/appl/rsh/rshd.c
175
ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &ccache);
crypto/heimdal/appl/su/su.c
194
ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &ccache);
crypto/heimdal/appl/su/su.c
233
ret = krb5_cc_new_unique(context, krb5_cc_type_file, NULL, &ccache2);
crypto/heimdal/kdc/hprop.c
186
ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, cache);
crypto/heimdal/kpasswd/kpasswd.c
156
ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id);
crypto/heimdal/kuser/kinit.c
601
ret = krb5_cc_new_unique(context, krb5_cc_get_type(context, ccache),
crypto/heimdal/kuser/kinit.c
813
ret = krb5_cc_new_unique(context, NULL, NULL, &ccache);
crypto/heimdal/kuser/kinit.c
836
ret = krb5_cc_new_unique(context, type, NULL, &ccache);
crypto/heimdal/lib/gssapi/krb5/accept_sec_context.c
170
kret = krb5_cc_new_unique (context, krb5_cc_type_memory,
crypto/heimdal/lib/gssapi/krb5/acquire_cred.c
210
kret = krb5_cc_new_unique(context, krb5_cc_type_memory,
crypto/heimdal/lib/gssapi/krb5/add_cred.c
158
ret = krb5_cc_new_unique(context, type,
crypto/heimdal/lib/gssapi/krb5/creds.c
198
ret = krb5_cc_new_unique(context, "MEMORY", NULL, &id);
crypto/heimdal/lib/gssapi/krb5/store_cred.c
85
ret = krb5_cc_new_unique(context, NULL, NULL, &id);
crypto/heimdal/lib/gssapi/ntlm/kdc.c
103
ret = krb5_cc_new_unique(context, "MEMORY", NULL, id);
crypto/heimdal/lib/gssapi/test_kcred.c
82
ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id);
crypto/heimdal/lib/kadm5/init_c.c
219
ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id);
crypto/heimdal/lib/kadm5/ipropd_slave.c
143
ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, cache);
crypto/heimdal/lib/krb5/deprecated.c
392
return krb5_cc_new_unique(context, ops->prefix, NULL, id);
crypto/heimdal/lib/krb5/fcache.c
807
ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &copy);
crypto/heimdal/lib/krb5/krb5-protos.h
734
krb5_cc_new_unique (
crypto/heimdal/lib/krb5/test_cc.c
111
ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id);
crypto/heimdal/lib/krb5/test_cc.c
175
ret = krb5_cc_new_unique(context, type, NULL, &id);
crypto/heimdal/lib/krb5/test_cc.c
217
ret = krb5_cc_new_unique(context, type, NULL, &id);
crypto/heimdal/lib/krb5/test_cc.c
459
ret = krb5_cc_new_unique(context, from, NULL, &fromid);
crypto/heimdal/lib/krb5/test_cc.c
467
ret = krb5_cc_new_unique(context, to, NULL, &toid);
crypto/heimdal/lib/krb5/test_cc.c
501
ret = krb5_cc_new_unique(context, type, NULL, &fromid);
crypto/heimdal/lib/krb5/test_cc.c
515
ret = krb5_cc_new_unique(context, type, NULL, &toid);
crypto/heimdal/lib/krb5/test_cc.c
559
ret = krb5_cc_new_unique(context, "MEMORY", "bar", &id);
crypto/heimdal/lib/krb5/test_cc.c
680
krb5_cc_new_unique(context, krb5_cc_type_memory, "bar", &id1);
crypto/heimdal/lib/krb5/test_cc.c
681
krb5_cc_new_unique(context, krb5_cc_type_memory, "baz", &id2);
crypto/heimdal/lib/krb5/verify_init.c
118
ret = krb5_cc_new_unique(context, krb5_cc_type_memory,
crypto/krb5/src/clients/kinit/kinit.c
552
ret = krb5_cc_new_unique(k5->ctx, deftype, NULL, &k5->out_cc);
crypto/krb5/src/clients/kinit/kinit.c
799
ret = krb5_cc_new_unique(k5->ctx, "MEMORY", NULL, &mcc);
crypto/krb5/src/clients/ksu/main.c
930
retval = krb5_cc_new_unique(context, target, NULL, &ccache);
crypto/krb5/src/clients/kvno/kvno.c
554
ret = krb5_cc_new_unique(context, "MEMORY", NULL, &mcc);
crypto/krb5/src/lib/gssapi/krb5/accept_sec_context.c
208
if ((retval = krb5_cc_new_unique(context, "MEMORY", NULL, &ccache))) {
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
496
code = krb5_cc_new_unique(context, cctype, NULL, &cred->ccache);
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
707
code = krb5_cc_new_unique(context, "MEMORY", NULL, &cred->ccache);
crypto/krb5/src/lib/gssapi/krb5/import_cred.c
474
if (krb5_cc_new_unique(context, "MEMORY", NULL, &ccache))
crypto/krb5/src/lib/gssapi/krb5/s4u_gss_glue.c
258
code = krb5_cc_new_unique(context, "MEMORY", NULL, &cred->ccache);
crypto/krb5/src/lib/gssapi/krb5/store_cred.c
112
ret = krb5_cc_new_unique(context, "MEMORY", NULL, &mcc);
crypto/krb5/src/lib/gssapi/krb5/store_cred.c
96
ret = krb5_cc_new_unique(context, deftype, NULL, &cache);
crypto/krb5/src/lib/krb5/ccache/t_cc.c
345
kret = krb5_cc_new_unique(context, save_type,
crypto/krb5/src/lib/krb5/ccache/t_cccol.c
241
check(krb5_cc_new_unique(ctx, typename, NULL, &ccu1));
crypto/krb5/src/lib/krb5/ccache/t_cccol.c
248
check(krb5_cc_new_unique(ctx, typename, NULL, &ccu2));
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1627
ret = krb5_cc_new_unique(context, "MEMORY", NULL, &mcc);
crypto/krb5/src/lib/krb5/krb/vfy_increds.c
106
ret = krb5_cc_new_unique(context, "MEMORY", NULL, &ccache);
crypto/krb5/src/windows/include/loadfuncs-krb5.h
1793
krb5_cc_new_unique,
crypto/krb5/src/windows/leashdll/leashdll.c
202
MAKE_FUNC_INFO(krb5_cc_new_unique),
crypto/krb5/src/windows/leashdll/leashdll.c
90
DECL_FUNC_PTR(krb5_cc_new_unique);
crypto/krb5/src/windows/leashdll/leashdll.h
144
extern DECL_FUNC_PTR(krb5_cc_new_unique);
crypto/openssh/auth-krb5.c
101
problem = krb5_cc_new_unique(authctxt->krb5_ctx,
crypto/openssh/auth-krb5.c
125
problem = krb5_cc_new_unique(authctxt->krb5_ctx,
crypto/openssh/gss-serv-krb5.c
136
if ((problem = krb5_cc_new_unique(krb_context, krb5_fcc_ops.prefix,
lib/libpam/modules/pam_krb5/pam_krb5.c
300
krbret = krb5_cc_new_unique(krbctx, krb5_cc_type_memory, NULL, &ccache);