Lines Matching refs:realm
39 krb5_const_realm realm; member
145 const char *realm, uid_t uid, struct kafs_token *kt) in get_cred() argument
155 realm, name, inst, NULL); in get_cred()
186 (inst != NULL && inst[0] != '\0') ? inst : realm, kt); in get_cred()
226 ret = _kafs_get_cred(data, cell, d->realm, trealm, uid, &kt); in afslog_uid_int()
253 krb5_const_realm realm, in krb5_afslog_uid_home() argument
280 d.realm = realm; in krb5_afslog_uid_home()
294 krb5_const_realm realm, in krb5_afslog_uid() argument
297 return krb5_afslog_uid_home (context, id, cell, realm, uid, NULL); in krb5_afslog_uid()
304 krb5_const_realm realm) in krb5_afslog() argument
306 return krb5_afslog_uid (context, id, cell, realm, getuid()); in krb5_afslog()
313 krb5_const_realm realm, in krb5_afslog_home() argument
316 return krb5_afslog_uid_home (context, id, cell, realm, getuid(), homedir); in krb5_afslog_home()
324 krb5_realm_of_cell(const char *cell, char **realm) in krb5_realm_of_cell() argument
332 return _kafs_realm_of_cell(&kd, cell, realm); in krb5_realm_of_cell()