Home | History | Annotate | Download | only in crypto

Lines Matching refs:conf

97 void * tls_init(const struct tls_config *conf)
121 if (conf) {
122 global->event_cb = conf->event_cb;
123 global->cb_ctx = conf->cb_ctx;
124 global->cert_in_cb = conf->cert_in_cb;