HomeSort by: relevance | last modified time | path
    Searched refs:krb5_principal_get_realm (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
test_forward.c 115 krb5_principal_get_realm(context, cred.client),
117 krb5_principal_get_realm(context, cred.client),
get_for_creds.c 136 client_realm = krb5_principal_get_realm(context, client);
222 krb5_principal_get_realm(context,
324 srealm = krb5_principal_get_realm(context, out_creds->server);
verify_user.c 162 krb5_principal_get_realm(context, principal),
get_cred.c 772 client_realm = krb5_principal_get_realm(context, in_creds->client);
773 server_realm = krb5_principal_get_realm(context, in_creds->server);
925 client_realm = krb5_principal_get_realm(context, in_creds->client);
926 server_realm = krb5_principal_get_realm(context, in_creds->server);
991 start_realm = strdup(krb5_principal_get_realm(context, in_creds->client));
1211 krb5_principal_get_realm(context, mcreds.client),
1669 const char *realm = krb5_principal_get_realm(context, client);
ticket.c 790 const char *srealm = krb5_principal_get_realm(context, creds->server);
791 const char *crealm = krb5_principal_get_realm(context, creds->client);
test_princ.c 80 realm = krb5_principal_get_realm(context, p);
  /src/crypto/external/bsd/heimdal/dist/kuser/
copy_cred_cache.c 142 krb5_principal_get_realm(heimtools_context, client),
144 krb5_principal_get_realm(heimtools_context, client),
kinit.c 232 realm = krb5_principal_get_realm(context, client);
527 realm = krb5_principal_get_realm(context, principal);
556 krb5_principal_get_realm(context, principal), opt);
1038 if (realm && krb5_principal_get_realm(context, *princ) == NULL)
1162 if (krb5_principal_get_realm(context, tmp) != NULL) {
1188 realm = krb5_principal_get_realm(context, entry.principal);
1362 krb5_principal_get_realm(context, principal),
1366 krb5_principal_get_realm(context, principal),
kimpersonate.c 241 strcmp(krb5_principal_get_realm(context, cred.server), "") != 0) {
  /src/lib/libpam/modules/pam_afslog/
pam_afslog.c 88 krb5_principal_get_realm(
  /src/crypto/external/bsd/heimdal/dist/kcm/
acquire.c 92 realm = krb5_principal_get_realm(context, ccache->client);
renew.c 79 realm = krb5_principal_get_realm(context, in.client);
  /src/crypto/external/bsd/heimdal/dist/kdc/
kx509.c 208 krb5_principal_get_realm(context, principal));
214 krb5_principal_get_realm(context,
308 krb5_principal_get_realm(context,
456 krb5_principal_get_realm(context,
krb5tgs.c 838 krb5_principal_get_realm(context, client_principal),
839 krb5_principal_get_realm(context, server->entry.principal),
1584 krb5_principal_get_realm(context, krbtgt->entry.principal);
1935 if (strcmp(krb5_principal_get_realm(context, server->entry.principal),
1936 krb5_principal_get_realm(context, krbtgt_out->entry.principal)) != 0) {
1978 krbtgt_realm = krb5_principal_get_realm(context, krbtgt_out->entry.principal);
1980 if(strcmp(krb5_principal_get_realm(context, cp), krbtgt_realm) == 0) {
  /src/usr.bin/login/
k5login.c 257 const char *realm = krb5_principal_get_realm(kcontext, me);
  /src/crypto/external/bsd/heimdal/dist/admin/
change.c 62 realm = krb5_principal_get_realm(context, principal);
get.c 154 r = krb5_principal_get_realm(context, princ_ent);
  /src/crypto/external/bsd/heimdal/dist/kadmin/
ank.c 50 krb5_const_realm realm = krb5_principal_get_realm(contextp->context, princ);
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
creds.c 84 start_realm = strdup(krb5_principal_get_realm(context,
acquire_cred.c 132 realm = krb5_principal_get_realm(context, handle->principal);
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
create_s.c 46 krb5_const_realm realm = krb5_principal_get_realm(context->context, princ);
init_c.c 189 krb5_principal_get_realm(context,
  /src/crypto/external/bsd/heimdal/dist/lib/kafs/
afskrb5.c 223 trealm = krb5_principal_get_realm (d->context, princ);
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
keytab.c 141 krb5_const_realm realm = krb5_principal_get_realm(context, principal);
keys.c 191 krb5_const_realm realm = krb5_principal_get_realm(context, principal);

Completed in 36 milliseconds

1 2