Home
last modified time | relevance | path

Searched refs:BDecComponentOcts (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.h232 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 DauthorityKeyIdentifier.h32 #define BDecComponentKeyIdentifier BDecComponentOcts
H A Dcomponentlib.c1097 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 Dasn_to_syn_mr.c183 (gser_decoder_func*)GDecComponentOcts,(ber_decoder_func*)BDecComponentOcts,
H A DauthorityKeyIdentifier.c374 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 Dcertificate.c636 rc = BDecComponentOcts (mem_op, b, tagId1, elmtLen1, (&k->extnValue), &totalElmtsLen1, mode);