Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/x509/
Dx509_ncons.c324 GENERAL_NAME gntmp; in NAME_CONSTRAINTS_check() local
325 gntmp.type = GEN_DIRNAME; in NAME_CONSTRAINTS_check()
326 gntmp.d.directoryName = nm; in NAME_CONSTRAINTS_check()
328 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()
333 gntmp.type = GEN_EMAIL; in NAME_CONSTRAINTS_check()
344 gntmp.d.rfc822Name = X509_NAME_ENTRY_get_data(ne); in NAME_CONSTRAINTS_check()
345 if (gntmp.d.rfc822Name->type != V_ASN1_IA5STRING) in NAME_CONSTRAINTS_check()
348 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()