Searched refs:ComponentAlgorithmIdentifier (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | certificate.h | 105 } ComponentAlgorithmIdentifier; typedef 110 …ithmIdentifier PROTO (( void* mem_op, ComponentReference *cr, ComponentAlgorithmIdentifier *comp )… 113 …O ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentAlgorithmIdentifier **v, As… 116 …mponentAlgorithmIdentifier PROTO (( void* mem_op, GenBuf * b, ComponentAlgorithmIdentifier **v, As… 227 ComponentAlgorithmIdentifier* algorithm; /* AlgorithmIdentifier */ 326 ComponentAlgorithmIdentifier* signature; /* AlgorithmIdentifier */ 356 ComponentAlgorithmIdentifier* signatureAlgorithm; /* AlgorithmIdentifier */
|
H A D | crl.h | 72 } ComponentAlgorithmIdentifier; typedef 77 …ithmIdentifier PROTO (( void* mem_op, ComponentReference *cr, ComponentAlgorithmIdentifier *comp )… 80 …O ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentAlgorithmIdentifier **v, As… 83 …mponentAlgorithmIdentifier PROTO (( void* mem_op, GenBuf * b, ComponentAlgorithmIdentifier **v, As… 285 ComponentAlgorithmIdentifier* signature; /* AlgorithmIdentifier */ 313 ComponentAlgorithmIdentifier* signatureAlgorithm; /* AlgorithmIdentifier */
|
H A D | certificate.c | 104 …ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_attr)->algorithm, (ComponentSyntaxInfo*)… in MatchingComponentAlgorithmIdentifier() 107 …nentOid ((ComponentSyntaxInfo*)&((ComponentAlgorithmIdentifier*)csi_attr)->parameters, (&((Compone… in MatchingComponentAlgorithmIdentifier() 108 …y ( oid, (ComponentAny*)&((ComponentAlgorithmIdentifier*)csi_attr)->parameters, (ComponentAny*)&((… in MatchingComponentAlgorithmIdentifier() 115 …entAlgorithmIdentifier ( void* mem_op, ComponentReference* cr, ComponentAlgorithmIdentifier *comp ) in ExtractingComponentAlgorithmIdentifier() 143 ComponentAlgorithmIdentifier **v _AND_ 154 ComponentAlgorithmIdentifier *k, *t, c_temp; 210 *v = t = (ComponentAlgorithmIdentifier*) CompAlloc( mem_op, sizeof(ComponentAlgorithmIdentifier) ); 235 ComponentAlgorithmIdentifier **v _AND_ 241 ComponentAlgorithmIdentifier *k,*t, c_temp; 298 *v = t = (ComponentAlgorithmIdentifier*) CompAlloc( mem_op, sizeof(ComponentAlgorithmIdentifier) );
|