Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dssh-keygen.c127 #define CERTOPT_PTY (1<<3) macro
132 CERTOPT_PORT_FWD|CERTOPT_PTY|CERTOPT_USER_RC)
1716 if ((certflags_flags & CERTOPT_PTY) != 0) in finalise_cert_exts()
2038 certflags_flags &= ~CERTOPT_PTY; in add_cert_option()
2040 certflags_flags |= CERTOPT_PTY; in add_cert_option()