Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dauth2.c105 #define MATCH_BOTH 2 /* method and submethod match */ macro
637 match = MATCH_BOTH; in list_starts_with()
657 if (match != MATCH_METHOD && match != MATCH_BOTH) in remove_method()
660 if (submethod && match == MATCH_BOTH) in remove_method()