Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dtest_dbinfo.c78 while ((d = hdb_dbinfo_get_next(info, d)) != NULL) { in main()
H A Dlibhdb-exports.def17 hdb_dbinfo_get_next
H A Dversion-script.map20 hdb_dbinfo_get_next;
H A Ddbinfo.c177 hdb_dbinfo_get_next(struct hdb_dbinfo *dbp, struct hdb_dbinfo *dbprevp) in hdb_dbinfo_get_next() function
H A Dhdb-protos.h156 hdb_dbinfo_get_next (
H A Dkeytab.c151 while ((dbinfo = hdb_dbinfo_get_next(head, dbinfo)) != NULL) { in find_db()
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dset_dbinfo.c82 while ((d = hdb_dbinfo_get_next(info, d)) != NULL) { in krb5_kdc_set_dbinfo()
/netbsd-src/crypto/external/bsd/heimdal/include/
H A Dhdb-protos.h154 hdb_dbinfo_get_next (
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dcontext_s.c155 while ((d = hdb_dbinfo_get_next(info, d)) != NULL) { in find_db_spec()