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

/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dadmin.h56 #define KRB5_KDB_DISALLOW_RENEWABLE 0x00000008 macro
H A Dent_setup.c49 flags->renewable = !(attr & KRB5_KDB_DISALLOW_RENEWABLE);
H A Dget_s.c103 out->attributes |= ent.entry.flags.renewable ? 0 : KRB5_KDB_DISALLOW_RENEWABLE;
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dinit.c199 KRB5_KDB_DISALLOW_RENEWABLE|
H A Dutil.c64 { "disallow-renewable", KRB5_KDB_DISALLOW_RENEWABLE },
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dmit_dump.c133 flags->renewable = !(attr & KRB5_KDB_DISALLOW_RENEWABLE);
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-mitdb.c39 #define KRB5_KDB_DISALLOW_RENEWABLE 0x00000008 macro
240 entry->flags.renewable = !(u32 & KRB5_KDB_DISALLOW_RENEWABLE);

Completed in 95 milliseconds