Searched refs:key_match (Results 1 – 2 of 2) sorted by relevance
442 #define key_match(key) (value = get_value(line, key "=")) in process_line() macro445 if (key_match("ListenPort")) in process_line()447 else if (key_match("FwMark")) in process_line()449 else if (key_match("PrivateKey")) { in process_line()456 if (key_match("Endpoint")) in process_line()458 else if (key_match("PublicKey")) { in process_line()462 } else if (key_match("AllowedIPs")) in process_line()464 else if (key_match("PersistentKeepalive")) in process_line()466 else if (key_match("PresharedKey")) { in process_line()476 #undef key_match in process_line()
1712 int r, sid_match, key_match; in process_ext_session_bind() local1746 key_match = sshkey_equal(key, e->session_ids[i].key); in process_ext_session_bind()1747 if (sid_match && key_match) { in process_ext_session_bind()