Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_conf.c156 if(!ctx->db || !ctx->db_meth) in do_ext_nconf()
390 if(!ctx->db || !ctx->db_meth || !ctx->db_meth->get_string) in X509V3_get_string()
395 if (ctx->db_meth->get_string) in X509V3_get_string()
396 return ctx->db_meth->get_string(ctx->db, name, section); in X509V3_get_string()
402 if(!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section) in STACK_OF()
407 if (ctx->db_meth->get_section) in STACK_OF()
408 return ctx->db_meth->get_section(ctx->db, section); in STACK_OF()
415 if (ctx->db_meth->free_string) in X509V3_string_free()
416 ctx->db_meth->free_string(ctx->db, str); in X509V3_string_free()
422 if (ctx->db_meth->free_section) in X509V3_section_free()
[all …]
/external/boringssl/src/include/openssl/
Dx509v3.h133 const X509V3_CONF_METHOD *db_meth; member