Lines Matching refs:NAME_CONSTRAINTS
77 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
146 .offset = offsetof(NAME_CONSTRAINTS, permittedSubtrees),
153 .offset = offsetof(NAME_CONSTRAINTS, excludedSubtrees),
165 .size = sizeof(NAME_CONSTRAINTS),
185 NAME_CONSTRAINTS *
188 return (NAME_CONSTRAINTS*)ASN1_item_new(&NAME_CONSTRAINTS_it); in NAME_CONSTRAINTS_new()
193 NAME_CONSTRAINTS_free(NAME_CONSTRAINTS *a) in NAME_CONSTRAINTS_free()
206 NAME_CONSTRAINTS *ncons = NULL; in v2i_NAME_CONSTRAINTS()
248 NAME_CONSTRAINTS *ncons = a; in i2r_NAME_CONSTRAINTS()
316 NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check()
366 nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match()