Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_ncons.c78 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