Home
last modified time | relevance | path

Searched refs:ComponentBits (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.c47 ComponentBits *a, *b; in MatchingComponentBits()
54 a = ((ComponentBits*)csi_attr); in MatchingComponentBits()
55 b = ((ComponentBits*)csi_assert); in MatchingComponentBits()
65 FreeComponentBits ( ComponentBits* v ) { in FreeComponentBits()
73 GEncComponentBits ( GenBuf *b, ComponentBits *in ) in GEncComponentBits()
93 ComponentBits* k, **k2; in GDecComponentBits()
96 k = (ComponentBits*) v; in GDecComponentBits()
99 k2 = (ComponentBits**) v; in GDecComponentBits()
100 *k2 = (ComponentBits*) CompAlloc( mem_op, sizeof( ComponentBits ) ); in GDecComponentBits()
130 ComponentBits* k, **k2; in BDecComponentBits()
[all …]
H A Dcertificate.h86 typedef ComponentBits ComponentUniqueIdentifier; /* BIT STRING */
228 ComponentBits subjectPublicKey; /* BIT STRING */
357 ComponentBits signature; /* BIT STRING */
H A Dcomponentlib.h58 typedef struct ComponentBits { struct
64 } ComponentBits; argument
68 int GEncComponentBits (GenBuf *b, ComponentBits* bits);
H A Dinit.c662 bv.bv_val = ((ComponentBits*)csi_attr)->value.bits; in comp_test_components()
663 bv.bv_len = ((ComponentBits*)csi_attr)->value.bitLen; in comp_test_components()
H A Dcrl.h314 ComponentBits signature; /* BIT STRING */