OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOTICEREF
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/x509v3/
v3_cpols.c
118
ASN1_OPT(USERNOTICE,
noticeref
,
NOTICEREF
),
124
ASN1_SEQUENCE(
NOTICEREF
) = {
125
ASN1_SIMPLE(
NOTICEREF
, organization, DISPLAYTEXT),
126
ASN1_SEQUENCE_OF(
NOTICEREF
, noticenos, ASN1_INTEGER)
127
} ASN1_SEQUENCE_END(
NOTICEREF
)
129
IMPLEMENT_ASN1_FUNCTIONS(
NOTICEREF
)
290
NOTICEREF
*nref;
291
if(!not->
noticeref
) {
293
not->
noticeref
= nref
[
all
...]
x509v3.h
284
}
NOTICEREF
;
287
NOTICEREF
*
noticeref
;
member in struct:USERNOTICE_st
566
DECLARE_ASN1_FUNCTIONS(
NOTICEREF
)
/external/openssl/include/openssl/
x509v3.h
284
}
NOTICEREF
;
287
NOTICEREF
*
noticeref
;
member in struct:USERNOTICE_st
566
DECLARE_ASN1_FUNCTIONS(
NOTICEREF
)
Completed in 266 milliseconds