ESP-IDF
esp_tls_pki_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_tls_pki_t
esp_tls_pki_t struct
Syntax
Show:
Summary
Declaration
from
esp_tls_mbedtls.c:69
typedef
struct
esp_tls_pki_t
{
mbedtls_x509_crt
*
public_cert
;
mbedtls_pk_context
*
pk_key
;
const
unsigned
char
*
publiccert_pem_buf
;
unsigned
int
publiccert_pem_bytes
;
const
unsigned
char
*
privkey_pem_buf
;
unsigned
int
privkey_pem_bytes
;
const
unsigned
char
*
privkey_password
;
unsigned
int
privkey_password_len
;
#ifdef
CONFIG_ESP_TLS_USE_DS_PERIPHERAL
void
*
esp_ds_data
;
#endif
}
esp_tls_pki_t
;
Fields
Field
Declared as
esp_tls_pki_t::public_cert
mbedtls_x509_crt
*
esp_tls_pki_t::pk_key
mbedtls_pk_context
*
esp_tls_pki_t::publiccert_pem_buf
const
unsigned
char
*
esp_tls_pki_t::publiccert_pem_bytes
unsigned
int
esp_tls_pki_t::privkey_pem_buf
const
unsigned
char
*
esp_tls_pki_t::privkey_pem_bytes
unsigned
int
esp_tls_pki_t::privkey_password
const
unsigned
char
*
esp_tls_pki_t::privkey_password_len
unsigned
int
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out