Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/x509/
H A Dv3_ncons.c38 static int nc_match_single(int effective_type, GENERAL_NAME *gen,
505 int effective_type = gen->type; in nc_match() local
512 …if (effective_type == GEN_OTHERNAME && (OBJ_obj2nid(gen->d.otherName->type_id) == NID_id_on_SmtpUT… in nc_match()
513 effective_type = GEN_EMAIL; in nc_match()
523 if (effective_type != sub->base->type in nc_match()
524 …|| (effective_type == GEN_OTHERNAME && OBJ_cmp(gen->d.otherName->type_id, sub->base->d.otherName->… in nc_match()
533 r = nc_match_single(effective_type, gen, sub->base); in nc_match()
547 if (effective_type != sub->base->type in nc_match()
548 …|| (effective_type == GEN_OTHERNAME && OBJ_cmp(gen->d.otherName->type_id, sub->base->d.otherName->… in nc_match()
553 r = nc_match_single(effective_type, gen, sub->base); in nc_match()
[all …]