OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jun 22 00:25:11 UTC 2026