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

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_conf.c154 if (!ctx->db || !ctx->db_meth) {
393 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_string) {
397 if (ctx->db_meth->get_string)
398 return ctx->db_meth->get_string(ctx->db, name, section);
404 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section) {
409 if (ctx->db_meth->get_section)
410 return ctx->db_meth->get_section(ctx->db, section);
418 if (ctx->db_meth
[all...]
H A Dx509v3.h134 X509V3_CONF_METHOD *db_meth; member in struct:v3_ext_ctx

Completed in 170 milliseconds