Home | History | Annotate | Download | only in x509v3

Lines Matching full:rdi

96   ASN1_EXP_OPT(ASIdentifiers, rdi,   ASIdentifierChoice, 1)
163 i2r_ASIdentifierChoice(out, asid->rdi, indent,
210 choice = &asid->rdi;
243 choice = &asid->rdi;
377 ASIdentifierChoice_is_canonical(asid->rdi)));
492 ASIdentifierChoice_canonize(asid->rdi)));
516 * Figure out whether this is an AS or an RDI.
520 } else if (!name_cmp(val->name, "RDI")) {
633 (asid->rdi != NULL &&
634 asid->rdi->type == ASIdentifierChoice_inherit)));
680 asid_contains(b->rdi->u.asIdsOrRanges,
681 a->rdi->u.asIdsOrRanges)));
742 if (ext->rdi != NULL) {
743 switch (ext->rdi->type) {
748 child_rdi = ext->rdi->u.asIdsOrRanges;
782 if (x->rfc3779_asid->rdi == NULL && child_rdi != NULL) {
787 if (x->rfc3779_asid->rdi != NULL &&
788 x->rfc3779_asid->rdi->type == ASIdentifierChoice_asIdsOrRanges) {
790 asid_contains(x->rfc3779_asid->rdi->u.asIdsOrRanges, child_rdi)) {
791 child_rdi = x->rfc3779_asid->rdi->u.asIdsOrRanges;
806 if (x->rfc3779_asid->rdi != NULL &&
807 x->rfc3779_asid->rdi->type == ASIdentifierChoice_inherit)