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

  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_cpols.c 122 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
128 ASN1_SEQUENCE(NOTICEREF) = {
129 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
130 ASN1_SEQUENCE_OF(NOTICEREF, noticenos, ASN1_INTEGER)
131 } ASN1_SEQUENCE_END(NOTICEREF)
133 IMPLEMENT_ASN1_FUNCTIONS(NOTICEREF)
298 NOTICEREF *nref;
299 if(!not->noticeref) {
301 not->noticeref = nref
    [all...]
  /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/chromium_org/third_party/boringssl/src/include/openssl/
x509v3.h 281 } NOTICEREF;
284 NOTICEREF *noticeref; member in struct:USERNOTICE_st
565 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)
  /external/chromium_org/chrome/common/net/
x509_certificate_model_openssl.cc 729 if (notice->noticeref) {
730 rv += Asn1StringToUTF8(notice->noticeref->organization);
732 for (size_t i = 0; i < sk_ASN1_INTEGER_num(notice->noticeref->noticenos);
735 sk_ASN1_INTEGER_value(notice->noticeref->noticenos, i);
738 if (i != sk_ASN1_INTEGER_num(notice->noticeref->noticenos) - 1)
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
adb 
  /external/skia/platform_tools/android/bin/linux/
adb 

Completed in 431 milliseconds