OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OTHERNAME
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_genn.c
66
ASN1_SEQUENCE(
OTHERNAME
) = {
67
ASN1_SIMPLE(
OTHERNAME
, type_id, ASN1_OBJECT),
69
ASN1_EXP(
OTHERNAME
, value, ASN1_ANY, 0)
70
} ASN1_SEQUENCE_END(
OTHERNAME
)
72
IMPLEMENT_ASN1_FUNCTIONS(
OTHERNAME
)
82
ASN1_IMP(GENERAL_NAME, d.
otherName
,
OTHERNAME
, GEN_OTHERNAME),
124
result = OTHERNAME_cmp(a->d.
otherName
, b->d.
otherName
);
149
int OTHERNAME_cmp(
OTHERNAME
*a, OTHERNAME *b
[
all
...]
/external/openssl/crypto/x509v3/
v3_genn.c
66
ASN1_SEQUENCE(
OTHERNAME
) = {
67
ASN1_SIMPLE(
OTHERNAME
, type_id, ASN1_OBJECT),
69
ASN1_EXP(
OTHERNAME
, value, ASN1_ANY, 0)
70
} ASN1_SEQUENCE_END(
OTHERNAME
)
72
IMPLEMENT_ASN1_FUNCTIONS(
OTHERNAME
)
82
ASN1_IMP(GENERAL_NAME, d.
otherName
,
OTHERNAME
, GEN_OTHERNAME),
124
result = OTHERNAME_cmp(a->d.
otherName
, b->d.
otherName
);
149
int OTHERNAME_cmp(
OTHERNAME
*a, OTHERNAME *b
[
all
...]
x509v3.h
166
}
OTHERNAME
;
188
OTHERNAME
*
otherName
; /*
otherName
*/
546
DECLARE_ASN1_FUNCTIONS(
OTHERNAME
)
548
int OTHERNAME_cmp(
OTHERNAME
*a,
OTHERNAME
*b);
/external/chromium_org/third_party/boringssl/src/include/openssl/
x509v3.h
163
}
OTHERNAME
;
185
OTHERNAME
*
otherName
; /*
otherName
*/
545
DECLARE_ASN1_FUNCTIONS(
OTHERNAME
)
547
OPENSSL_EXPORT int OTHERNAME_cmp(
OTHERNAME
*a,
OTHERNAME
*b);
/external/openssl/include/openssl/
x509v3.h
166
}
OTHERNAME
;
188
OTHERNAME
*
otherName
; /*
otherName
*/
546
DECLARE_ASN1_FUNCTIONS(
OTHERNAME
)
548
int OTHERNAME_cmp(
OTHERNAME
*a,
OTHERNAME
*b);
Completed in 56 milliseconds