Lines Matching refs:gntmp
299 GENERAL_NAME gntmp; in NAME_CONSTRAINTS_check() local
300 gntmp.type = GEN_DIRNAME; in NAME_CONSTRAINTS_check()
301 gntmp.d.directoryName = nm; in NAME_CONSTRAINTS_check()
303 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()
308 gntmp.type = GEN_EMAIL; in NAME_CONSTRAINTS_check()
319 gntmp.d.rfc822Name = X509_NAME_ENTRY_get_data(ne); in NAME_CONSTRAINTS_check()
320 if (gntmp.d.rfc822Name->type != V_ASN1_IA5STRING) in NAME_CONSTRAINTS_check()
323 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()
443 GENERAL_NAME gntmp; in NAME_CONSTRAINTS_check_CN() local
447 gntmp.type = GEN_DNS; in NAME_CONSTRAINTS_check_CN()
448 gntmp.d.dNSName = &stmp; in NAME_CONSTRAINTS_check_CN()
472 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check_CN()