Searched refs:cur_crt (Results 1 – 1 of 1) sorted by relevance
169 const uint8_t *cur_crt; in esp_crt_bundle_init() local172 cur_crt = x509_bundle + BUNDLE_HEADER_OFFSET; in esp_crt_bundle_init()175 crts[i] = cur_crt; in esp_crt_bundle_init()176 if (cur_crt + CRT_HEADER_OFFSET > bundle_end) { in esp_crt_bundle_init()181 size_t name_len = cur_crt[0] << 8 | cur_crt[1]; in esp_crt_bundle_init()182 size_t key_len = cur_crt[2] << 8 | cur_crt[3]; in esp_crt_bundle_init()183 cur_crt = cur_crt + CRT_HEADER_OFFSET + name_len + key_len; in esp_crt_bundle_init()186 if (cur_crt > bundle_end) { in esp_crt_bundle_init()