Searched refs:crts (Results 1 – 1 of 1) sorted by relevance
25 const uint8_t **crts; member96 if (s_crt_bundle.crts == NULL) { 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()163 const uint8_t **crts = calloc(num_certs, sizeof(x509_bundle)); in esp_crt_bundle_init() local164 if (crts == NULL) { in esp_crt_bundle_init()175 crts[i] = cur_crt; in esp_crt_bundle_init()178 free(crts); in esp_crt_bundle_init()[all …]