Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_ncons.c37 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
304 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()
324 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()
334 r = nc_match(gen, nc); in NAME_CONSTRAINTS_check()
473 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check_CN()
502 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() function