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

/freebsd-current/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,
743 krb5_principal client_principal,
804 krb5_principal_get_realm(context, client_principal),
957 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
728 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, const char *tgt_realm, 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-current/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-current/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c276 rcredp->client_principal->len > 4 &&
277 rcredp->client_principal->name[0] == 4 &&
278 rcredp->client_principal->name[1] == 1) {
280 p = &rcredp->client_principal->name[2];
289 j = rcredp->client_principal->len;
290 if (rcredp->client_principal->len > i + 4) {
296 if (i + j == rcredp->client_principal->len) {
/freebsd-current/tools/regression/rpcsec_gss/
H A Drpctest.c265 print_principal(rcred->client_principal);
270 if (rcred->client_principal->len != server_acl->len
271 || memcmp(rcred->client_principal->name, server_acl->name,
/freebsd-current/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c445 if (client->cl_rawcred.client_principal)
446 mem_free(client->cl_rawcred.client_principal,
447 sizeof(*client->cl_rawcred.client_principal)
448 + client->cl_rawcred.client_principal->len);
709 client->cl_rawcred.client_principal =
710 mem_alloc(sizeof(*client->cl_rawcred.client_principal)
712 client->cl_rawcred.client_principal->len = export_name.length;
713 memcpy(client->cl_rawcred.client_principal->name,
735 client->cl_rawcred.client_principal->name,
/freebsd-current/include/rpc/
H A Drpcsec_gss.h89 rpc_gss_principal_t client_principal; /* client name */ member in struct:__anon66
/freebsd-current/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c685 if (client->cl_rawcred.client_principal)
686 mem_free(client->cl_rawcred.client_principal,
687 sizeof(*client->cl_rawcred.client_principal)
688 + client->cl_rawcred.client_principal->len);
1056 client->cl_rawcred.client_principal =
1057 mem_alloc(sizeof(*client->cl_rawcred.client_principal)
1059 client->cl_rawcred.client_principal->len = export_name.length;
1060 memcpy(client->cl_rawcred.client_principal->name,
1083 client->cl_rawcred.client_principal->name,
/freebsd-current/sys/kgssapi/
H A Dgsstest.c1018 print_principal(rcred->client_principal);
1021 if (rcred->client_principal->len != server_acl->len
1022 || memcmp(rcred->client_principal->name, server_acl->name,
/freebsd-current/sys/rpc/
H A Drpcsec_gss.h89 rpc_gss_principal_t client_principal; /* client name */ member in struct:__anon46

Completed in 201 milliseconds