Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dssh-keygen.c130 #define CERTOPT_REQUIRE_VERIFY (1<<6) macro
1678 if ((certflags_flags & CERTOPT_REQUIRE_VERIFY) != 0) in finalise_cert_exts()
2021 certflags_flags &= ~CERTOPT_REQUIRE_VERIFY; in add_cert_option()
2023 certflags_flags |= CERTOPT_REQUIRE_VERIFY; in add_cert_option()