OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ediPartyName
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_genn.c
24
ASN1_SEQUENCE(
EDIPARTYNAME
) = {
26
ASN1_EXP_OPT(
EDIPARTYNAME
, nameAssigner, DIRECTORYSTRING, 0),
27
ASN1_EXP(
EDIPARTYNAME
, partyName, DIRECTORYSTRING, 1)
28
} ASN1_SEQUENCE_END(
EDIPARTYNAME
)
30
IMPLEMENT_ASN1_FUNCTIONS(
EDIPARTYNAME
)
40
ASN1_IMP(GENERAL_NAME, d.
ediPartyName
,
EDIPARTYNAME
, GEN_EDIPARTY),
89
static int edipartyname_cmp(const
EDIPARTYNAME
*a, const
EDIPARTYNAME
*b)
133
result = edipartyname_cmp(a->d.
ediPartyName
, b->d.ediPartyName)
[
all
...]
/src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_genn.c
24
ASN1_SEQUENCE(
EDIPARTYNAME
) = {
26
ASN1_EXP_OPT(
EDIPARTYNAME
, nameAssigner, DIRECTORYSTRING, 0),
27
ASN1_EXP(
EDIPARTYNAME
, partyName, DIRECTORYSTRING, 1)
28
} ASN1_SEQUENCE_END(
EDIPARTYNAME
)
30
IMPLEMENT_ASN1_FUNCTIONS(
EDIPARTYNAME
)
40
ASN1_IMP(GENERAL_NAME, d.
ediPartyName
,
EDIPARTYNAME
, GEN_EDIPARTY),
61
static int edipartyname_cmp(const
EDIPARTYNAME
*a, const
EDIPARTYNAME
*b)
105
result = edipartyname_cmp(a->d.
ediPartyName
, b->d.ediPartyName)
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_genn.c
24
ASN1_SEQUENCE(
EDIPARTYNAME
) = {
26
ASN1_EXP_OPT(
EDIPARTYNAME
, nameAssigner, DIRECTORYSTRING, 0),
27
ASN1_EXP(
EDIPARTYNAME
, partyName, DIRECTORYSTRING, 1)
28
} ASN1_SEQUENCE_END(
EDIPARTYNAME
)
30
IMPLEMENT_ASN1_FUNCTIONS(
EDIPARTYNAME
)
40
ASN1_IMP(GENERAL_NAME, d.
ediPartyName
,
EDIPARTYNAME
, GEN_EDIPARTY),
61
static int edipartyname_cmp(const
EDIPARTYNAME
*a, const
EDIPARTYNAME
*b)
105
result = edipartyname_cmp(a->d.
ediPartyName
, b->d.ediPartyName)
[
all
...]
/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
authorityKeyIdentifier.c
1083
rc = MatchingComponentEDIPartyName ( oid, (ComponentSyntaxInfo*)(v1->a.
ediPartyName
), (ComponentSyntaxInfo*)(v2->a.
ediPartyName
) );
1156
(( comp->a.
ediPartyName
->identifier.bv_val && strncmp(comp->a.
ediPartyName
->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0) ||
1157
( strncmp(comp->a.
ediPartyName
->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0))) {
1159
return (comp->a.
ediPartyName
);
1162
return ExtractingComponentEDIPartyName ( mem_op, cr, (comp->a.
ediPartyName
) );
1332
rc = BDecComponentEDIPartyName (mem_op, b, tagId1, elmtLen1, (&k->a.
ediPartyName
), &totalElmtsLen1, mode);
1334
(k->a.
ediPartyName
)->identifier.bv_val = (k->a.
ediPartyName
)->id_buf
[
all
...]
authorityKeyIdentifier.h
155
typedef struct
EDIPartyName
/* SEQUENCE */
262
ComponentEDIPartyName*
ediPartyName
; /* [5]
EDIPartyName
*/
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
x509v3.h
121
}
EDIPARTYNAME
;
141
EDIPARTYNAME
*
ediPartyName
;
498
DECLARE_ASN1_FUNCTIONS(
EDIPARTYNAME
)
/src/crypto/external/apache2/openssl/dist/include/openssl/
x509v3.h.in
150
}
EDIPARTYNAME
;
170
EDIPARTYNAME
*
ediPartyName
;
592
DECLARE_ASN1_FUNCTIONS(
EDIPARTYNAME
)
/src/crypto/external/bsd/openssl/dist/include/openssl/
x509v3.h.in
139
}
EDIPARTYNAME
;
159
EDIPARTYNAME
*
ediPartyName
;
557
DECLARE_ASN1_FUNCTIONS(
EDIPARTYNAME
)
Completed in 52 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026