HomeSort by: relevance | last modified time | path
    Searched refs:hdb_create (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
test_hdbplugin.c 102 ret = hdb_create(context, &db, "test:test&1234");
104 krb5_err(context, 1, ret, "hdb_create");
keytab.c 205 ret = hdb_create (context, &db, dbname);
287 ret = hdb_create (context, &db, dbname);
hdb-protos.h 97 hdb_create (
hdb.c 478 hdb_create(krb5_context context, HDB **db, const char *filename) function
  /src/crypto/external/bsd/heimdal/dist/kdc/
set_dbinfo.c 54 ret = hdb_create(context, &c->db[c->num_db], conf);
hpropd.c 219 krb5_errx(context, 1, "hdb_create: out of memory");
221 ret = hdb_create(context, &db, tmp_db);
223 krb5_err(context, 1, ret, "hdb_create(%s)", tmp_db);
hprop.c 449 ret = hdb_create (context, &db, database);
451 krb5_err(context, 1, ret, "hdb_create: %s", database);
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
init_s.c 79 ret = hdb_create(ctx->context, &ctx->db, dbname);
ipropd_slave.c 510 ret = hdb_create(context, &mydb, dbname);
512 krb5_err(context, IPROPD_RESTART, ret, "hdb_create");
ipropd_master.c 456 ret = hdb_create (context, &db, database);
458 krb5_err (context, IPROPD_RESTART, ret, "hdb_create: %s", database);
  /src/crypto/external/bsd/heimdal/include/
hdb-protos.h 95 hdb_create (

Completed in 26 milliseconds