Searched refs:clientdb (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/heimdal/kdc/
H A Dkerberos5.c969 HDB *clientdb; local
1059 &clientdb, &client);
1156 clientdb,
1278 if (clientdb->hdb_auth_status)
1279 (clientdb->hdb_auth_status)(context, clientdb, client, HDB_AUTH_WRONG_PASSWORD);
1446 if (clientdb->hdb_auth_status)
1447 (clientdb->hdb_auth_status)(context, clientdb, client,
H A Dkrb5tgs.c508 HDB *clientdb,
530 if (clientdb->hdb_check_constrained_delegation) {
531 ret = clientdb->hdb_check_constrained_delegation(context, clientdb, client, target);
568 HDB *clientdb,
578 if (clientdb->hdb_check_s4u2self) {
579 ret = clientdb->hdb_check_s4u2self(context, clientdb, client, server);
1489 HDB *clientdb, *s4u2self_impersonated_clientdb; local
1801 NULL, &clientdb,
506 check_constrained_delegation(krb5_context context, krb5_kdc_configuration *config, HDB *clientdb, hdb_entry_ex *client, hdb_entry_ex *server, krb5_const_principal target) argument
566 check_s4u2self(krb5_context context, krb5_kdc_configuration *config, HDB *clientdb, hdb_entry_ex *client, krb5_const_principal server) argument
[all...]
H A Dpkinit.c1644 HDB *clientdb,
1689 if (clientdb->hdb_check_pkinit_ms_upn_match) {
1690 ret = clientdb->hdb_check_pkinit_ms_upn_match(context, clientdb, client, principal);
1713 HDB *clientdb,
1783 clientdb,
1640 match_ms_upn_san(krb5_context context, krb5_kdc_configuration *config, hx509_context hx509ctx, hx509_cert client_cert, HDB *clientdb, hdb_entry_ex *client) argument
1711 _kdc_pk_check_client(krb5_context context, krb5_kdc_configuration *config, HDB *clientdb, hdb_entry_ex *client, pk_client_params *cp, char **subject_name) argument

Completed in 104 milliseconds