Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dx509v3.h88 struct v3_ext_method { struct
89 int ext_nid;
90 int ext_flags;
92 ASN1_ITEM_EXP *it;
94 X509V3_EXT_NEW ext_new;
95 X509V3_EXT_FREE ext_free;
96 X509V3_EXT_D2I d2i;
97 X509V3_EXT_I2D i2d;
100 X509V3_EXT_I2S i2s;
101 X509V3_EXT_S2I s2i;
[all …]