Searched refs:ComponentRelativeDistinguishedName (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | authorityKeyIdentifier.h | 178 typedef ComponentList ComponentRelativeDistinguishedName; /* SET OF AttributeTypeAndValue */ typedef 183 …guishedName PROTO (( void* mem_op, ComponentReference *cr, ComponentRelativeDistinguishedName *com… 186 …(void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentRelativeDistinguishedName **v,… 189 …lativeDistinguishedName PROTO (( void* mem_op, GenBuf * b, ComponentRelativeDistinguishedName **v,…
|
H A D | crl.h | 219 typedef ComponentList ComponentRelativeDistinguishedName; /* SET OF AttributeTypeAndValue */ typedef 224 …guishedName PROTO (( void* mem_op, ComponentReference *cr, ComponentRelativeDistinguishedName *com… 227 …(void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentRelativeDistinguishedName **v,… 230 …lativeDistinguishedName PROTO (( void* mem_op, GenBuf * b, ComponentRelativeDistinguishedName **v,…
|
H A D | certificate.h | 259 typedef ComponentList ComponentRelativeDistinguishedName; /* SET OF AttributeTypeAndValue */ typedef 264 …guishedName PROTO (( void* mem_op, ComponentReference *cr, ComponentRelativeDistinguishedName *com… 267 …(void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentRelativeDistinguishedName **v,… 270 …lativeDistinguishedName PROTO (( void* mem_op, GenBuf * b, ComponentRelativeDistinguishedName **v,…
|
H A D | certificate.c | 1705 v1 = &((ComponentRelativeDistinguishedName*)csi_attr)->comp_list; in MatchingComponentRelativeDistinguishedName() 1706 v2 = &((ComponentRelativeDistinguishedName*)csi_assert)->comp_list; in MatchingComponentRelativeDistinguishedName() 1732 …eDistinguishedName ( void* mem_op, ComponentReference* cr, ComponentRelativeDistinguishedName *com… in ExtractingComponentRelativeDistinguishedName() 1795 ComponentRelativeDistinguishedName **v _AND_ 1806 ComponentRelativeDistinguishedName *k, *t, c_temp; 1841 …*v = t = (ComponentRelativeDistinguishedName*) CompAlloc( mem_op, sizeof(ComponentRelativeDistingu… 1870 ComponentRelativeDistinguishedName **v _AND_ 1876 ComponentRelativeDistinguishedName *k,*t, c_temp; 1918 …*v = t = (ComponentRelativeDistinguishedName*) CompAlloc( mem_op, sizeof(ComponentRelativeDistingu… 1976 ComponentRelativeDistinguishedName *component; in ExtractingComponentRDNSequence() [all …]
|