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

/freebsd-12-stable/crypto/openssh/
H A Dauth-options.c138 #define OPTIONS_CRITICAL 1 macro
186 if (!found && (which & OPTIONS_CRITICAL) != 0) {
555 OPTIONS_CRITICAL, 1) == -1) {
H A Dssh-keygen.c1590 #define OPTIONS_CRITICAL 1 macro
1598 if ((which & OPTIONS_CRITICAL) != 0 &&
1616 if ((which & OPTIONS_CRITICAL) != 0 &&
1621 (!cert_userext[i].crit && (which & OPTIONS_CRITICAL)))
1767 prepare_options_buf(public->cert->critical, OPTIONS_CRITICAL);

Completed in 173 milliseconds