Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-keygen.c124 #define CERTOPT_USER_RC (1<<4) macro
128 CERTOPT_PORT_FWD|CERTOPT_PTY|CERTOPT_USER_RC)
1742 if ((certflags_flags & CERTOPT_USER_RC) != 0) in finalise_cert_exts()
2066 certflags_flags &= ~CERTOPT_USER_RC; in add_cert_option()
2068 certflags_flags |= CERTOPT_USER_RC; in add_cert_option()