Searched refs:nc_match (Results 1 – 1 of 1) sorted by relevance
78 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);256 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()279 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()290 r = nc_match(gen, nc); in NAME_CONSTRAINTS_check()299 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() function