HomeSort by relevance Sort by last modified time
    Searched refs:ext_struc (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/x509v3/
v3_conf.c 76 int crit, void *ext_struc);
121 void *ext_struc; local
143 ext_struc = method->v2i(method, ctx, nval);
146 if(!ext_struc) return NULL;
150 if(!(ext_struc = method->s2i(method, ctx, value))) return NULL;
159 if(!(ext_struc = method->r2i(method, ctx, value))) return NULL;
168 ext = do_ext_i2d(method, ext_nid, crit, ext_struc);
169 if(method->it) ASN1_item_free(ext_struc, ASN1_ITEM_ptr(method->it));
170 else method->ext_free(ext_struc);
176 int crit, void *ext_struc)
    [all...]
x509v3.h 663 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
  /external/openssl/include/openssl/
x509v3.h 663 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);

Completed in 35 milliseconds