Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dx509v3.h104 struct v3_ext_method { struct
105 int ext_nid;
106 int ext_flags;
110 ASN1_ITEM_EXP *it;
114 X509V3_EXT_NEW ext_new;
115 X509V3_EXT_FREE ext_free;
116 X509V3_EXT_D2I d2i;
117 X509V3_EXT_I2D i2d;
120 X509V3_EXT_I2S i2s;
121 X509V3_EXT_S2I s2i;
[all …]
/external/cronet/third_party/boringssl/src/include/openssl/
Dx509v3.h104 struct v3_ext_method { struct
105 int ext_nid;
106 int ext_flags;
110 ASN1_ITEM_EXP *it;
114 X509V3_EXT_NEW ext_new;
115 X509V3_EXT_FREE ext_free;
116 X509V3_EXT_D2I d2i;
117 X509V3_EXT_I2D i2d;
120 X509V3_EXT_I2S i2s;
121 X509V3_EXT_S2I s2i;
[all …]
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dx509v3.h102 struct v3_ext_method { struct
103 int ext_nid;
104 int ext_flags;
106 ASN1_ITEM_EXP *it;
108 X509V3_EXT_NEW ext_new;
109 X509V3_EXT_FREE ext_free;
110 X509V3_EXT_D2I d2i;
111 X509V3_EXT_I2D i2d;
114 X509V3_EXT_I2S i2s;
115 X509V3_EXT_S2I s2i;
[all …]