Searched refs:GDecComponentOcts (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | authorityKeyIdentifier.h | 34 #define GDecComponentKeyIdentifier GDecComponentOcts
|
H A D | asn_to_syn_mr.c | 183 (gser_decoder_func*)GDecComponentOcts,(ber_decoder_func*)BDecComponentOcts,
|
H A D | certificate.c | 79 …sizeof (ComponentOcts), (EncodeFcn)BEncAsnOcts, (gser_decoder_func*)GDecComponentOcts, (ber_tag_de… in InitAnyAuthenticationFramework() 81 …sizeof (ComponentOcts), (EncodeFcn)BEncAsnOcts, (gser_decoder_func*)GDecComponentOcts, (ber_tag_de… in InitAnyAuthenticationFramework() 83 …sizeof (ComponentOcts), (EncodeFcn)BEncAsnOcts, (gser_decoder_func*)GDecComponentOcts, (ber_tag_de… in InitAnyAuthenticationFramework() 85 …sizeof (ComponentOcts), (EncodeFcn)BEncAsnOcts, (gser_decoder_func*)GDecComponentOcts, (ber_tag_de… in InitAnyAuthenticationFramework() 87 …sizeof (ComponentOcts), (EncodeFcn)BEncAsnOcts, (gser_decoder_func*)GDecComponentOcts, (ber_tag_de… in InitAnyAuthenticationFramework() 89 …sizeof (ComponentOcts), (EncodeFcn)BEncAsnOcts, (gser_decoder_func*)GDecComponentOcts, (ber_tag_de… in InitAnyAuthenticationFramework() 760 rc = GDecComponentOcts (mem_op, b, (&k->extnValue), bytesDecoded, mode);
|
H A D | componentlib.c | 1067 GDecComponentOcts ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in GDecComponentOcts() function 1096 k->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentOcts; in GDecComponentOcts() 1152 k->comp_desc->cd_gser_decoder = (gser_decoder_func*)GDecComponentOcts; in BDecComponentOcts()
|
H A D | componentlib.h | 230 int GDecComponentOcts (void* mem_op, GenBuf *b, void *result, AsnLen *bytesDecoded, int mode);
|
H A D | authorityKeyIdentifier.c | 484 rc = GDecComponentOcts (mem_op, b, (&k->extension), bytesDecoded, mode); 1508 rc = GDecComponentOcts (mem_op, b, (&k->a.iPAddress), bytesDecoded, DEC_ALLOC_MODE_0 );
|