Home
last modified time | relevance | path

Searched refs:GDecComponentOid (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcrl.h61 #define GDecComponentAttributeType GDecComponentOid
H A Dcertificate.h83 #define GDecComponentAttributeType GDecComponentOid
H A Dasn_to_syn_mr.c191 (gser_decoder_func*)GDecComponentOid,(ber_decoder_func*)BDecComponentOid,
H A Dcomponentlib.h250 int GDecComponentOid (void* mem_op, GenBuf *b, void *result, AsnLen *bytesDecoded, int mode);
H A DauthorityKeyIdentifier.c203 rc = GDecComponentOid (mem_op, b, (&k->type_id), bytesDecoded, mode);
447 rc = GDecComponentOid (mem_op, b, (&k->type_id), bytesDecoded, mode);
1515 rc = GDecComponentOid (mem_op, b, (&k->a.registeredID), bytesDecoded, DEC_ALLOC_MODE_0 );
H A Dcertificate.c265 rc = GDecComponentOid (mem_op, b, (&k->algorithm), bytesDecoded, mode);
720 rc = GDecComponentOid (mem_op, b, (&k->extnID), bytesDecoded, mode);
H A Dcomponentlib.c1244 GDecComponentOid ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in GDecComponentOid() function