Searched refs:HDC_HOST_DAEMON_BUF_SEPARATOR (Results 1 – 4 of 4) sorted by relevance
95 const string HDC_HOST_DAEMON_BUF_SEPARATOR = "\f"; variable
701 pubkey_info.append(HDC_HOST_DAEMON_BUF_SEPARATOR); in GetPublicKeyinfo()
336 pub const HDC_HOST_DAEMON_BUF_SEPARATOR: char = '\x0C'; constant
353 if let Some((hostname, pubkey)) = buf.split_once(HDC_HOST_DAEMON_BUF_SEPARATOR) { in get_host_pubkey_info()