Lines Matching defs:realm
7 * the components of a principal (princ) but match on any realm. When a
8 * suitable entry is found return the entry's realm.
14 krb5_principal princ, krb5_data *realm) {
29 memcpy(&tmp_realm, &ent.principal->realm, sizeof (krb5_data));
30 memcpy(&ent.principal->realm, &princ->realm,
35 /* Copy the realm back */
36 memcpy(&ent.principal->realm, &tmp_realm, sizeof (krb5_data));
41 * Copy its realm
44 &ent.principal->realm, realm);