Lines Matching defs:context
560 unsigned long context = 0;
566 if (!PACKET_get_net_4(&pkt, &context)
581 unsigned int context,
604 unsigned int context,
613 if ((context & SSL_EXT_TLS1_3_CERTIFICATE) != 0 && chainidx > 0)
643 * With a NULL context, this function just checks that the serverinfo data
644 * parses correctly. With a non-NULL context, it registers callbacks for
663 unsigned long context = 0;
667 if ((version == SSL_SERVERINFOV2 && !PACKET_get_net_4(&pkt, &context))
683 * also use the old API even if we have V2 serverinfo but the context
686 if (version == SSL_SERVERINFOV1 || context == SYNTHV1CONTEXT) {
694 if (!SSL_CTX_add_custom_ext(ctx, ext_type, context,
883 /* 8 byte header: 4 bytes context, 2 bytes type, 2 bytes len */