Searched refs:required_from_host_cert (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dauth-options.h66 char *required_from_host_cert; member in struct:sshauthopt
H A Dauth-options.c210 if (opts->required_from_host_cert != NULL) {
222 opts->required_from_host_cert = allowed;
275 free(opts->required_from_host_cert);
590 tmp = primary->required_from_host_cert;
592 tmp = additional->required_from_host_cert;
593 if (tmp != NULL && (ret->required_from_host_cert = strdup(tmp)) == NULL)
723 OPTSTRING(required_from_host_cert);
858 untrusted ? NULL : opts->required_from_host_cert)) != 0 ||
915 &opts->required_from_host_cert)) != 0 ||
H A Dauth.c1177 if (opts->required_from_host_cert != NULL) {
1179 opts->required_from_host_cert)) {
/freebsd-13-stable/crypto/openssh/regress/unittests/authopt/
H A Dtests.c114 STR_EQ(required_from_host_cert);
349 expected->required_from_host_cert = strdup("127.0.0.1/32,::1/128");
350 ASSERT_PTR_NE(expected->required_from_host_cert, NULL);
481 expected->required_from_host_cert = strdup("127.0.0.1/32,::1/128");
482 ASSERT_PTR_NE(expected->required_from_host_cert, NULL);
502 expected->required_from_host_cert = strdup("127.0.0.1/32,::1/128");
503 ASSERT_PTR_NE(expected->required_from_host_cert, NULL);

Completed in 161 milliseconds