OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tagId1
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
crl.c
102
AsnTag
tagId1
;
118
tagId1
= BDecTag (b, &totalElmtsLen1 );
120
if (((
tagId1
== MAKE_TAG_ID (UNIV, PRIM, INTEGER_TAG_CODE))))
123
rc = BDecComponentCertificateSerialNumber (mem_op, b,
tagId1
, elmtLen1, (&k->userCertificate), &totalElmtsLen1, mode);
128
tagId1
= BDecTag (b, &totalElmtsLen1);
135
if (((
tagId1
== MAKE_TAG_ID (UNIV, PRIM, UTCTIME_TAG_CODE)) ||
136
(
tagId1
== MAKE_TAG_ID (UNIV, CONS, UTCTIME_TAG_CODE)) ||
137
(
tagId1
==MAKE_TAG_ID (UNIV, PRIM, GENERALIZEDTIME_TAG_CODE))||
138
(
tagId1
== MAKE_TAG_ID (UNIV, CONS, GENERALIZEDTIME_TAG_CODE))))
141
rc = BDecComponentTime (mem_op, b,
tagId1
, elmtLen1, (&k->revocationDate), &totalElmtsLen1, mode)
[
all
...]
certificate.c
150
AsnTag
tagId1
;
163
tagId1
= BDecTag (b, &totalElmtsLen1 );
165
if (((
tagId1
== MAKE_TAG_ID (UNIV, PRIM, OID_TAG_CODE))))
168
rc = BDecComponentOid (mem_op, b,
tagId1
, elmtLen1, (&k->algorithm), &totalElmtsLen1, mode);
177
tagId1
= BufPeekByte (b);
178
if ((elmtLen0 == INDEFINITE_LEN) && (
tagId1
== EOC_TAG_ID))
390
AsnTag
tagId1
;
590
AsnTag
tagId1
;
603
tagId1
= BDecTag (b, &totalElmtsLen1 );
605
if (((
tagId1
== MAKE_TAG_ID (UNIV, PRIM, OID_TAG_CODE)))
[
all
...]
authorityKeyIdentifier.c
88
AsnTag
tagId1
;
104
tagId1
= BDecTag (b, &totalElmtsLen1 );
106
if (((
tagId1
== MAKE_TAG_ID (UNIV, PRIM, OID_TAG_CODE))))
109
rc = BDecComponentOid (mem_op, b,
tagId1
, elmtLen1, (&k->type_id), &totalElmtsLen1, mode);
114
tagId1
= BDecTag (b, &totalElmtsLen1);
121
if (((
tagId1
== MAKE_TAG_ID (CNTX, CONS, 0))))
319
AsnTag
tagId1
;
332
tagId1
= BDecTag (b, &totalElmtsLen1 );
334
if (((
tagId1
== MAKE_TAG_ID (UNIV, PRIM, OID_TAG_CODE))))
337
rc = BDecComponentOid (mem_op, b,
tagId1
, elmtLen1, (&k->type_id), &totalElmtsLen1, mode)
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026