Searched refs:v3_generic_extension (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_conf.c72 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, int crit, int type);
88 return v3_generic_extension(name, value, crit, ext_type);
107 return v3_generic_extension(OBJ_nid2sn(ext_nid),
247 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_conf.c72 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, int crit, int type, X509V3_CTX *ctx);
89 return v3_generic_extension(name, value, crit, ext_type, ctx);
108 return v3_generic_extension(OBJ_nid2sn(ext_nid),
260 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, function

Completed in 100 milliseconds