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

/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dwindc.c88 const krb5_principal client_principal,
98 client_principal, client, server, pac);
87 _kdc_pac_verify(krb5_context context, const krb5_principal client_principal, hdb_entry_ex *client, hdb_entry_ex *server, krb5_pac *pac) argument
H A Dkrb5tgs.c282 const krb5_principal client_principal,
328 client_principal,
335 ret = _kdc_pac_verify(context, client_principal,
344 client_principal,
668 krb5_principal client_principal,
726 *krb5_princ_realm(context, client_principal),
1262 krb5_principal client_principal = NULL; local
1466 client_principal = cp;
1518 &client_principal,
1525 ret = krb5_unparse_name(context, client_principal,
280 check_PAC(krb5_context context, krb5_kdc_configuration *config, const krb5_principal client_principal, hdb_entry_ex *client, hdb_entry_ex *server, const EncryptionKey *server_key, const EncryptionKey *krbtgt_key, EncTicketPart *tkt, krb5_data *rspac, int *require_signedpath) argument
656 tgs_make_reply(krb5_context context, krb5_kdc_configuration *config, KDC_REQ_BODY *b, krb5_const_principal tgt_name, const EncTicketPart *tgt, const EncryptionKey *serverkey, const krb5_keyblock *sessionkey, krb5_kvno kvno, AuthorizationData *auth_data, hdb_entry_ex *server, const char *server_name, hdb_entry_ex *client, krb5_principal client_principal, hdb_entry_ex *krbtgt, krb5_enctype krbtgt_etype, KRB5SignedPathPrincipals *spp, const krb5_data *rspac, const char **e_text, krb5_data *reply) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/tests/plugin/
H A Dwindc.c43 const krb5_principal client_principal,
42 pac_verify(void *ctx, krb5_context context, const krb5_principal client_principal, struct hdb_entry_ex *client, struct hdb_entry_ex *server, krb5_pac *pac) argument
/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dkimpersonate.c39 static krb5_principal client_principal; variable
161 ret = krb5_copy_principal (context, client_principal, &cred.client);
233 ret = krb5_parse_name (context, client_principal_str, &client_principal);
/freebsd-9.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-9.3-release/include/rpc/
H A Drpcsec_gss.h89 rpc_gss_principal_t client_principal; /* client name */ member in struct:__anon4989
/freebsd-9.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-9.3-release/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c587 if (client->cl_rawcred.client_principal)
588 mem_free(client->cl_rawcred.client_principal,
589 sizeof(*client->cl_rawcred.client_principal)
590 + client->cl_rawcred.client_principal->len);
947 client->cl_rawcred.client_principal =
948 mem_alloc(sizeof(*client->cl_rawcred.client_principal)
950 client->cl_rawcred.client_principal->len = export_name.length;
951 memcpy(client->cl_rawcred.client_principal->name,
974 client->cl_rawcred.client_principal->name,
/freebsd-9.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-9.3-release/sys/rpc/
H A Drpcsec_gss.h89 rpc_gss_principal_t client_principal; /* client name */ member in struct:__anon10366

Completed in 136 milliseconds