Home
last modified time | relevance | path

Searched refs:stash_file (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dinit_s.c52 char *stash_file; in kadm5_s_init_with_context() local
65 stash_file = realm_params->stash_file; in kadm5_s_init_with_context()
67 stash_file = ctx->config.stash_file; in kadm5_s_init_with_context()
70 assert(stash_file != NULL); in kadm5_s_init_with_context()
82 ctx->db, stash_file); in kadm5_s_init_with_context()
H A Dcontext_s.c178 ctx->config.stash_file = strdup(p); in find_db_spec()
179 if (ctx->config.stash_file == NULL) in find_db_spec()
207 if (ctx->config.stash_file == NULL) { in find_db_spec()
208 aret = asprintf(&ctx->config.stash_file, "%s/m-key", in find_db_spec()
266 (*ctx)->config.stash_file = strdup(params->stash_file); in _kadm5_s_init_context()
267 if ((*ctx)->config.stash_file == NULL) in _kadm5_s_init_context()
H A Ddestroy_s.c50 free (c->stash_file); in destroy_config()
H A Dadmin.h232 char *stash_file; member
H A Dipropd_slave.c516 mydb, server_context->config.stash_file); in receive_everything()
H A DChangeLog1184 stash_file from the config parameters, try to figure out these if
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dkadmin.c220 conf.stash_file = keyfile; in main()