Home
last modified time | relevance | path

Searched refs:private_key_blob (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_cred.h43 const u8 *private_key_blob,
Dtlsv1_cred.c1039 const u8 *private_key_blob, in tlsv1_set_private_key() argument
1045 if (private_key_blob) in tlsv1_set_private_key()
1046 return tlsv1_set_key(cred, private_key_blob, in tlsv1_set_private_key()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dtls_mbedtls.c162 if (cfg->client_cert_blob == NULL || cfg->private_key_blob == NULL) { in set_pki_context()
177 ret = mbedtls_pk_parse_key(&tls->clientkey, cfg->private_key_blob, cfg->private_key_blob_len, in set_pki_context()
524 if (cfg->client_cert_blob != NULL && cfg->private_key_blob != NULL) { in set_client_config()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dtls_internal.c277 params->private_key_blob, in tls_connection_set_params()
339 params->private_key_blob, in tls_global_set_params()
Dtls.h197 const u8 *private_key_blob; member
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_tls_common.c130 &params->private_key_blob, in eap_tls_params_from_conf()
140 params->private_key_blob; in eap_tls_params_from_conf()