Searched refs:BDecComponentBits (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| H A D | certificate.h | 92 #define BDecComponentUniqueIdentifier BDecComponentBits
|
| H A D | asn_to_syn_mr.c | 179 (gser_decoder_func*)GDecComponentBits,(ber_decoder_func*)BDecComponentBits,
|
| H A D | componentlib.h | 70 int BDecComponentBits (void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *result, AsnLen *byt…
|
| H A D | componentlib.c | 120 return BDecComponentBits ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentBitsTag() 124 BDecComponentBits ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v, in BDecComponentBits() function
|
| H A D | crl.c | 1146 rc = BDecComponentBits (mem_op, b, tagId1, elmtLen1, (&k->signature), &totalElmtsLen1, mode);
|
| H A D | certificate.c | 1329 …rc = BDecComponentBits (mem_op, b, tagId1, elmtLen1, (&k->subjectPublicKey), &totalElmtsLen1, mode… 3105 rc = BDecComponentBits (mem_op, b, tagId1, elmtLen1, (&k->signature), &totalElmtsLen1, mode);
|