Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dauth-options.c212 free(opts->required_from_host_keys); in sshauthopt_free()
379 if (ret->required_from_host_keys != NULL) { in sshauthopt_parse()
383 ret->required_from_host_keys = opt_dequote(&opts, in sshauthopt_parse()
385 if (ret->required_from_host_keys == NULL) in sshauthopt_parse()
552 tmp = primary->required_from_host_keys; in sshauthopt_merge()
554 tmp = additional->required_from_host_keys; in sshauthopt_merge()
555 if (tmp != NULL && (ret->required_from_host_keys = strdup(tmp)) == NULL) in sshauthopt_merge()
687 OPTSTRING(required_from_host_keys); in sshauthopt_copy()
830 untrusted ? NULL : opts->required_from_host_keys)) != 0) in sshauthopt_serialise()
891 &opts->required_from_host_keys)) != 0) in sshauthopt_deserialise()
H A Dauth2-pubkeyfile.c90 if (opts->required_from_host_keys != NULL) { in auth_authorise_keyopts()
92 opts->required_from_host_keys )) { in auth_authorise_keyopts()
106 opts->required_from_host_keys); in auth_authorise_keyopts()
H A Dauth-options.h73 char *required_from_host_keys; member