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

/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/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);
714 client->cl_rawcred.client_principal =
715 mem_alloc(sizeof(*client->cl_rawcred.client_principal)
717 client->cl_rawcred.client_principal->len = export_name.length;
718 memcpy(client->cl_rawcred.client_principal->name,
740 client->cl_rawcred.client_principal->name,
/freebsd-10.3-release/include/rpc/
H A Drpcsec_gss.h89 rpc_gss_principal_t client_principal; /* client name */ member in struct:__anon5735
/freebsd-10.3-release/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c584 if (client->cl_rawcred.client_principal)
585 mem_free(client->cl_rawcred.client_principal,
586 sizeof(*client->cl_rawcred.client_principal)
587 + client->cl_rawcred.client_principal->len);
944 client->cl_rawcred.client_principal =
945 mem_alloc(sizeof(*client->cl_rawcred.client_principal)
947 client->cl_rawcred.client_principal->len = export_name.length;
948 memcpy(client->cl_rawcred.client_principal->name,
971 client->cl_rawcred.client_principal->name,
/freebsd-10.3-release/sys/kgssapi/
H A Dgsstest.c1019 print_principal(rcred->client_principal);
1022 if (rcred->client_principal->len != server_acl->len
1023 || memcmp(rcred->client_principal->name, server_acl->name,
/freebsd-10.3-release/sys/rpc/
H A Drpcsec_gss.h89 rpc_gss_principal_t client_principal; /* client name */ member in struct:__anon11906

Completed in 74 milliseconds