Searched refs:krb5_cc_new_unique (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dtest_cc.c111 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id);
113 krb5_err(context, 1, ret, "krb5_cc_new_unique");
175 ret = krb5_cc_new_unique(context, type, NULL, &id);
177 krb5_err(context, 1, ret, "krb5_cc_new_unique: %s", type);
217 ret = krb5_cc_new_unique(context, type, NULL, &id);
459 ret = krb5_cc_new_unique(context, from, NULL, &fromid);
461 krb5_err(context, 1, ret, "krb5_cc_new_unique: %s", from);
467 ret = krb5_cc_new_unique(context, to, NULL, &toid);
501 ret = krb5_cc_new_unique(context, type, NULL, &fromid);
505 krb5_err(context, 1, ret, "krb5_cc_new_unique
[all...]
H A Dverify_init.c118 ret = krb5_cc_new_unique(context, krb5_cc_type_memory,
H A Ddeprecated.c380 * Deprecated: use krb5_cc_new_unique() instead.
394 return krb5_cc_new_unique(context, ops->prefix, NULL, id);
H A Dcache.c297 krb5_cc_new_unique(krb5_context context, const char *type, function
/freebsd-13-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dstore_cred.c85 ret = krb5_cc_new_unique(context, NULL, NULL, &id);
H A Dadd_cred.c158 ret = krb5_cc_new_unique(context, type,
H A Dcreds.c198 ret = krb5_cc_new_unique(context, "MEMORY", NULL, &id);
H A Dacquire_cred.c210 kret = krb5_cc_new_unique(context, krb5_cc_type_memory,
H A Daccept_sec_context.c170 kret = krb5_cc_new_unique (context, krb5_cc_type_memory,
/freebsd-13-stable/crypto/openssh/
H A Dauth-krb5.c101 problem = krb5_cc_new_unique(authctxt->krb5_ctx,
125 problem = krb5_cc_new_unique(authctxt->krb5_ctx,
H A Dgss-serv-krb5.c136 if ((problem = krb5_cc_new_unique(krb_context, krb5_fcc_ops.prefix,
139 logit("krb5_cc_new_unique(): %.100s", errmsg);
/freebsd-13-stable/crypto/heimdal/appl/afsutil/
H A Dpagsh.c133 ret = krb5_cc_new_unique(context, typename_arg, NULL, &id);
/freebsd-13-stable/crypto/heimdal/lib/gssapi/
H A Dtest_kcred.c82 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id);
84 krb5_err(context, 1, ret, "krb5_cc_new_unique");
/freebsd-13-stable/crypto/heimdal/appl/su/
H A Dsu.c194 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &ccache);
233 ret = krb5_cc_new_unique(context, krb5_cc_type_file, NULL, &ccache2);
/freebsd-13-stable/crypto/heimdal/kpasswd/
H A Dkpasswd.c156 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id);
158 krb5_err (context, 1, ret, "krb5_cc_new_unique");
/freebsd-13-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dkdc.c103 ret = krb5_cc_new_unique(context, "MEMORY", NULL, id);
/freebsd-13-stable/crypto/heimdal/kuser/
H A Dkinit.c601 ret = krb5_cc_new_unique(context, krb5_cc_get_type(context, ccache),
604 krb5_err (context, 1, ret, "krb5_cc_new_unique");
813 ret = krb5_cc_new_unique(context, NULL, NULL, &ccache);
836 ret = krb5_cc_new_unique(context, type, NULL, &ccache);
/freebsd-13-stable/crypto/heimdal/appl/login/
H A Dlogin.c164 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id);
/freebsd-13-stable/crypto/heimdal/kdc/
H A Dhprop.c186 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, cache);
187 if(ret) krb5_err(context, 1, ret, "krb5_cc_new_unique");
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dinit_c.c219 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id);
H A Dipropd_slave.c143 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, cache);
144 if(ret) krb5_err(context, 1, ret, "krb5_cc_new_unique");
/freebsd-13-stable/kerberos5/lib/libkrb5/
H A DMakefile228 krb5_ccache.3 krb5_cc_new_unique.3 \
/freebsd-13-stable/crypto/heimdal/appl/gssmask/
H A Dgssmask.c233 ret = krb5_cc_new_unique(context, "MEMORY", NULL, &id);
/freebsd-13-stable/crypto/heimdal/appl/rsh/
H A Drshd.c175 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &ccache);
/freebsd-13-stable/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c266 krbret = krb5_cc_new_unique(pam_context, krb5_cc_type_memory, NULL, &ccache);
270 "Error krb5_cc_new_unique()");

Completed in 232 milliseconds

12