HomeSort by: relevance | last modified time | path
    Searched defs:previous_host_key (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sshconnect.c 71 struct sshkey *previous_host_key = NULL; variable in typeref:struct:sshkey
1547 if (sshkey_equal(previous_host_key, host_key)) {
1613 sshkey_free(previous_host_key);
1614 r = sshkey_from_private(host_key, &previous_host_key);

Completed in 15 milliseconds