HomeSort by relevance Sort by last modified time
    Searched refs:ASN1_OPT (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_pcia.c 45 ASN1_OPT(PROXY_POLICY,policy,ASN1_OCTET_STRING)
52 ASN1_OPT(PROXY_CERT_INFO_EXTENSION,pcPathLengthConstraint,ASN1_INTEGER),
v3_bcons.c 83 ASN1_OPT(BASIC_CONSTRAINTS, ca, ASN1_FBOOLEAN),
84 ASN1_OPT(BASIC_CONSTRAINTS, pathlen, ASN1_INTEGER)
v3_cpols.c 122 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
123 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT)
  /external/openssl/crypto/x509v3/
v3_pcia.c 44 ASN1_OPT(PROXY_POLICY,policy,ASN1_OCTET_STRING)
51 ASN1_OPT(PROXY_CERT_INFO_EXTENSION,pcPathLengthConstraint,ASN1_INTEGER),
v3_bcons.c 82 ASN1_OPT(BASIC_CONSTRAINTS, ca, ASN1_FBOOLEAN),
83 ASN1_OPT(BASIC_CONSTRAINTS, pathlen, ASN1_INTEGER)
v3_cpols.c 118 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
119 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT)
  /external/openssl/crypto/asn1/
x_nx509.c 68 ASN1_OPT(NETSCAPE_X509, cert, X509)
x_exten.c 66 ASN1_OPT(X509_EXTENSION, critical, ASN1_BOOLEAN),
x_algor.c 66 ASN1_OPT(X509_ALGOR, parameter, ASN1_ANY)
x_x509a.c 77 ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING),
78 ASN1_OPT(X509_CERT_AUX, keyid, ASN1_OCTET_STRING),
p5_pbev2.c 77 ASN1_OPT(PBKDF2PARAM, keylength, ASN1_INTEGER),
78 ASN1_OPT(PBKDF2PARAM, prf, X509_ALGOR)
x_crl.c 113 ASN1_OPT(X509_CRL_INFO, version, ASN1_INTEGER),
117 ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),
  /external/chromium_org/third_party/boringssl/src/crypto/dh/
dh_asn1.c 82 ASN1_OPT(DH, priv_length, ZLONG)} ASN1_SEQUENCE_END_cb(DH, DHparams);
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x_exten.c 65 ASN1_OPT(X509_EXTENSION, critical, ASN1_BOOLEAN),
x_algor.c 65 ASN1_OPT(X509_ALGOR, parameter, ASN1_ANY)
x_x509a.c 74 ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING),
75 ASN1_OPT(X509_CERT_AUX, keyid, ASN1_OCTET_STRING),
x_crl.c 117 ASN1_OPT(X509_CRL_INFO, version, ASN1_INTEGER),
121 ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),
  /external/openssl/crypto/dh/
dh_asn1.c 85 ASN1_OPT(DH, length, ZLONG),
  /external/openssl/crypto/cms/
cms_asn1.c 68 ASN1_OPT(CMS_OtherCertificateFormat, otherCert, ASN1_ANY)
116 ASN1_OPT(CMS_OtherRevocationInfoFormat, otherRevInfo, ASN1_ANY)
153 ASN1_OPT(CMS_OtherKeyAttribute, keyAttr, ASN1_ANY)
158 ASN1_OPT(CMS_RecipientKeyIdentifier, date, ASN1_GENERALIZEDTIME),
159 ASN1_OPT(CMS_RecipientKeyIdentifier, other, CMS_OtherKeyAttribute)
193 ASN1_OPT(CMS_KEKIdentifier, date, ASN1_GENERALIZEDTIME),
194 ASN1_OPT(CMS_KEKIdentifier, other, CMS_OtherKeyAttribute)
213 ASN1_OPT(CMS_OtherRecipientInfo, oriValue, ASN1_ANY)
  /external/openssl/crypto/pkcs12/
p12_asn.c 69 ASN1_OPT(PKCS12, mac, PKCS12_MAC_DATA)
77 ASN1_OPT(PKCS12_MAC_DATA, iter, ASN1_INTEGER)
  /external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
p5_pbev2.c 80 ASN1_OPT(PBKDF2PARAM, keylength, ASN1_INTEGER),
81 ASN1_OPT(PBKDF2PARAM, prf, X509_ALGOR)
  /external/chromium_org/third_party/boringssl/src/crypto/ec/
ec_asn1.c 97 ASN1_OPT(X9_62_CURVE, seed, ASN1_BIT_STRING)
115 ASN1_OPT(ECPARAMETERS, cofactor, ASN1_INTEGER)
  /external/wpa_supplicant_8/src/utils/
http_curl.c 378 ASN1_OPT(LogotypeImageInfo, resolution, LogotypeImageResolution),
384 ASN1_OPT(LogotypeImage, imageInfo, LogotypeImageInfo)
397 ASN1_OPT(LogotypeAudio, audioInfo, LogotypeAudioInfo)
    [all...]
  /external/openssl/crypto/ec/
ec_asn1.c 241 ASN1_OPT(X9_62_CURVE, seed, ASN1_BIT_STRING)
250 ASN1_OPT(ECPARAMETERS, cofactor, ASN1_INTEGER)
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1t.h 302 #define ASN1_OPT(stname, field, type) ASN1_EX_TYPE(ASN1_TFLG_OPTIONAL, 0, stname, field, type)

Completed in 173 milliseconds

1 2