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

/external/boringssl/src/crypto/x509v3/
H A Dv3_conf.c158 if (!ctx->db || !ctx->db_meth) {
394 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_string) {
398 if (ctx->db_meth->get_string)
399 return ctx->db_meth->get_string(ctx->db, name, section);
405 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...]
/external/boringssl/include/openssl/
H A Dx509v3.h142 const X509V3_CONF_METHOD *db_meth; member in struct:v3_ext_ctx
/external/boringssl/src/include/openssl/
H A Dx509v3.h142 const X509V3_CONF_METHOD *db_meth; member in struct:v3_ext_ctx

Completed in 385 milliseconds