Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dhostfile.c81 if ((p = memchr(s, HASH_DELIM, l)) == NULL) { in extract_salt()
143 HASH_DELIM, uu_result); in host_hash()
242 if (*cp != HASH_DELIM) in check_host_in_hostfile_by_key_or_type()
/titanic_50/usr/src/cmd/ssh/include/
H A Dhostfile.h36 #define HASH_DELIM '|' macro
/titanic_50/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c632 if (*cp == HASH_DELIM) { in do_known_hosts()