Searched refs:required_from_host_keys (Results 1 – 4 of 4) sorted by relevance
216 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()
89 if (opts->required_from_host_keys != NULL) { in auth_authorise_keyopts()91 opts->required_from_host_keys )) { in auth_authorise_keyopts()105 opts->required_from_host_keys); in auth_authorise_keyopts()
73 char *required_from_host_keys; member
118 STR_EQ(required_from_host_keys); in compare_opts()249 STRING_TEST("from", required_from_host_keys, "127.0.0.0/8"); in test_authkeys_parse()488 expected->required_from_host_keys = strdup("127.0.0.1"); in test_merge()489 ASSERT_PTR_NE(expected->required_from_host_keys, NULL); in test_merge()500 expected->required_from_host_keys = strdup("127.0.0.1"); in test_merge()501 ASSERT_PTR_NE(expected->required_from_host_keys, NULL); in test_merge()