Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:tlsconf

1295 	struct tls_config tlsconf;
1306 os_memset(&tlsconf, 0, sizeof(tlsconf));
1307 tlsconf.opensc_engine_path = conf->opensc_engine_path;
1308 tlsconf.pkcs11_engine_path = conf->pkcs11_engine_path;
1309 tlsconf.pkcs11_module_path = conf->pkcs11_module_path;
1311 tlsconf.fips_mode = 1;
1313 tlsconf.event_cb = eap_peer_sm_tls_event;
1314 tlsconf.cb_ctx = sm;
1315 tlsconf.cert_in_cb = conf->cert_in_cb;
1316 sm->ssl_ctx = tls_init(&tlsconf);