Home
last modified time | relevance | path

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

/external/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 …]