Searched refs:tagId2 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | crl.c | 106 AsnTag tagId2; variable 677 AsnTag tagId2; variable 795 tagId2 = BDecTag (b, &totalElmtsLen1 ); 797 if (tagId2 != MAKE_TAG_ID (UNIV, CONS, SEQ_TAG_CODE)) 804 …rc = BDecComponentExtensions (mem_op, b, tagId2, elmtLen2, (&k->crlExtensions), &totalElmtsLen1, m…
|
H A D | authorityKeyIdentifier.c | 92 AsnTag tagId2; variable 875 AsnTag tagId2; variable 895 rc = tagId2 = BDecTag (b, &totalElmtsLen1 ); 897 …BDecComponentDirectoryString (mem_op, b, tagId2, elmtLen2, (&k->nameAssigner), &totalElmtsLen1, mo… 913 rc = tagId2 = BDecTag (b, &totalElmtsLen1 ); 915 BDecComponentDirectoryString (mem_op, b, tagId2, elmtLen2, (&k->partyName), &totalElmtsLen1, mode); 1215 AsnTag tagId2; variable 1845 AsnTag tagId2; variable
|
H A D | certificate.c | 1070 AsnTag tagId2; variable 2505 AsnTag tagId2; variable 2522 tagId2 = BDecTag (b, &totalElmtsLen1 ); 2524 if (tagId2 != MAKE_TAG_ID (UNIV, PRIM, INTEGER_TAG_CODE)) 2531 …rc = BDecComponentVersion (mem_op, b, tagId2, elmtLen2, (&k->version), &totalElmtsLen1, DEC_ALLOC_… 2694 tagId2 = BDecTag (b, &totalElmtsLen1 ); 2696 if (tagId2 != MAKE_TAG_ID (UNIV, CONS, SEQ_TAG_CODE)) 2703 …rc = BDecComponentExtensions (mem_op, b, tagId2, elmtLen2, (&k->extensions), &totalElmtsLen1, mode…
|