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

/freebsd-10.0-release/crypto/openssh/
H A Dauth2.c106 #define MATCH_BOTH 2 /* method and submethod match */ macro
594 match = MATCH_BOTH;
614 if (match != MATCH_METHOD && match != MATCH_BOTH)
617 if (submethod && match == MATCH_BOTH)

Completed in 45 milliseconds