Searched refs:required_from_host_cert (Results 1 – 4 of 4) sorted by relevance
114 STR_EQ(required_from_host_cert); in compare_opts()349 expected->required_from_host_cert = strdup("127.0.0.1/32,::1/128"); in test_cert_parse()350 ASSERT_PTR_NE(expected->required_from_host_cert, NULL); in test_cert_parse()481 expected->required_from_host_cert = strdup("127.0.0.1/32,::1/128"); in test_merge()482 ASSERT_PTR_NE(expected->required_from_host_cert, NULL); in test_merge()502 expected->required_from_host_cert = strdup("127.0.0.1/32,::1/128"); in test_merge()503 ASSERT_PTR_NE(expected->required_from_host_cert, NULL); in test_merge()
145 if (opts->required_from_host_cert != NULL) { in cert_option_list()157 opts->required_from_host_cert = allowed; in cert_option_list()210 free(opts->required_from_host_cert); in sshauthopt_free()527 tmp = primary->required_from_host_cert; in sshauthopt_merge()529 tmp = additional->required_from_host_cert; in sshauthopt_merge()530 if (tmp != NULL && (ret->required_from_host_cert = strdup(tmp)) == NULL) in sshauthopt_merge()662 OPTSTRING(required_from_host_cert); in sshauthopt_copy()803 untrusted ? NULL : opts->required_from_host_cert)) != 0 || in sshauthopt_serialise()863 &opts->required_from_host_cert)) != 0 || in sshauthopt_deserialise()
69 char *required_from_host_cert; member
1167 if (opts->required_from_host_cert != NULL) { in auth_authorise_keyopts()1169 opts->required_from_host_cert)) { in auth_authorise_keyopts()