| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | test_cc.c | 136 ret = krb5_cc_get_principal(context, id2, &p2); in test_mcache() 151 ret = krb5_cc_get_principal(context, id2, &p2); in test_mcache() 196 ret = krb5_cc_get_principal(context, id2, &p2); in test_init_vs_destroy() 394 ret = krb5_cc_get_principal(context, id, &principal); in test_cache_iter() 431 ret = krb5_cc_get_principal(context, id, &principal); in test_cache_iter_all() 475 ret = krb5_cc_get_principal(context, toid, &p2); in test_copy() 523 ret = krb5_cc_get_principal(context, toid, &p2); in test_move()
|
| H A D | test_renew.c | 98 ret = krb5_cc_get_principal(context, id, &client); in main()
|
| H A D | test_forward.c | 107 ret = krb5_cc_get_principal(context, id, &cred.client); in main()
|
| H A D | mk_req.c | 50 ret = krb5_cc_get_principal(context, ccache, &this_cred.client); in krb5_mk_req_exact()
|
| H A D | cache.c | 747 krb5_cc_get_principal(krb5_context context, in krb5_cc_get_principal() function 891 ret = krb5_cc_get_principal(context, from, &princ); in krb5_cc_copy_match_f() 1147 ret = krb5_cc_get_principal(context, cache, &principal); in krb5_cc_cache_match() 1229 ret = krb5_cc_get_principal(context, id, &client); in build_conf_principals() 1572 ret = krb5_cc_get_principal(context, id, &principal); in krb5_cc_get_friendly_name()
|
| H A D | get_default_principal.c | 158 ret = krb5_cc_get_principal (context, id, princ); in krb5_get_default_principal()
|
| /freebsd/crypto/krb5/src/tests/ |
| H A D | s4u2proxy.c | 107 check(krb5_cc_get_principal(context, evcc, &client_name)); in main() 108 check(krb5_cc_get_principal(context, defcc, &int_name)); in main()
|
| H A D | forward.c | 64 check(krb5_cc_get_principal(ctx, cc, &client)); in main()
|
| H A D | gcred.c | 107 check(krb5_cc_get_principal(ctx, ccache, &client)); in main()
|
| H A D | rdreq.c | 76 if (krb5_cc_get_principal(context, ccache, &client_princ) != 0) in main()
|
| /freebsd/crypto/krb5/src/clients/ksu/ |
| H A D | ccache.c | 335 if ((retval = krb5_cc_get_principal(context, cc, &princ))) { in show_credential() 425 retval = krb5_cc_get_principal(context, cct, &defprinc); in krb5_ccache_overwrite() 508 retval = krb5_cc_get_principal(context, cc, &temp_principal); in krb5_ccache_filter() 592 retval = krb5_cc_get_principal(context, cc, &princ); in ks_ccache_is_initialized()
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cccursor.c | 163 ret = krb5_cc_get_principal(context, cache, &princ); in match_caches() 253 ret = krb5_cc_get_principal(context, cache, &princ); in krb5_cccol_have_content()
|
| H A D | ccselect_realm.c | 63 ret = krb5_cc_get_principal(context, cache, &princ); in realm_choose()
|
| H A D | t_cccol.c | 168 check(krb5_cc_get_principal(ctx, cache, &princ)); in check_princ() 172 assert(krb5_cc_get_principal(ctx, cache, &princ) != 0); in check_princ()
|
| H A D | ccfns.c | 115 krb5_cc_get_principal(krb5_context context, krb5_ccache cache, in krb5_cc_get_principal() function 194 ret = krb5_cc_get_principal(context, id, &client); in k5_build_conf_principals()
|
| H A D | ccselect_hostname.c | 91 ret = krb5_cc_get_principal(context, ccache, &princ); in hostname_choose()
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | mk_req.c | 70 if ((retval = krb5_cc_get_principal(context, ccache, &creds.client))) in krb5_mk_req()
|
| H A D | t_ad_fx_armor.c | 27 test(krb5_cc_get_principal(context, ccache, &creds.client)); in main()
|
| /freebsd/contrib/pam-krb5/module/ |
| H A D | account.c | 85 retval = krb5_cc_get_principal(ctx->context, ctx->cache, &ctx->princ); in pamk5_account()
|
| /freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
| H A D | val_cred.c | 44 if ((code = krb5_cc_get_principal(context, cred->ccache, &princ))) { in krb5_gss_validate_cred_1()
|
| /freebsd/crypto/krb5/src/windows/leashdll/ |
| H A D | leashdll.c | 42 DECL_FUNC_PTR(krb5_cc_get_principal); 154 MAKE_FUNC_INFO(krb5_cc_get_principal),
|
| /freebsd/crypto/heimdal/lib/kafs/ |
| H A D | afskrb5.c | 158 ret = krb5_cc_get_principal(d->context, d->id, &in_creds.client); in get_cred() 219 ret = krb5_cc_get_principal (d->context, d->id, &princ); in afslog_uid_int()
|
| /freebsd/crypto/krb5/src/windows/ms2mit/ |
| H A D | mit2ms.c | 115 if (code = krb5_cc_get_principal(kcontext, ccache, &princ)) { in main()
|
| /freebsd/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | klist.c | 144 ret = krb5_cc_get_principal (context, ccache, &principal); in klist5()
|
| /freebsd/crypto/heimdal/kuser/ |
| H A D | kdecode_ticket.c | 143 ret = krb5_cc_get_principal(context, cache, &in.client); in main()
|