Searched refs:ossl_lib_ctx_onfree (Results 1 – 3 of 3) sorted by relevance
5 ossl_lib_ctx_get_data, ossl_lib_ctx_run_once, ossl_lib_ctx_onfree,25 int ossl_lib_ctx_onfree(OSSL_LIB_CTX *ctx, ossl_lib_ctx_onfree_fn onfreefn);56 using ossl_lib_ctx_onfree. This associates an "on free" routine I<onfreefn> with127 return ossl_lib_ctx_onfree(ctx, &foo_cleanup)
199 int ossl_lib_ctx_onfree(OSSL_LIB_CTX *ctx, ossl_lib_ctx_onfree_fn onfreefn);
469 int ossl_lib_ctx_onfree(OSSL_LIB_CTX *ctx, ossl_lib_ctx_onfree_fn onfreefn) in ossl_lib_ctx_onfree() function