HomeSort by relevance Sort by last modified time
    Searched refs:noticeref (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/x509v3/
v3_cpols.c 128 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
134 ASN1_SEQUENCE(NOTICEREF) = {
135 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
136 ASN1_SEQUENCE_OF(NOTICEREF, noticenos, ASN1_INTEGER)
137 } ASN1_SEQUENCE_END(NOTICEREF)
139 IMPLEMENT_ASN1_FUNCTIONS(NOTICEREF)
329 NOTICEREF *nref;
330 if (!not->noticeref) {
333 not->noticeref = nref
    [all...]
  /external/boringssl/src/include/openssl/
x509v3.h 293 } NOTICEREF;
296 NOTICEREF *noticeref; member in struct:USERNOTICE_st
577 DECLARE_ASN1_FUNCTIONS(NOTICEREF)

Completed in 104 milliseconds