Searched refs:gntmp (Results 1 – 1 of 1) sorted by relevance
299 GENERAL_NAME gntmp; in NAME_CONSTRAINTS_check() local300 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()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() local447 gntmp.type = GEN_DNS; in NAME_CONSTRAINTS_check_CN()448 gntmp.d.dNSName = &stmp; in NAME_CONSTRAINTS_check_CN()[all …]
Completed in 5 milliseconds