Searched refs:X509V3_EXT_nconf (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/x509v3/ |
D | v3_conf.c | 81 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, in X509V3_EXT_nconf() function 335 if (!(ext = X509V3_EXT_nconf(conf, ctx, val->name, val->value))) in X509V3_EXT_add_nconf_sk() 462 return X509V3_EXT_nconf(&ctmp, ctx, name, value); in X509V3_EXT_conf()
|
D | x509v3.h | 533 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
|
/external/openssl/include/openssl/ |
D | x509v3.h | 533 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
|