Home
last modified time | relevance | path

Searched refs:client_princ (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Din_tkt_sky.c77 krb5_principal server_princ, client_princ; in krb5_get_in_tkt_with_skey() local
104 client_princ = creds->client; in krb5_get_in_tkt_with_skey()
113 creds->client = client_princ; in krb5_get_in_tkt_with_skey()
H A Dgic_keytab.c353 krb5_principal client_princ, server_princ; in krb5_get_in_tkt_with_keytab() local
371 client_princ = creds->client; in krb5_get_in_tkt_with_keytab()
382 creds->client = client_princ; in krb5_get_in_tkt_with_keytab()
H A Dgic_pwd.c383 krb5_principal server_princ, client_princ; in krb5_get_in_tkt_with_password() local
401 client_princ = creds->client; in krb5_get_in_tkt_with_password()
413 creds->client = client_princ; in krb5_get_in_tkt_with_password()
H A Dpac_sign.c370 krb5_const_principal client_princ, in krb5_kdc_sign_ticket() argument
408 ret = sign_pac(context, pac, enc_tkt->times.authtime, client_princ, server, in krb5_kdc_sign_ticket()
/freebsd/crypto/krb5/src/kdc/
H A Dfast_util.c467 krb5_const_principal client_princ, krb5_keyblock **key_out) in derive_cookie_key() argument
476 ret = krb5_unparse_name(context, client_princ, &princstr); in derive_cookie_key()
497 krb5_const_principal client_princ, krb5_keyblock **key_out) in get_cookie_key() argument
520 ret = derive_cookie_key(context, key, client_princ, key_out); in get_cookie_key()
658 krb5_const_principal client_princ, in kdc_fast_make_cookie() argument
678 ret = derive_cookie_key(context, local_tgt_key, client_princ, &key); in kdc_fast_make_cookie()
H A Ddo_as_req.c157 krb5_principal_data client_princ; member
682 state->client_princ = *(state->client->princ); in process_as_req()
684 state->client_princ = *(state->request->client); in process_as_req()
686 state->client_princ.realm = state->client->princ->realm; in process_as_req()
688 state->enc_tkt_reply.client = &state->client_princ; in process_as_req()
H A Dkdc_util.h406 krb5_const_principal client_princ,
H A Dkdc_preauth.c1510 krb5_principal client_princ, krb5_key_data *client_key, in _make_etype_info_entry() argument
1529 retval = krb5_dbe_compute_salt(context, client_key, client_princ, in _make_etype_info_entry()
/freebsd/crypto/krb5/src/kadmin/server/
H A Dipropd_svc.c135 krb5_principal client_princ; in iprop_acl_check() local
138 if (krb5_parse_name(context, client_name, &client_princ) != 0) in iprop_acl_check()
140 result = auth(context, OP_IPROP, client_princ, in iprop_acl_check()
142 krb5_free_principal(context, client_princ); in iprop_acl_check()
/freebsd/crypto/heimdal/kdc/
H A Dkerberos5.c974 krb5_principal client_princ = NULL, server_princ = NULL; in _kdc_as_rep() local
1018 &client_princ, in _kdc_as_rep()
1024 ret = krb5_unparse_name(context, client_princ, &client_name); in _kdc_as_rep()
1039 if (_kdc_is_anonymous(context, client_princ)) { in _kdc_as_rep()
1057 ret = _kdc_db_fetch(context, config, client_princ, in _kdc_as_rep()
1834 client_princ, in _kdc_as_rep()
1847 if (client_princ) in _kdc_as_rep()
1848 krb5_free_principal(context, client_princ); in _kdc_as_rep()
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dacquire_cred.c973 krb5_principal client_princ; in kg_cred_resolve() local
990 &client_princ); in kg_cred_resolve()
993 if (client_princ != NULL) { in kg_cred_resolve()
994 code = kg_init_name(context, client_princ, NULL, NULL, NULL, in kg_cred_resolve()
997 krb5_free_principal(context, client_princ); in kg_cred_resolve()
/freebsd/crypto/krb5/src/plugins/kdb/test/
H A Dkdb_test.c756 char *proxy_princ, *server_princ, *pac_client_princ, *client_princ; in test_allowed_to_delegate_from() local
763 check(krb5_unparse_name(context, client, &client_princ)); in test_allowed_to_delegate_from()
777 krb5_free_unparsed_name(context, client_princ); in test_allowed_to_delegate_from()
/freebsd/crypto/krb5/src/util/
H A Dk5test.py1198 def klist(self, client_princ, service_princ=None, ccache=None, **keywords): argument
1208 ('Default principal: %s\n' % client_princ) not in output or
/freebsd/crypto/heimdal/
H A DChangeLog.2006355 * kdc/pkinit.c (_kdc_pk_check_client): drop client_princ as an
358 * kdc/kerberos5.c (_kdc_as_rep): drop client_princ from
/freebsd/crypto/krb5/src/include/krb5/
H A Dkrb5.hin8384 * @param [in] client_princ PAC_CLIENT_INFO principal (or NULL)
8393 * client_princ is non-null, add a PAC_CLIENT_INFO buffer, including the realm
8403 krb5_const_principal client_princ,