Home
last modified time | relevance | path

Searched refs:dsskeyfile (Results 1 – 2 of 2) sorted by relevance

/external/dropbear/
Dsvr-runopts.c104 svr_opts.dsskeyfile = NULL; in svr_getopts()
158 next = &svr_opts.dsskeyfile; in svr_getopts()
240 if (svr_opts.dsskeyfile == NULL) { in svr_getopts()
241 svr_opts.dsskeyfile = DSS_PRIV_FILENAME; in svr_getopts()
338 ret = readhostkey(svr_opts.dsskeyfile, svr_opts.hostkey, &type); in loadhostkeys()
340 disablekey(DROPBEAR_SIGNKEY_DSS, svr_opts.dsskeyfile); in loadhostkeys()
Drunopts.h49 char * dsskeyfile; member