Home
last modified time | relevance | path

Searched refs:readhostkey (Results 1 – 4 of 4) sorted by relevance

/external/dropbear/
Dsvr-runopts.c331 ret = readhostkey(svr_opts.rsakeyfile, svr_opts.hostkey, &type); in loadhostkeys()
338 ret = readhostkey(svr_opts.dsskeyfile, svr_opts.hostkey, &type); in loadhostkeys()
Dcommon-runopts.c36 int readhostkey(const char * filename, sign_key * hostkey, int *type) { in readhostkey() function
Drunopts.h44 int readhostkey(const char * filename, sign_key * hostkey, int *type);
Dcli-runopts.c303 if ( readhostkey(filename, key, &keytype) != DROPBEAR_SUCCESS ) { in loadidentityfile()