Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dtlsv1_cred.h25 struct tlsv1_credentials * tlsv1_cred_alloc(void);
Dtls_internal.c165 cred = tlsv1_cred_alloc(); in tls_connection_set_params()
222 global->server_cred = cred = tlsv1_cred_alloc(); in tls_global_set_params()
Dtlsv1_cred.c17 struct tlsv1_credentials * tlsv1_cred_alloc(void) in tlsv1_cred_alloc() function