Searched refs:MAX_CERT_TEMP (Results 1 – 1 of 1) sorted by relevance
250 #define MAX_CERT_TEMP 3072 /* used to discover actual cert size for realloc */ macro454 a->p = lws_malloc(MAX_CERT_TEMP, "cert temp"); in lws_ss_policy_parser_cb()527 if (a->count + ctx->npos >= MAX_CERT_TEMP) { in lws_ss_policy_parser_cb()532 outl = MAX_CERT_TEMP - (unsigned int)a->count; in lws_ss_policy_parser_cb()