Searched refs:BDecComponentOcts (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| H A D | componentlib.h | 232 int BDecComponentOcts (void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *result, AsnLen *byt… 446 #define BDecComponentUTCTime BDecComponentOcts 457 #define BDecComponentGeneralizedTime BDecComponentOcts
|
| H A D | authorityKeyIdentifier.h | 32 #define BDecComponentKeyIdentifier BDecComponentOcts
|
| H A D | componentlib.c | 1097 k->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentOcts; in GDecComponentOcts() 1112 return BDecComponentOcts ( mem_op, b, 0, 0, v, bytesDecoded, mode|CALL_TAG_DECODER ); in BDecComponentOctsTag() 1116 BDecComponentOcts ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v, in BDecComponentOcts() function 1153 k->comp_desc->cd_ber_decoder = (ber_decoder_func*)BDecComponentOcts; in BDecComponentOcts()
|
| H A D | asn_to_syn_mr.c | 183 (gser_decoder_func*)GDecComponentOcts,(ber_decoder_func*)BDecComponentOcts,
|
| H A D | authorityKeyIdentifier.c | 374 rc = BDecComponentOcts (mem_op, b, tagId1, elmtLen1, (&k->extension), &totalElmtsLen1, mode); 1372 …rc = BDecComponentOcts (mem_op, b, tagId1, elmtLen1, (&k->a.iPAddress), &totalElmtsLen1, DEC_ALLO…
|
| H A D | certificate.c | 636 rc = BDecComponentOcts (mem_op, b, tagId1, elmtLen1, (&k->extnValue), &totalElmtsLen1, mode);
|