Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/conf/
H A Dconf_def.c59 static int def_destroy_data(CONF *conf);
71 def_destroy_data,
84 def_destroy_data,
141 if (def_destroy_data(conf)) { in def_destroy()
148 static int def_destroy_data(CONF *conf) in def_destroy_data() function