HomeSort by relevance Sort by last modified time
    Searched defs:hostkey (Results 1 - 3 of 3) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
KexState.java 29 public byte[] hostkey; field in class:KexState
  /external/dropbear/
cli-kex.c 63 sign_key *hostkey = NULL; local
77 hostkey = new_sign_key();
86 if (buf_get_pub_key(ses.payload, hostkey, &type) != DROPBEAR_SUCCESS) {
96 kexdh_comb_key(cli_ses.dh_e, cli_ses.dh_x, &dh_f, hostkey);
102 if (buf_verify(ses.payload, hostkey, ses.hash, SHA1_HASH_SIZE)
104 dropbear_exit("Bad hostkey signature");
107 sign_key_free(hostkey);
108 hostkey = NULL;
271 /* Now we're at the interesting hostkey */
runopts.h 44 int readhostkey(const char * filename, sign_key * hostkey, int *type);
85 sign_key *hostkey; member in struct:svr_runopts

Completed in 57 milliseconds