Searched refs:s_crt_bundle (Results 1 – 1 of 1) sorted by relevance
30 static crt_bundle_t s_crt_bundle; variable96 if (s_crt_bundle.crts == NULL) { in esp_crt_verify_callback()101 ESP_LOGD(TAG, "%d certificates in bundle", s_crt_bundle.num_certs); in esp_crt_verify_callback()108 int end = s_crt_bundle.num_certs - 1; in esp_crt_verify_callback()113 name_len = s_crt_bundle.crts[middle][0] << 8 | s_crt_bundle.crts[middle][1]; in esp_crt_verify_callback()114 crt_name = s_crt_bundle.crts[middle] + CRT_HEADER_OFFSET; in esp_crt_verify_callback()130 size_t key_len = s_crt_bundle.crts[middle][2] << 8 | s_crt_bundle.crts[middle][3]; in esp_crt_verify_callback()131 …ret = esp_crt_check_signature(child, s_crt_bundle.crts[middle] + CRT_HEADER_OFFSET + name_len, key… in esp_crt_verify_callback()195 free(s_crt_bundle.crts); in esp_crt_bundle_init()196 s_crt_bundle.num_certs = num_certs; in esp_crt_bundle_init()[all …]