Home
last modified time | relevance | path

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

/external/openssh/
Dauth-options.c70 #define OPTIONS_CRITICAL 1 macro
121 if (!found && (which & OPTIONS_CRITICAL) != 0) { in cert_option_list()
492 OPTIONS_CRITICAL, 1) == -1) { in sshauthopt_from_cert()
Dssh-keygen.c1627 #define OPTIONS_CRITICAL 1 macro
1635 if ((which & OPTIONS_CRITICAL) != 0 && in prepare_options_buf()
1656 if ((which & OPTIONS_CRITICAL) != 0 && in prepare_options_buf()
1661 (!cert_userext[i].crit && (which & OPTIONS_CRITICAL))) in prepare_options_buf()
1814 prepare_options_buf(public->cert->critical, OPTIONS_CRITICAL); in do_ca_sign()