Home
last modified time | relevance | path

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

/dports/security/libssh/libssh-0.9.6/src/
H A Dknownhosts.c78 unsigned char hashed_buf[256] = {0}; in match_hashed_hostname() local
79 unsigned char *hashed_buf_ptr = hashed_buf; in match_hashed_hostname()
80 unsigned int hashed_buf_size = sizeof(hashed_buf); in match_hashed_hostname()
125 cmp = memcmp(hashed_buf, ssh_buffer_get(hash), hashed_buf_size); in match_hashed_hostname()