Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcertificate.h94 #define GDecComponentUniqueIdentifier GDecComponentBits
H A Dasn_to_syn_mr.c179 (gser_decoder_func*)GDecComponentBits,(ber_decoder_func*)BDecComponentBits,
H A Dcomponentlib.h69 int GDecComponentBits (void* mem_op, GenBuf *b, void *result, AsnLen *bytesDecoded, int mode);
H A Dcrl.c1261 rc = GDecComponentBits (mem_op, b, (&k->signature), bytesDecoded, mode);
H A Dcertificate.c1423 rc = GDecComponentBits (mem_op, b, (&k->subjectPublicKey), bytesDecoded, mode);
3217 rc = GDecComponentBits (mem_op, b, (&k->signature), bytesDecoded, mode);
H A Dcomponentlib.c88 GDecComponentBits ( void* mem_op, GenBuf *b, void *v, AsnLen *bytesDecoded, int mode ) in GDecComponentBits() function