HomeSort by relevance Sort by last modified time
    Searched refs:readhostkey (Results 1 - 4 of 4) sorted by null

  /external/dropbear/
common-runopts.c 36 int readhostkey(const char * filename, sign_key * hostkey, int *type) { function
runopts.h 44 int readhostkey(const char * filename, sign_key * hostkey, int *type);
svr-runopts.c 331 ret = readhostkey(svr_opts.rsakeyfile, svr_opts.hostkey, &type);
338 ret = readhostkey(svr_opts.dsskeyfile, svr_opts.hostkey, &type);
cli-runopts.c 303 if ( readhostkey(filename, key, &keytype) != DROPBEAR_SUCCESS ) {

Completed in 15 milliseconds