Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dssh-keygen.c153 char *certflags_command = NULL; variable
1599 certflags_command != NULL) in prepare_options_buf()
1600 add_string_option(c, "force-command", certflags_command); in prepare_options_buf()
1918 if (certflags_command != NULL) in add_cert_option()
1920 certflags_command = xstrdup(val); in add_cert_option()