Home
last modified time | relevance | path

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

/freebsd-head/crypto/heimdal/lib/hdb/
HDhdb.h59 #define HDB_F_KVNO_SPECIFIED 128 /* we want a particular KVNO */ macro
HDhdb-keytab.c127 if (!(flags & HDB_F_KVNO_SPECIFIED)) { in hkt_fetch_kvno()
HDkeytab.c215 HDB_F_DECRYPT|HDB_F_KVNO_SPECIFIED| in hdb_get_entry()
HDhdb-ldap.c1646 flags & (~HDB_F_KVNO_SPECIFIED), 0, entry); in LDAP_fetch()
/freebsd-head/crypto/heimdal/kdc/
HDmisc.c54 flags |= HDB_F_KVNO_SPECIFIED; in _kdc_db_fetch()