Home
last modified time | relevance | path

Searched refs:krb5_cc_new_unique (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_cc.c111 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id); in test_mcache()
175 ret = krb5_cc_new_unique(context, type, NULL, &id); in test_init_vs_destroy()
217 ret = krb5_cc_new_unique(context, type, NULL, &id); in test_cache_remove()
459 ret = krb5_cc_new_unique(context, from, NULL, &fromid); in test_copy()
467 ret = krb5_cc_new_unique(context, to, NULL, &toid); in test_copy()
501 ret = krb5_cc_new_unique(context, type, NULL, &fromid); in test_move()
515 ret = krb5_cc_new_unique(context, type, NULL, &toid); in test_move()
559 ret = krb5_cc_new_unique(context, "MEMORY", "bar", &id); in test_cc_config()
680 krb5_cc_new_unique(context, krb5_cc_type_memory, "bar", &id1); in main()
681 krb5_cc_new_unique(context, krb5_cc_type_memory, "baz", &id2); in main()
H A Dverify_init.c118 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, in krb5_verify_init_creds()
H A Dversion-script.map106 krb5_cc_new_unique;
H A Dfcache.c807 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &copy); in fcc_remove_cred()
/freebsd/crypto/openssh/
H A Dauth-krb5.c101 problem = krb5_cc_new_unique(authctxt->krb5_ctx, in auth_krb5_password()
125 problem = krb5_cc_new_unique(authctxt->krb5_ctx, in auth_krb5_password()
H A Dgss-serv-krb5.c136 if ((problem = krb5_cc_new_unique(krb_context, krb5_fcc_ops.prefix,
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dstore_cred.c85 ret = krb5_cc_new_unique(context, NULL, NULL, &id); in _gsskrb5_store_cred()
H A Dadd_cred.c158 ret = krb5_cc_new_unique(context, type, in _gsskrb5_add_cred()
H A Dcreds.c198 ret = krb5_cc_new_unique(context, "MEMORY", NULL, &id); in _gsskrb5_import_cred()
H A Dacquire_cred.c210 kret = krb5_cc_new_unique(context, krb5_cc_type_memory, in acquire_initiator_cred()
H A Daccept_sec_context.c170 kret = krb5_cc_new_unique (context, krb5_cc_type_memory, in gsskrb5_accept_delegated_token()
/freebsd/crypto/heimdal/appl/su/
H A Dsu.c194 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &ccache); in krb5_verify()
233 ret = krb5_cc_new_unique(context, krb5_cc_type_file, NULL, &ccache2); in krb5_start_session()
/freebsd/crypto/heimdal/appl/afsutil/
H A Dpagsh.c133 ret = krb5_cc_new_unique(context, typename_arg, NULL, &id); in main()
/freebsd/crypto/heimdal/lib/gssapi/
H A Dtest_kcred.c82 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id); in copy_import()
/freebsd/crypto/heimdal/kuser/
H A Dkinit.c601 ret = krb5_cc_new_unique(context, krb5_cc_get_type(context, ccache), in get_new_tickets()
813 ret = krb5_cc_new_unique(context, NULL, NULL, &ccache); in main()
836 ret = krb5_cc_new_unique(context, type, NULL, &ccache); in main()
/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswd.c156 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id); in main()
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Dkdc.c103 ret = krb5_cc_new_unique(context, "MEMORY", NULL, id); in get_ccache()
/freebsd/crypto/heimdal/kdc/
H A Dhprop.c186 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, cache); in get_creds()
/freebsd/crypto/heimdal/appl/login/
H A Dlogin.c164 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id); in krb5_verify()
/freebsd/crypto/heimdal/lib/kadm5/
H A Dinit_c.c219 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id); in get_new_cache()
H A Dipropd_slave.c143 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, cache); in get_creds()
/freebsd/kerberos5/lib/libkrb5/
H A DMakefile228 krb5_ccache.3 krb5_cc_new_unique.3 \
/freebsd/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c296 krbret = krb5_cc_new_unique(krbctx, krb5_cc_type_memory, NULL, &ccache); in pam_sm_authenticate()
/freebsd/crypto/heimdal/appl/rsh/
H A Drshd.c175 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &ccache); in save_krb5_creds()
/freebsd/crypto/heimdal/doc/doxyout/krb5/
H A Dmanpages52 krb5/man/man3/krb5_cc_new_unique.3

12