Searched refs:private_key_blob (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_cred.h | 43 const u8 *private_key_blob,
|
D | tlsv1_cred.c | 1039 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/ |
D | tls_mbedtls.c | 162 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/ |
D | tls_internal.c | 277 params->private_key_blob, in tls_connection_set_params() 339 params->private_key_blob, in tls_global_set_params()
|
D | tls.h | 197 const u8 *private_key_blob; member
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_tls_common.c | 130 ¶ms->private_key_blob, in eap_tls_params_from_conf() 140 params->private_key_blob; in eap_tls_params_from_conf()
|