Home
last modified time | relevance | path

Searched defs:v3_ext_method (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
Dx509v3.h92 struct v3_ext_method { struct
93 int ext_nid;
94 int ext_flags;
96 ASN1_ITEM_EXP *it;
98 X509V3_EXT_NEW ext_new;
99 X509V3_EXT_FREE ext_free;
100 X509V3_EXT_D2I d2i;
101 X509V3_EXT_I2D i2d;
104 X509V3_EXT_I2S i2s;
105 X509V3_EXT_S2I s2i;
[all …]
/external/openssl/crypto/x509v3/
Dx509v3.h95 struct v3_ext_method { struct
96 int ext_nid;
97 int ext_flags;
99 ASN1_ITEM_EXP *it;
101 X509V3_EXT_NEW ext_new;
102 X509V3_EXT_FREE ext_free;
103 X509V3_EXT_D2I d2i;
104 X509V3_EXT_I2D i2d;
107 X509V3_EXT_I2S i2s;
108 X509V3_EXT_S2I s2i;
[all …]
/external/openssl/include/openssl/
Dx509v3.h95 struct v3_ext_method { struct
96 int ext_nid;
97 int ext_flags;
99 ASN1_ITEM_EXP *it;
101 X509V3_EXT_NEW ext_new;
102 X509V3_EXT_FREE ext_free;
103 X509V3_EXT_D2I d2i;
104 X509V3_EXT_I2D i2d;
107 X509V3_EXT_I2S i2s;
108 X509V3_EXT_S2I s2i;
[all …]