Searched refs:gntmp (Results 1 – 1 of 1) sorted by relevance
272 GENERAL_NAME gntmp; in NAME_CONSTRAINTS_check() local273 gntmp.type = GEN_DIRNAME; in NAME_CONSTRAINTS_check()274 gntmp.d.directoryName = nm; in NAME_CONSTRAINTS_check()276 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()281 gntmp.type = GEN_EMAIL; in NAME_CONSTRAINTS_check()293 if (gntmp.d.rfc822Name->type != V_ASN1_IA5STRING) in NAME_CONSTRAINTS_check()296 r = nc_match(&gntmp, nc); in NAME_CONSTRAINTS_check()416 GENERAL_NAME gntmp; in NAME_CONSTRAINTS_check_CN() local420 gntmp.type = GEN_DNS; in NAME_CONSTRAINTS_check_CN()421 gntmp.d.dNSName = &stmp; in NAME_CONSTRAINTS_check_CN()[all …]
Completed in 5 milliseconds