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

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h176 char *trusted_user_ca_keys; member in struct:__anon4965
216 M_CP_STROPT(trusted_user_ca_keys); \
H A Dauth2-pubkey.c425 if (!key_is_cert(key) || options.trusted_user_ca_keys == NULL)
432 options.trusted_user_ca_keys, 1) != 1) {
435 options.trusted_user_ca_keys);
461 options.trusted_user_ca_keys);
H A Dservconf.c154 options->trusted_user_ca_keys = NULL;
1584 charptr = &options->trusted_user_ca_keys;
2089 dump_cfg_string(sTrustedUserCAKeys, o->trusted_user_ca_keys);

Completed in 84 milliseconds