x509_constraints_names_new
if ((names = x509_constraints_names_new(
if ((permitted = x509_constraints_names_new(
if ((excluded = x509_constraints_names_new(
if ((new = x509_constraints_names_new(names->names_max)) == NULL)
struct x509_constraints_names *x509_constraints_names_new(size_t names_max);
if ((permitted = x509_constraints_names_new(
if ((excluded = x509_constraints_names_new(
x509_constraints_names_new(X509_VERIFY_MAX_CHAIN_NAMES)) == NULL)