Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_ncons.c31 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
276 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()
296 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()
306 r = nc_match(gen, nc); in NAME_CONSTRAINTS_check()
445 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check_CN()
453 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() function
/netbsd/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_ncons.c33 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
274 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()
294 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()
304 r = nc_match(gen, nc); in NAME_CONSTRAINTS_check()
443 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check_CN()
472 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() function