Home
last modified time | relevance | path

Searched refs:ComponentCertificate (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcertificate.h358 } ComponentCertificate; typedef
363 …gComponentCertificate PROTO (( void* mem_op, ComponentReference *cr, ComponentCertificate *comp ));
366 …PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentCertificate **v, AsnLen…
369 int GDecComponentCertificate PROTO (( void* mem_op, GenBuf * b, ComponentCertificate **v, AsnLen *b…
H A Dcertificate.c23 …return BDecComponentCertificate( mem_op, b, tag, elmtLen, (ComponentCertificate**)v,(AsnLen*)bytes… in BDecComponentCertificateTop()
2998 … ( oid, (ComponentSyntaxInfo*)((ComponentCertificate*)csi_attr)->toBeSigned, (ComponentSyntaxInfo*… in MatchingComponentCertificate()
3001 …id, (ComponentSyntaxInfo*)((ComponentCertificate*)csi_attr)->signatureAlgorithm, (ComponentSyntaxI… in MatchingComponentCertificate()
3004 …( oid, (ComponentSyntaxInfo*)&((ComponentCertificate*)csi_attr)->signature, (ComponentSyntaxInfo*)… in MatchingComponentCertificate()
3011 ExtractingComponentCertificate ( void* mem_op, ComponentReference* cr, ComponentCertificate *comp ) in ExtractingComponentCertificate()
3049 ComponentCertificate **v _AND_
3060 ComponentCertificate *k, *t, c_temp;
3126 *v = t = (ComponentCertificate*) CompAlloc( mem_op, sizeof(ComponentCertificate) );
3151 ComponentCertificate **v _AND_
3157 ComponentCertificate *k,*t, c_temp;
[all …]