Searched refs:BDecComponentOid (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| H A D | crl.h | 59 #define BDecComponentAttributeType BDecComponentOid
|
| H A D | certificate.h | 81 #define BDecComponentAttributeType BDecComponentOid
|
| H A D | asn_to_syn_mr.c | 191 (gser_decoder_func*)GDecComponentOid,(ber_decoder_func*)BDecComponentOid,
|
| H A D | componentlib.h | 251 int BDecComponentOid (void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *result, AsnLen *byte…
|
| H A D | authorityKeyIdentifier.c | 109 rc = BDecComponentOid (mem_op, b, tagId1, elmtLen1, (&k->type_id), &totalElmtsLen1, mode); 337 rc = BDecComponentOid (mem_op, b, tagId1, elmtLen1, (&k->type_id), &totalElmtsLen1, mode); 1390 …rc = BDecComponentOid (mem_op, b, tagId1, elmtLen1, (&k->a.registeredID), &totalElmtsLen1, DEC_AL…
|
| H A D | componentlib.c | 1287 return BDecComponentOid ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentOidTag() 1291 BDecComponentOid ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v, in BDecComponentOid() function
|
| H A D | certificate.c | 168 rc = BDecComponentOid (mem_op, b, tagId1, elmtLen1, (&k->algorithm), &totalElmtsLen1, mode); 608 rc = BDecComponentOid (mem_op, b, tagId1, elmtLen1, (&k->extnID), &totalElmtsLen1, mode);
|