Home
last modified time | relevance | path

Searched refs:chain (Results 1 – 24 of 24) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dtlsv1_cred.c39 static int tlsv1_add_cert_der(struct x509_certificate **chain, in tlsv1_add_cert_der() argument
52 p = *chain; in tlsv1_add_cert_der()
63 cert->next = *chain; in tlsv1_add_cert_der()
64 *chain = cert; in tlsv1_add_cert_der()
101 static int tlsv1_add_cert(struct x509_certificate **chain, in tlsv1_add_cert() argument
112 return tlsv1_add_cert_der(chain, buf, len); in tlsv1_add_cert()
134 if (tlsv1_add_cert_der(chain, der, der_len) < 0) { in tlsv1_add_cert()
151 static int tlsv1_set_cert_chain(struct x509_certificate **chain, in tlsv1_set_cert_chain() argument
156 return tlsv1_add_cert(chain, cert_blob, cert_blob_len); in tlsv1_set_cert_chain()
169 ret = tlsv1_add_cert(chain, buf, len); in tlsv1_set_cert_chain()
Dtlsv1_client_read.c221 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate() local
313 x509_certificate_chain_free(chain); in tls_process_certificate()
327 x509_certificate_chain_free(chain); in tls_process_certificate()
342 x509_certificate_chain_free(chain); in tls_process_certificate()
353 x509_certificate_chain_free(chain); in tls_process_certificate()
358 chain = cert; in tls_process_certificate()
368 x509_certificate_chain_validate(conn->cred->trusted_certs, chain, in tls_process_certificate()
398 x509_certificate_chain_free(chain); in tls_process_certificate()
402 x509_certificate_chain_free(chain); in tls_process_certificate()
Dtlsv1_server_read.c284 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate() local
382 x509_certificate_chain_free(chain); in tls_process_certificate()
396 x509_certificate_chain_free(chain); in tls_process_certificate()
411 x509_certificate_chain_free(chain); in tls_process_certificate()
422 x509_certificate_chain_free(chain); in tls_process_certificate()
427 chain = cert; in tls_process_certificate()
436 if (x509_certificate_chain_validate(conn->cred->trusted_certs, chain, in tls_process_certificate()
465 x509_certificate_chain_free(chain); in tls_process_certificate()
469 x509_certificate_chain_free(chain); in tls_process_certificate()
Dx509v3.h116 struct x509_certificate *chain,
119 x509_certificate_get_subject(struct x509_certificate *chain,
Dx509v3.c1816 struct x509_certificate *chain, in x509_certificate_chain_validate() argument
1830 for (cert = chain, idx = 0; cert; cert = cert->next, idx++) { in x509_certificate_chain_validate()
1945 x509_certificate_get_subject(struct x509_certificate *chain, in x509_certificate_get_subject() argument
1950 for (cert = chain; cert; cert = cert->next) { in x509_certificate_get_subject()
/hal_espressif-3.6.0/tools/test_mkuf2/
Dtest_mkuf2.py31 from itertools import chain
115 file_args = list(chain(*[(str(addr), f) for addr, f in iter_addr_offset_tuples]))
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_mesh_internal.h107 mesh_chain_layer_t chain; member
/hal_espressif-3.6.0/components/fatfs/src/
D00history.txt232 Fixed f_unlink() does not remove cluster chain of the file. (appeared at R0.10c)
296 Improved cluster allocation time on stretch a deep buried cluster chain.
328 …rectory in the fragmented sub-directory on the exFAT volume collapses FAT chain of the parent dire…
/hal_espressif-3.6.0/examples/protocols/mqtt/wss/
DREADME.md29 this command works with mqtt.eclipseprojects.io as the site provides root certificate in the chain,…
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl/
DREADME.md28 this command works with mqtt.eclipseprojects.io as the site provides root certificate in the chain,…
/hal_espressif-3.6.0/components/console/argtable3/
Dargtable3.c3090 int first = -1,chain; in trex_class() local
3097 chain = ret; in trex_class()
3108 exp->_nodes[chain].next = r; in trex_class()
3109 chain = r; in trex_class()
3115 exp->_nodes[chain].next = c; in trex_class()
3116 chain = c; in trex_class()
3126 exp->_nodes[chain].next = c; in trex_class()
3127 chain = c; in trex_class()
/hal_espressif-3.6.0/components/esp-tls/
DKconfig101 Enables server verification with Intermediate CA cert, does not authenticate full chain
/hal_espressif-3.6.0/docs/en/api-reference/protocols/
Desp_websocket_client.rst74 This command will extract the second certificate in the chain and save it as a pem-file.
/hal_espressif-3.6.0/docs/en/api-reference/
Dkconfig.rst69 1. ``confgen.py`` is used by the tool chain to pre-process ``sdkconfig`` files before anything else…
/hal_espressif-3.6.0/tools/
Didf.py379 chain=True,
/hal_espressif-3.6.0/examples/system/ota/
DREADME.md161 …_client` openssl command if the host includes the root certificate in the chain, e.g. `openssl s_c…
/hal_espressif-3.6.0/
DKconfig438 included through long header chain everywhere.
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dspi_slave.rst36 …its own CS line. Several Devices can also share one CS line if connected in the daisy-chain manner.
Dspi_master.rst49 …its own CS line. Several Devices can also share one CS line if connected in the daisy-chain manner.
/hal_espressif-3.6.0/tools/cmake/
Dbuild.cmake381 # in the dependency chain, i.e.
/hal_espressif-3.6.0/docs/en/security/
Dsecure-boot-v1.rst26 …t partition & app loading) are verified by the secure boot process, in a "chain of trust" relation…
Dsecure-boot-v2.rst395 …date process, it's assumed to be valid.) In this way the system creates a chain of trust from the …
/hal_espressif-3.6.0/docs/en/api-guides/
Dbuild-system.rst1266 …Other components are automatically added if they are required in the dependency chain, i.e. the pu…
/hal_espressif-3.6.0/examples/storage/spiffsgen/spiffs_image/sub/
Dalice.txt51 of making a daisy-chain would be worth the trouble of getting up and