Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hdb/
H A Dversion-script.map10 hdb_create;
H A Dkeytab.c199 ret = hdb_create (context, &db, dbname); in hdb_get_entry()
281 ret = hdb_create (context, &db, dbname); in hdb_start_seq_get()
H A Dhdb-protos.h34 hdb_create (
H A Dhdb.c452 hdb_create(krb5_context context, HDB **db, const char *filename) in hdb_create() function
/freebsd/crypto/heimdal/kdc/
H A Dset_dbinfo.c52 ret = hdb_create(context, &c->db[c->num_db], conf); in add_db()
H A Dhpropd.c215 ret = hdb_create(context, &db, tmp_db); in main()
H A Dhprop.c448 ret = hdb_create (context, &db, database); in main()
/freebsd/crypto/heimdal/lib/kadm5/
H A Dinit_s.c64 ret = hdb_create(ctx->context, &ctx->db, ctx->config.dbname); in kadm5_s_init_with_context()
H A Dipropd_slave.c359 ret = hdb_create(context, &mydb, dbname); in receive_everything()
H A Dipropd_master.c405 ret = hdb_create (context, &db, database); in send_complete()
/freebsd/crypto/heimdal/
H A DChangeLog.2003889 * lib/hdb/hdb.c (hdb_create): check for dynamic backend after
H A DChangeLog.20061599 * lib/hdb/hdb.c (hdb_create): print out what we don't support
H A DChangeLog.19981366 * lib/hdb/hdb.c: new functions `hdb_create', `hdb_set_master_key'