Home
last modified time | relevance | path

Searched refs:hw_only (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c810 int hw_only; in get_preauth_hint_list() local
820 hw_only = isflagset(client->attributes, KRB5_KDB_REQUIRES_HW_AUTH); in get_preauth_hint_list()
828 if (hw_only && !(ap->flags & PA_HARDWARE)) in get_preauth_hint_list()
853 hw_only ? "hw" : ""); in get_preauth_hint_list()