Searched refs:required_from_host_cert (Results 1 – 4 of 4) sorted by relevance
117 STR_EQ(required_from_host_cert); in compare_opts()354 expected->required_from_host_cert = strdup("127.0.0.1/32,::1/128"); in test_cert_parse()355 ASSERT_PTR_NE(expected->required_from_host_cert, NULL); in test_cert_parse()486 expected->required_from_host_cert = strdup("127.0.0.1/32,::1/128"); in test_merge()487 ASSERT_PTR_NE(expected->required_from_host_cert, NULL); in test_merge()507 expected->required_from_host_cert = strdup("127.0.0.1/32,::1/128"); in test_merge()508 ASSERT_PTR_NE(expected->required_from_host_cert, NULL); in test_merge()
150 if (opts->required_from_host_cert != NULL) { in cert_option_list()162 opts->required_from_host_cert = allowed; in cert_option_list()215 free(opts->required_from_host_cert); in sshauthopt_free()551 tmp = primary->required_from_host_cert; in sshauthopt_merge()553 tmp = additional->required_from_host_cert; in sshauthopt_merge()554 if (tmp != NULL && (ret->required_from_host_cert = strdup(tmp)) == NULL) in sshauthopt_merge()690 OPTSTRING(required_from_host_cert); in sshauthopt_copy()831 untrusted ? NULL : opts->required_from_host_cert)) != 0 || in sshauthopt_serialise()892 &opts->required_from_host_cert)) != 0 || in sshauthopt_deserialise()
72 char *required_from_host_cert; member
114 if (opts->required_from_host_cert != NULL) { in auth_authorise_keyopts()116 opts->required_from_host_cert)) { in auth_authorise_keyopts()