Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dssh-keygen.c127 #define CERTOPT_PTY (1<<3) macro
132 CERTOPT_PORT_FWD|CERTOPT_PTY|CERTOPT_USER_RC)
1687 if ((certflags_flags & CERTOPT_PTY) != 0) in finalise_cert_exts()
2009 certflags_flags &= ~CERTOPT_PTY; in add_cert_option()
2011 certflags_flags |= CERTOPT_PTY; in add_cert_option()