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

/freebsd-13-stable/crypto/openssh/
H A Dservconf.h195 char *trusted_user_ca_keys; member in struct:__anon6892
238 M_CP_STROPT(trusted_user_ca_keys); \
H A Dauth2-pubkey.c746 if (!sshkey_is_cert(key) || options.trusted_user_ca_keys == NULL)
754 options.trusted_user_ca_keys, 1, 0)) != 0) {
757 options.trusted_user_ca_keys, ssh_err(r));
819 options.trusted_user_ca_keys);
H A Dservconf.c175 options->trusted_user_ca_keys = NULL;
444 CLEAR_ON_NONE(options->trusted_user_ca_keys);
1995 charptr = &options->trusted_user_ca_keys;
2625 dump_cfg_string(sTrustedUserCAKeys, o->trusted_user_ca_keys);

Completed in 83 milliseconds