Lines Matching refs:LTY_TRUSTSTORE
170 LTY_TRUSTSTORE, enumerator
295 n = LTY_TRUSTSTORE; in lws_ss_policy_parser_cb()
334 if (reason == LEJPCB_PAIR_NAME && n != -1 && n != LTY_TRUSTSTORE) { in lws_ss_policy_parser_cb()
435 a->curr[LTY_TRUSTSTORE].b = lwsac_use_zero(&a->ac, in lws_ss_policy_parser_cb()
436 sizes[LTY_TRUSTSTORE], POL_AC_GRAIN); in lws_ss_policy_parser_cb()
437 if (!a->curr[LTY_TRUSTSTORE].b) in lws_ss_policy_parser_cb()
441 a->curr[LTY_TRUSTSTORE].b->next = a->heads[LTY_TRUSTSTORE].b; in lws_ss_policy_parser_cb()
442 a->heads[LTY_TRUSTSTORE].b = a->curr[LTY_TRUSTSTORE].b; in lws_ss_policy_parser_cb()
443 pp = (char **)&a->curr[LTY_TRUSTSTORE].b->name; in lws_ss_policy_parser_cb()
449 a->curr[LTY_TRUSTSTORE].t->ssx509)) { in lws_ss_policy_parser_cb()
458 a->curr[LTY_TRUSTSTORE].t->ssx509[a->count++] = x; in lws_ss_policy_parser_cb()
459 a->curr[LTY_TRUSTSTORE].t->count++; in lws_ss_policy_parser_cb()
568 ts = a->heads[LTY_TRUSTSTORE].t; in lws_ss_policy_parser_cb()
872 ts = args->heads[LTY_TRUSTSTORE].t; in lws_ss_policy_set()