Home
last modified time | relevance | path

Searched refs:ext_struc (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/x509/
H A Dv3_conf.c85 void *ext_struc; in do_ext_nconf() local
108 ext_struc = method->v2i(method, ctx, nval); in do_ext_nconf()
111 if (!ext_struc) in do_ext_nconf()
114 if ((ext_struc = method->s2i(method, ctx, value)) == NULL) in do_ext_nconf()
121 if ((ext_struc = method->r2i(method, ctx, value)) == NULL) in do_ext_nconf()
129 ext = do_ext_i2d(method, ext_nid, crit, ext_struc); in do_ext_nconf()
131 ASN1_item_free(ext_struc, ASN1_ITEM_ptr(method->it)); in do_ext_nconf()
133 method->ext_free(ext_struc); in do_ext_nconf()
158 ext_len = method->i2d(ext_struc, NULL); in do_ext_i2d()
166 method->i2d(ext_struc, &p); in do_ext_i2d()
[all …]
/openssl/doc/man3/
H A DX509V3_get_d2i.pod23 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
66 X509V3_EXT_i2d() encodes the extension specific structure I<ext_struc>
/openssl/include/openssl/
H A Dx509v3.h.in705 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);

Completed in 11 milliseconds