/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | test_cc.c | 113 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id); in test_mcache() 177 ret = krb5_cc_new_unique(context, type, NULL, &id); in test_init_vs_destroy() 219 ret = krb5_cc_new_unique(context, type, NULL, &id); in test_cache_remove() 461 ret = krb5_cc_new_unique(context, from, NULL, &fromid); in test_copy() 469 ret = krb5_cc_new_unique(context, to, NULL, &toid); in test_copy() 503 ret = krb5_cc_new_unique(context, type, NULL, &fromid); in test_move() 517 ret = krb5_cc_new_unique(context, type, NULL, &toid); in test_move() 562 ret = krb5_cc_new_unique(context, cc_type, cc_name, &id); in test_cc_config() 704 krb5_cc_new_unique(context, krb5_cc_type_memory, "bar", &id1); in main() 705 krb5_cc_new_unique(context, krb5_cc_type_memory, "baz", &id2); in main()
|
H A D | test_set_kvno0.c | 107 ret = krb5_cc_new_unique(context, krb5_cc_get_type(context, src_cc), in main()
|
H A D | verify_init.c | 123 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, in krb5_verify_init_creds()
|
H A D | version-script.map | 107 krb5_cc_new_unique;
|
H A D | deprecated.c | 393 return krb5_cc_new_unique(context, ops->prefix, NULL, id); in krb5_cc_gen_new()
|
H A D | libkrb5-exports.def.in | 107 krb5_cc_new_unique
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | auth-krb5.c | 178 problem = krb5_cc_new_unique(authctxt->krb5_ctx, "FILE", NULL, &ccache); in auth_krb5_tgt() 248 problem = krb5_cc_new_unique(authctxt->krb5_ctx, in auth_krb5_password() 268 problem = krb5_cc_new_unique(authctxt->krb5_ctx, in auth_krb5_password()
|
H A D | gss-serv-krb5.c | 132 if ((problem = krb5_cc_new_unique(krb_context, krb5_fcc_ops.prefix, in ssh_gssapi_krb5_storecreds()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/ |
H A D | kinit.c | 389 ret = krb5_cc_new_unique(context, krb5_cc_get_type(context, cache), in renew_validate() 772 ret = krb5_cc_new_unique(context, krb5_cc_get_type(context, ccache), in get_new_tickets() 1254 ret = krb5_cc_new_unique(context, type, NULL, ccache); in get_switched_ccache() 1257 ret = krb5_cc_new_unique(context, type, NULL, ccache); in get_switched_ccache() 1374 ret = krb5_cc_new_unique(context, NULL, NULL, &ccache); in main()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
H A D | test_kcred.c | 72 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id); in copy_import()
|
H A D | store_cred.c | 118 ret = krb5_cc_new_unique(context, def_type, NULL, &id); in _gsskrb5_store_cred()
|
H A D | acquire_cred.c | 154 kret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &ccache); in acquire_cred_with_password() 332 kret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &ccache); in acquire_initiator_cred()
|
H A D | add_cred.c | 181 *minor_status = krb5_cc_new_unique(context, type, in _gsskrb5_add_cred()
|
H A D | creds.c | 219 ret = krb5_cc_new_unique(context, "MEMORY", NULL, &id); in _gsskrb5_import_cred()
|
H A D | accept_sec_context.c | 174 kret = krb5_cc_new_unique (context, krb5_cc_type_memory, in gsskrb5_accept_delegated_token()
|
/netbsd-src/usr.bin/su/ |
H A D | su.c | 472 ret = krb5_cc_new_unique(context, krb5_mcc_ops.prefix, NULL, &ccache); in kerberos5() 492 ret = krb5_cc_new_unique(context, krb5_mcc_ops.prefix, NULL, &ccache2); in kerberos5()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
H A D | test_kcred.c | 84 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id); in copy_import()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kpasswd/ |
H A D | kpasswd.c | 160 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id); in main()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
H A D | kdc.c | 105 ret = krb5_cc_new_unique(context, "MEMORY", NULL, id); in get_ccache()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
H A D | hprop.c | 188 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, cache); in get_creds()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
H A D | init_c.c | 237 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &id); in get_new_cache()
|
H A D | ipropd_slave.c | 161 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, cache); in get_creds()
|
/netbsd-src/lib/libpam/modules/pam_krb5/ |
H A D | pam_krb5.c | 315 krbret = krb5_cc_new_unique(pam_context, "MEMORY", NULL, &ccache); in pam_sm_authenticate()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/ |
H A D | manpages | 147 krb5/man/man3/krb5_cc_new_unique.3
|
/netbsd-src/crypto/external/bsd/heimdal/dist/ |
H A D | ChangeLog | 95 * lib/krb5/doxygen.c: krb5_cc_new_unique() is name of the creation
|