Lines Matching defs:realm
132 * e.g. host/<str15>.<domain>@<realm>. The realm name is determined by parsing
150 char **tprinc, *ptr, *token, *t_host = NULL, *realm;
165 realm = krb5_princ_realm(ctx, f_princ)->data;
189 * host/str15.domain@realm
192 realm) + 1;
198 domain, realm);
343 * krb5_error_code k5_kt_remove_by_realm(krb5_context ctx, char *realm)
345 * Removes all key entries in the keytab file that match the exact realm name
349 * where realm is the realm name that is matched for any keytab entries
352 * Note: if there are no entries matching realm then 0 (success) is returned
355 k5_kt_remove_by_realm(krb5_context ctx, char *realm)
358 return (k5_kt_remove_by_key(ctx, realm, REALM));