Searched refs:crealm (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dmk_error.c82 msg.crealm = &client->realm;
H A Dreplay.c188 EVP_DigestUpdate(m, auth->crealm, strlen(auth->crealm));
H A Dbuild_auth.c123 copy_Realm(&cred->client->realm, &auth.crealm);
H A Drd_req.c157 enc->crealm,
161 ret = krb5_check_transited(context, enc->crealm,
393 t->ticket.crealm);
411 ac->authenticator->crealm);
415 t->ticket.crealm);
H A Dticket.c694 rep->kdc_rep.crealm);
738 const char *crealm = krb5_principal_get_realm(context, creds->client); local
741 strcmp(rep->enc_part.srealm, crealm) != 0)
H A Dinit_creds_pw.c1788 if (ctx->error.crealm == NULL) {
1795 *ctx->error.crealm);
1799 *ctx->error.crealm);
/freebsd-11.0-release/crypto/openssl/crypto/krb5/
H A Dkrb5_asn.h183 * crealm[1] Realm,
195 ASN1_GENERALSTRING *crealm; member in struct:krb5_authenticator_st
H A Dkrb5_asn.c144 ASN1_EXP(KRB5_AUTHENTBODY, crealm, ASN1_GENERALSTRING, 1),
/freebsd-11.0-release/crypto/heimdal/kdc/
H A Dhpropd.c193 authent->cname, authent->crealm);
H A Dkrb5tgs.c807 copy_Realm(&tgt_name->realm, &rep.crealm);
920 et.crealm = tgt_name->realm;
1100 find_rpath(krb5_context context, Realm crealm, Realm srealm) argument
1105 crealm,
1573 r = adtkt.crealm;
1580 _krb5_principalname2krb5_principal(context, &cp, tgt->cname, tgt->crealm);
1613 new_rlm = find_rpath(context, tgt->crealm, req_rlm);
2049 adtkt.crealm);
H A Dkerberos5.c1483 ret = copy_Realm(&client->entry.principal->realm, &rep.crealm);
1542 ret = copy_Realm(&rep.crealm, &et.crealm);
/freebsd-11.0-release/crypto/heimdal/kuser/
H A Dkimpersonate.c84 et.crealm = cred->client->realm;
/freebsd-11.0-release/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c154 COMPARE_STRING(aa,ab,crealm);
236 IF_OPT_COMPARE(aa,ab,crealm) {
237 COMPARE_OPT_STRING(aa,ab,crealm);
289 e1.crealm = &realm;

Completed in 147 milliseconds