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

/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dad.c79 #define UF_SMARTCARD_REQUIRED 0x00040000 macro
619 uf_flags |= UF_SMARTCARD_REQUIRED;
986 if (i & UF_SMARTCARD_REQUIRED)
1150 i |= UF_SMARTCARD_REQUIRED;
1152 i &= UF_SMARTCARD_REQUIRED;

Completed in 92 milliseconds