Searched refs:db_meth (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/x509v3/
H A Dv3_conf.c154 if(!ctx->db || !ctx->db_meth)
387 if(!ctx->db || !ctx->db_meth || !ctx->db_meth->get_string)
392 if (ctx->db_meth->get_string)
393 return ctx->db_meth->get_string(ctx->db, name, section);
399 if(!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section)
404 if (ctx->db_meth->get_section)
405 return ctx->db_meth->get_section(ctx->db, section);
412 if (ctx->db_meth
[all...]
H A Dx509v3.h136 X509V3_CONF_METHOD *db_meth; member in struct:v3_ext_ctx
/external/openssl/include/openssl/
H A Dx509v3.h136 X509V3_CONF_METHOD *db_meth; member in struct:v3_ext_ctx

Completed in 25 milliseconds