HomeSort by: relevance | last modified time | path
    Searched defs:elmtLen (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
crl.c 14 AsnLen elmtLen;
17 elmtLen = BDecLen ( b, bytesDecoded );
18 if ( elmtLen <= 0 ) return (-1);
23 return BDecComponentCertificateList( mem_op, b, tag, elmtLen, ( ComponentCertificateList**)v, (AsnLen*)bytesDecoded, mode );
authorityKeyIdentifier.c 14 AsnLen elmtLen;
17 elmtLen = BDecLen ( b, bytesDecoded );
18 if ( elmtLen <= 0 ) return (-1);
23 return BDecComponentAuthorityKeyIdentifier( mem_op, b, tag, elmtLen, ( ComponentAuthorityKeyIdentifier**)v, (AsnLen*)bytesDecoded, mode );
certificate.c 14 AsnLen elmtLen;
17 elmtLen = BDecLen ( b, bytesDecoded );
18 if ( elmtLen <= 0 ) return (-1);
23 return BDecComponentCertificate( mem_op, b, tag, elmtLen, (ComponentCertificate**)v,(AsnLen*)bytesDecoded, mode );

Completed in 66 milliseconds