Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_ncons.c252 GENERAL_NAME gntmp; in NAME_CONSTRAINTS_check() local
253 gntmp.type = GEN_DIRNAME; in NAME_CONSTRAINTS_check()
254 gntmp.d.directoryName = nm; in NAME_CONSTRAINTS_check()
256 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()
261 gntmp.type = GEN_EMAIL; in NAME_CONSTRAINTS_check()
275 gntmp.d.rfc822Name = X509_NAME_ENTRY_get_data(ne); in NAME_CONSTRAINTS_check()
276 if (gntmp.d.rfc822Name->type != V_ASN1_IA5STRING) in NAME_CONSTRAINTS_check()
279 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()