Home
last modified time | relevance | path

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

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