Searched refs:nc_match (Results 1 – 1 of 1) sorted by relevance
77 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);328 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()348 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()358 r = nc_match(gen, nc); in NAME_CONSTRAINTS_check()366 nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() function