Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h306 } ComponentAuthorityKeyIdentifier; typedef
311 …KeyIdentifier PROTO (( void* mem_op, ComponentReference *cr, ComponentAuthorityKeyIdentifier *comp…
314 … ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentAuthorityKeyIdentifier **v, …
317 …entAuthorityKeyIdentifier PROTO (( void* mem_op, GenBuf * b, ComponentAuthorityKeyIdentifier **v, …
H A DauthorityKeyIdentifier.c23 …cComponentAuthorityKeyIdentifier( mem_op, b, tag, elmtLen, ( ComponentAuthorityKeyIdentifier**)v, … in BDecComponentAuthorityKeyIdentifierTop()
1783 …nentSyntaxInfo*)&((ComponentAuthorityKeyIdentifier*)csi_attr)->keyIdentifier, (ComponentSyntaxInfo… in MatchingComponentAuthorityKeyIdentifier()
1786 if(COMPONENTNOT_NULL( ((ComponentAuthorityKeyIdentifier*)csi_attr)->authorityCertIssuer ) ) { in MatchingComponentAuthorityKeyIdentifier()
1787 …ntSyntaxInfo*)((ComponentAuthorityKeyIdentifier*)csi_attr)->authorityCertIssuer, (ComponentSyntaxI… in MatchingComponentAuthorityKeyIdentifier()
1791 if(COMPONENTNOT_NULL( ((ComponentAuthorityKeyIdentifier*)csi_attr)->authorityCertSerialNumber ) ) { in MatchingComponentAuthorityKeyIdentifier()
1792 …yntaxInfo*)((ComponentAuthorityKeyIdentifier*)csi_attr)->authorityCertSerialNumber, (ComponentSynt… in MatchingComponentAuthorityKeyIdentifier()
1800 …thorityKeyIdentifier ( void* mem_op, ComponentReference* cr, ComponentAuthorityKeyIdentifier *comp… in ExtractingComponentAuthorityKeyIdentifier()
1834 ComponentAuthorityKeyIdentifier **v _AND_
1848 ComponentAuthorityKeyIdentifier *k, *t, c_temp;
1935 …*v = t = (ComponentAuthorityKeyIdentifier*) CompAlloc( mem_op, sizeof(ComponentAuthorityKeyIdentif…
[all …]