Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/crypto/x509v3/
Dv3_conf.c426 if (ctx->db_meth->free_section) in X509V3_section_free()
427 ctx->db_meth->free_section(ctx->db, section); in X509V3_section_free()
Dx509v3.h123 void (*free_section) (void *db, STACK_OF(CONF_VALUE) *section); member
/freebsd-10-stable/crypto/openssl/doc/
Dopenssl.txt672 void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);