Lines Matching refs:NAME_CONSTRAINTS
33 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
45 ASN1_ITEM_ref(NAME_CONSTRAINTS),
59 ASN1_SEQUENCE(NAME_CONSTRAINTS) = {
60 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees,
62 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees,
64 } ASN1_SEQUENCE_END(NAME_CONSTRAINTS)
68 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
131 NAME_CONSTRAINTS *ncons = NULL; in v2i_NAME_CONSTRAINTS()
176 NAME_CONSTRAINTS *ncons = a; in i2r_NAME_CONSTRAINTS()
250 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check()
409 int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check_CN()
472 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match()