Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-keygen.c126 #define CERTOPT_REQUIRE_VERIFY (1<<6) macro
1731 if ((certflags_flags & CERTOPT_REQUIRE_VERIFY) != 0) in finalise_cert_exts()
2074 certflags_flags &= ~CERTOPT_REQUIRE_VERIFY; in add_cert_option()
2076 certflags_flags |= CERTOPT_REQUIRE_VERIFY; in add_cert_option()