Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot_signatures_bootloader.c107 esp_image_sig_public_key_digests_t trusted = {0}; in esp_secure_boot_verify_sbv2_signature_block() local
109 if (get_secure_boot_key_digests(&trusted) != ESP_OK) { in esp_secure_boot_verify_sbv2_signature_block()
134 bootloader_sha256_finish(sig_block_sha, trusted.key_digests[i]); in esp_secure_boot_verify_sbv2_signature_block()
148 …int sb_result = ets_secure_boot_verify_signature(sig_block, image_digest, trusted.key_digests[0], … in esp_secure_boot_verify_sbv2_signature_block()
152 trusted_key_digests.key_digests[i] = &trusted.key_digests[i]; in esp_secure_boot_verify_sbv2_signature_block()
Dsecure_boot_signatures_app.c209 esp_image_sig_public_key_digests_t trusted = {0}; in esp_secure_boot_verify_sbv2_signature_block() local
211 if (get_secure_boot_key_digests(&trusted) != ESP_OK) { in esp_secure_boot_verify_sbv2_signature_block()
244 …if (memcmp(app_blk_digest, trusted.key_digests[trusted_key_idx], ESP_SECURE_BOOT_KEY_DIGEST_LEN) =… in esp_secure_boot_verify_sbv2_signature_block()
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dx509v3.h151 int x509_certificate_chain_validate(struct x509_certificate *trusted,
Dx509v3.c2142 int x509_certificate_chain_validate(struct x509_certificate *trusted, in x509_certificate_chain_validate() argument
2220 for (trust = trusted; trust; trust = trust->next) { in x509_certificate_chain_validate()
2252 if (trusted) { in x509_certificate_chain_validate()
/hal_espressif-latest/components/mbedtls/
DKconfig220 bool "Enable trusted certificate callbacks"
223 Enables users to configure the set of trusted certificates
313 bool "Enable trusted root certificate bundle"
529 so that only trusted software can execute on the device.
612 In the case where only a small number of certificates are trusted by
615 trusted certificates expire while the device is offline and a TLS
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild962 … Revoking unused digest slots makes ensures that no trusted keys can be added later by an attacker.