Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h207 char *trusted_user_ca_keys; member
261 M_CP_STROPT(trusted_user_ca_keys); \
Dauth2-pubkey.c756 if (!sshkey_is_cert(key) || options.trusted_user_ca_keys == NULL) in user_cert_trusted_ca()
764 options.trusted_user_ca_keys, 1, 0)) != 0) { in user_cert_trusted_ca()
767 options.trusted_user_ca_keys, ssh_err(r)); in user_cert_trusted_ca()
829 options.trusted_user_ca_keys); in user_cert_trusted_ca()
Dservconf.c187 options->trusted_user_ca_keys = NULL; in initialize_server_options()
480 CLEAR_ON_NONE(options->trusted_user_ca_keys); in fill_default_server_options()
2160 charptr = &options->trusted_user_ca_keys; in process_server_config_line_depth()
2844 dump_cfg_string(sTrustedUserCAKeys, o->trusted_user_ca_keys); in dump_config()