Searched refs:key_match (Results 1 – 2 of 2) sorted by relevance
465 #define key_match(key) (value = get_value(line, key "=")) in process_line() macro468 if (key_match("ListenPort")) in process_line()470 else if (key_match("FwMark")) in process_line()472 else if (key_match("PrivateKey")) { in process_line()479 if (key_match("Endpoint")) in process_line()481 else if (key_match("PublicKey")) { in process_line()485 } else if (key_match("AllowedIPs")) in process_line()487 else if (key_match("PersistentKeepalive")) in process_line()489 else if (key_match("PresharedKey")) { in process_line()499 #undef key_match in process_line()
1699 int r, sid_match, key_match; in process_ext_session_bind() local1737 key_match = sshkey_equal(key, e->session_ids[i].key); in process_ext_session_bind()1738 if (sid_match && key_match) { in process_ext_session_bind()