Searched refs:esp_crt_bundle_attach_fn (Results 1 – 4 of 4) sorted by relevance
50 extern int (*esp_crt_bundle_attach_fn)(void *conf);
68 int (*esp_crt_bundle_attach_fn)(void *conf); variable
544 if (esp_crt_bundle_attach_fn) { in set_client_config()545 ret = (*esp_crt_bundle_attach_fn)(&tls->conf); in set_client_config()
1195 esp_crt_bundle_attach_fn = esp_crt_bundle_attach; in esp_eap_client_use_default_cert_bundle()1197 esp_crt_bundle_attach_fn = NULL; in esp_eap_client_use_default_cert_bundle()