Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth-options.c216 free(opts->required_from_host_keys); in sshauthopt_free()
383 if (ret->required_from_host_keys != NULL) { in sshauthopt_parse()
387 ret->required_from_host_keys = opt_dequote(&opts, in sshauthopt_parse()
389 if (ret->required_from_host_keys == NULL) in sshauthopt_parse()
556 tmp = primary->required_from_host_keys; in sshauthopt_merge()
558 tmp = additional->required_from_host_keys; in sshauthopt_merge()
559 if (tmp != NULL && (ret->required_from_host_keys = strdup(tmp)) == NULL) in sshauthopt_merge()
691 OPTSTRING(required_from_host_keys); in sshauthopt_copy()
833 untrusted ? NULL : opts->required_from_host_keys)) != 0) in sshauthopt_serialise()
894 &opts->required_from_host_keys)) != 0) in sshauthopt_deserialise()
H A Dauth2-pubkeyfile.c99 if (opts->required_from_host_keys != NULL) { in auth_authorise_keyopts()
101 opts->required_from_host_keys )) { in auth_authorise_keyopts()
115 opts->required_from_host_keys); in auth_authorise_keyopts()
H A Dauth-options.h74 char *required_from_host_keys; member