Searched refs:stash_file (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dcontext_s.c109 ctx->config.stash_file = strdup(p);
125 if (ctx->config.stash_file == NULL)
126 asprintf(&ctx->config.stash_file, "%s/m-key", hdb_db_dir(context));
161 (*ctx)->config.stash_file = strdup(params->stash_file);
H A Ddestroy_s.c48 free (c->stash_file);
H A Dinit_s.c55 assert(ctx->config.stash_file != NULL);
68 ctx->db, ctx->config.stash_file);
H A Dadmin.h217 char *stash_file; member in struct:_kadm5_config_params
H A Dipropd_slave.c365 mydb, server_context->config.stash_file);
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dkadmin.c205 conf.stash_file = keyfile;

Completed in 169 milliseconds