Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_conf.c117 if (!ctx->db || !ctx->db_meth) { in do_ext_nconf()
383 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_string) { in X509V3_get_string()
387 if (ctx->db_meth->get_string) in X509V3_get_string()
388 return ctx->db_meth->get_string(ctx->db, name, section); in X509V3_get_string()
394 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section) { in STACK_OF()
398 if (ctx->db_meth->get_section) in STACK_OF()
399 return ctx->db_meth->get_section(ctx->db, section); in STACK_OF()
407 if (ctx->db_meth->free_string) in X509V3_string_free()
408 ctx->db_meth->free_string(ctx->db, str); in X509V3_string_free()
415 if (ctx->db_meth->free_section) in X509V3_section_free()
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in102 X509V3_CONF_METHOD *db_meth; member
H A Dx509v3.h101 X509V3_CONF_METHOD *db_meth; member