Searched refs:hostflags (Results 1 – 4 of 4) sorted by relevance
192 x509_verify_param_copy(hostflags, 0); in X509_VERIFY_PARAM_inherit()403 param->hostflags = flags; in X509_VERIFY_PARAM_set_hostflags()408 return param->hostflags; in X509_VERIFY_PARAM_get_hostflags()
33 unsigned int hostflags; /* Flags to control matching features */ member
871 && (ctx->param->hostflags in check_name_constraints()874 && ((ctx->param->hostflags in check_name_constraints()914 if (X509_check_host(x, name, 0, vpm->hostflags, &vpm->peername) > 0) in check_hosts()
11320 int hostflags = X509_CHECK_FLAG_NEVER_CHECK_SUBJECT; in test_inherit_verify_param() local11332 X509_VERIFY_PARAM_set_hostflags(cp, hostflags); in test_inherit_verify_param()11341 if (!TEST_int_eq(X509_VERIFY_PARAM_get_hostflags(sp), hostflags)) in test_inherit_verify_param()