Searched refs:private_key_blob (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/ |
D | tlsv1_cred.c | 318 const u8 *private_key_blob, in tlsv1_set_private_key() argument 324 if (private_key_blob) in tlsv1_set_private_key() 325 return tlsv1_set_key(cred, private_key_blob, in tlsv1_set_private_key()
|
D | tlsv1_cred.h | 35 const u8 *private_key_blob,
|
D | tls_internal.c | 189 params->private_key_blob, in tls_connection_set_params() 242 params->private_key_blob, in tls_global_set_params()
|
D | tls.h | 144 const u8 *private_key_blob; member
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/ |
D | tls_mbedtls.c | 137 if (cfg->client_cert_blob == NULL || cfg->private_key_blob == NULL) { in set_pki_context() 152 ret = mbedtls_pk_parse_key(&tls->clientkey, cfg->private_key_blob, cfg->private_key_blob_len, in set_pki_context() 502 if (cfg->client_cert_blob != NULL && cfg->private_key_blob != NULL) { in set_client_config()
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/ |
D | eap_tls_common.c | 125 ¶ms->private_key_blob, in eap_tls_params_from_conf()
|