/freebsd/crypto/heimdal/lib/krb5/ |
H A D | test_cc.c | 111 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 D | verify_init.c | 118 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, in krb5_verify_init_creds()
|
H A D | version-script.map | 106 krb5_cc_new_unique;
|
H A D | fcache.c | 807 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, ©); in fcc_remove_cred()
|
/freebsd/crypto/openssh/ |
H A D | auth-krb5.c | 101 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 D | gss-serv-krb5.c | 136 if ((problem = krb5_cc_new_unique(krb_context, krb5_fcc_ops.prefix,
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | store_cred.c | 85 ret = krb5_cc_new_unique(context, NULL, NULL, &id); in _gsskrb5_store_cred()
|
H A D | add_cred.c | 158 ret = krb5_cc_new_unique(context, type, in _gsskrb5_add_cred()
|
H A D | creds.c | 198 ret = krb5_cc_new_unique(context, "MEMORY", NULL, &id); in _gsskrb5_import_cred()
|
H A D | acquire_cred.c | 210 kret = krb5_cc_new_unique(context, krb5_cc_type_memory, in acquire_initiator_cred()
|
H A D | accept_sec_context.c | 170 kret = krb5_cc_new_unique (context, krb5_cc_type_memory, in gsskrb5_accept_delegated_token()
|
/freebsd/crypto/heimdal/appl/su/ |
H A D | su.c | 194 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 D | pagsh.c | 133 ret = krb5_cc_new_unique(context, typename_arg, NULL, &id); in main()
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | test_kcred.c | 82 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id); in copy_import()
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kinit.c | 601 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 D | kpasswd.c | 156 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id); in main()
|
/freebsd/crypto/heimdal/lib/gssapi/ntlm/ |
H A D | kdc.c | 103 ret = krb5_cc_new_unique(context, "MEMORY", NULL, id); in get_ccache()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | hprop.c | 186 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, cache); in get_creds()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | login.c | 164 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id); in krb5_verify()
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | init_c.c | 219 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id); in get_new_cache()
|
H A D | ipropd_slave.c | 143 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, cache); in get_creds()
|
/freebsd/kerberos5/lib/libkrb5/ |
H A D | Makefile | 228 krb5_ccache.3 krb5_cc_new_unique.3 \
|
/freebsd/lib/libpam/modules/pam_krb5/ |
H A D | pam_krb5.c | 296 krbret = krb5_cc_new_unique(krbctx, krb5_cc_type_memory, NULL, &ccache); in pam_sm_authenticate()
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | rshd.c | 175 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &ccache); in save_krb5_creds()
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/ |
H A D | manpages | 52 krb5/man/man3/krb5_cc_new_unique.3
|