Home
last modified time | relevance | path

Searched refs:ASN1_IMP_OPT (Results 1 – 13 of 13) sorted by relevance

/third_party/openssl/crypto/x509v3/
Dv3_akeya.c18 ASN1_IMP_OPT(AUTHORITY_KEYID, keyid, ASN1_OCTET_STRING, 0),
20 ASN1_IMP_OPT(AUTHORITY_KEYID, serial, ASN1_INTEGER, 2)
Dv3_pku.c30 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notBefore, ASN1_GENERALIZEDTIME, 0),
31 ASN1_IMP_OPT(PKEY_USAGE_PERIOD, notAfter, ASN1_GENERALIZEDTIME, 1)
Dv3_pcons.c37 ASN1_IMP_OPT(POLICY_CONSTRAINTS, requireExplicitPolicy, ASN1_INTEGER,0),
38 ASN1_IMP_OPT(POLICY_CONSTRAINTS, inhibitPolicyMapping, ASN1_INTEGER,1)
Dv3_crld.c321 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
335 ASN1_IMP_OPT(ISSUING_DIST_POINT, onlyuser, ASN1_FBOOLEAN, 1),
336 ASN1_IMP_OPT(ISSUING_DIST_POINT, onlyCA, ASN1_FBOOLEAN, 2),
337 ASN1_IMP_OPT(ISSUING_DIST_POINT, onlysomereasons, ASN1_BIT_STRING, 3),
338 ASN1_IMP_OPT(ISSUING_DIST_POINT, indirectCRL, ASN1_FBOOLEAN, 4),
339 ASN1_IMP_OPT(ISSUING_DIST_POINT, onlyattr, ASN1_FBOOLEAN, 5)
Dv3_ncons.c51 ASN1_IMP_OPT(GENERAL_SUBTREE, minimum, ASN1_INTEGER, 0),
52 ASN1_IMP_OPT(GENERAL_SUBTREE, maximum, ASN1_INTEGER, 1)
/third_party/openssl/crypto/cms/
Dcms_asn1.c95 ASN1_IMP_OPT(CMS_EncryptedContentInfo, encryptedContent, ASN1_OCTET_STRING_NDEF, 0)
187 ASN1_IMP_OPT(CMS_PasswordRecipientInfo, keyDerivationAlgorithm, X509_ALGOR, 0),
229 ASN1_IMP_OPT(CMS_EnvelopedData, originatorInfo, CMS_OriginatorInfo, 0),
250 ASN1_IMP_OPT(CMS_AuthenticatedData, originatorInfo, CMS_OriginatorInfo, 0),
/third_party/openssl/crypto/x509/
Dx_x509.c26 ASN1_IMP_OPT(X509_CINF, issuerUID, ASN1_BIT_STRING, 1),
27 ASN1_IMP_OPT(X509_CINF, subjectUID, ASN1_BIT_STRING, 2),
/third_party/openssl/crypto/ts/
Dts_asn1.c79 ASN1_IMP_OPT(TS_ACCURACY, millis, ASN1_INTEGER, 0),
80 ASN1_IMP_OPT(TS_ACCURACY, micros, ASN1_INTEGER, 1)
/third_party/openssl/crypto/pkcs7/
Dpk7_asn1.c148 ASN1_IMP_OPT(PKCS7_ENC_CONTENT, enc_data, ASN1_OCTET_STRING_NDEF, 0)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dhttp_curl.c385 ASN1_IMP_OPT(LogotypeImageInfo, type, ASN1_INTEGER, 0),
390 ASN1_IMP_OPT(LogotypeImageInfo, language, ASN1_IA5STRING, 4),
402 ASN1_IMP_OPT(LogotypeAudioInfo, sampleRate, ASN1_INTEGER, 3),
403 ASN1_IMP_OPT(LogotypeAudioInfo, language, ASN1_IA5STRING, 4)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dhttp_curl.c385 ASN1_IMP_OPT(LogotypeImageInfo, type, ASN1_INTEGER, 0),
390 ASN1_IMP_OPT(LogotypeImageInfo, language, ASN1_IA5STRING, 4),
402 ASN1_IMP_OPT(LogotypeAudioInfo, sampleRate, ASN1_INTEGER, 3),
403 ASN1_IMP_OPT(LogotypeAudioInfo, language, ASN1_IA5STRING, 4)
/third_party/openssl/ssl/
Dssl_asn1.c54 ASN1_IMP_OPT(SSL_SESSION_ASN1, key_arg, ASN1_OCTET_STRING, 0),
/third_party/openssl/include/openssl/
Dasn1t.h356 # define ASN1_IMP_OPT(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_OPT… macro