Home
last modified time | relevance | path

Searched refs:nc_match (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/lib/libcrypto/x509/
Dx509_ncons.c77 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