Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dtlsv1_cred.c318 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()
Dtlsv1_cred.h35 const u8 *private_key_blob,
Dtls_internal.c189 params->private_key_blob, in tls_connection_set_params()
242 params->private_key_blob, in tls_global_set_params()
Dtls.h144 const u8 *private_key_blob; member
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Dtls_mbedtls.c137 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/
Deap_tls_common.c125 &params->private_key_blob, in eap_tls_params_from_conf()