Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/conf/
H A Dconf_def.c87 static int def_destroy_data(CONF *conf);
99 .destroy_data = def_destroy_data,
112 def_destroy_data,
175 if (def_destroy_data(conf)) { in def_destroy()
183 def_destroy_data(CONF *conf) in def_destroy_data() function