Searched refs:client_principal (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/crypto/heimdal/kdc/
H A Dwindc.c86 const krb5_principal client_principal,
100 client_principal,
85 _kdc_pac_verify(krb5_context context, const krb5_principal client_principal, const krb5_principal delegated_proxy_principal, hdb_entry_ex *client, hdb_entry_ex *server, hdb_entry_ex *krbtgt, krb5_pac *pac, int *verified) argument
H A Dkrb5tgs.c281 const krb5_principal client_principal,
332 client_principal,
339 ret = _kdc_pac_verify(context, client_principal,
356 client_principal,
739 krb5_principal client_principal,
799 krb5_principal_get_realm(context, client_principal),
952 client_principal,
279 check_PAC(krb5_context context, krb5_kdc_configuration *config, const krb5_principal client_principal, const krb5_principal delegated_proxy_principal, hdb_entry_ex *client, hdb_entry_ex *server, hdb_entry_ex *krbtgt, const EncryptionKey *server_check_key, const EncryptionKey *krbtgt_check_key, const EncryptionKey *server_sign_key, const EncryptionKey *krbtgt_sign_key, EncTicketPart *tkt, krb5_data *rspac, int *signedpath) argument
724 tgs_make_reply(krb5_context context, krb5_kdc_configuration *config, KDC_REQ_BODY *b, krb5_const_principal tgt_name, const EncTicketPart *tgt, const krb5_keyblock *replykey, int rk_is_subkey, const EncryptionKey *serverkey, const krb5_keyblock *sessionkey, krb5_kvno kvno, AuthorizationData *auth_data, hdb_entry_ex *server, krb5_principal server_principal, const char *server_name, hdb_entry_ex *client, krb5_principal client_principal, hdb_entry_ex *krbtgt, krb5_enctype krbtgt_etype, krb5_principals spp, const krb5_data *rspac, const METHOD_DATA *enc_pa_data, const char **e_text, krb5_data *reply) argument
/freebsd-13-stable/crypto/heimdal/kuser/
H A Dkimpersonate.c38 static krb5_principal client_principal; variable
168 ret = krb5_copy_principal (context, client_principal, &cred.client);
240 ret = krb5_parse_name (context, client_principal_str, &client_principal);
/freebsd-13-stable/tools/regression/rpcsec_gss/
H A Drpctest.c267 print_principal(rcred->client_principal);
272 if (rcred->client_principal->len != server_acl->len
273 || memcmp(rcred->client_principal->name, server_acl->name,
/freebsd-13-stable/include/rpc/
H A Drpcsec_gss.h91 rpc_gss_principal_t client_principal; /* client name */ member in struct:__anon7367
/freebsd-13-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c447 if (client->cl_rawcred.client_principal)
448 mem_free(client->cl_rawcred.client_principal,
449 sizeof(*client->cl_rawcred.client_principal)
450 + client->cl_rawcred.client_principal->len);
711 client->cl_rawcred.client_principal =
712 mem_alloc(sizeof(*client->cl_rawcred.client_principal)
714 client->cl_rawcred.client_principal->len = export_name.length;
715 memcpy(client->cl_rawcred.client_principal->name,
737 client->cl_rawcred.client_principal->name,
/freebsd-13-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c622 if (client->cl_rawcred.client_principal)
623 mem_free(client->cl_rawcred.client_principal,
624 sizeof(*client->cl_rawcred.client_principal)
625 + client->cl_rawcred.client_principal->len);
989 client->cl_rawcred.client_principal =
990 mem_alloc(sizeof(*client->cl_rawcred.client_principal)
992 client->cl_rawcred.client_principal->len = export_name.length;
993 memcpy(client->cl_rawcred.client_principal->name,
1016 client->cl_rawcred.client_principal->name,
/freebsd-13-stable/sys/kgssapi/
H A Dgsstest.c1020 print_principal(rcred->client_principal);
1023 if (rcred->client_principal->len != server_acl->len
1024 || memcmp(rcred->client_principal->name, server_acl->name,
/freebsd-13-stable/sys/rpc/
H A Drpcsec_gss.h91 rpc_gss_principal_t client_principal; /* client name */ member in struct:__anon15750

Completed in 133 milliseconds