Lines Matching defs:context
5192 * Test 0 = Set TLS1.3 cipher on context
5194 * Test 2 = Set TLS1.3 and TLS1.2 cipher on context
5752 static int new_add_cb(SSL *s, unsigned int ext_type, unsigned int context,
5774 static void new_free_cb(SSL *s, unsigned int ext_type, unsigned int context,
5780 static int new_parse_cb(SSL *s, unsigned int ext_type, unsigned int context,
5832 unsigned int context;
5865 context = SSL_EXT_TLS1_3_CERTIFICATE_REQUEST
5877 context = SSL_EXT_CLIENT_HELLO
5884 context = SSL_EXT_CLIENT_HELLO
5897 if (!TEST_true(SSL_CTX_add_custom_ext(cctx, TEST_EXT_TYPE1, context,
5909 context, new_add_cb,
5922 if (!TEST_true(SSL_CTX_add_custom_ext(sctx, TEST_EXT_TYPE1, context,
5928 context, new_add_cb,
5940 context, new_add_cb,
6081 unsigned int context,
6195 const unsigned char context[] = "context";
6249 SMALL_LABEL_LEN + 1, context,
6250 sizeof(context) - 1, 1), 0))
6264 LONG_LABEL_LEN + 1, context,
6265 sizeof(context) - 1, 1), 0))
6278 labellen, context,
6279 sizeof(context) - 1, 1), 1)
6292 context,
6293 sizeof(context) -1, 1),
6306 * same context.
6312 * empty context.
6318 * context.
6328 * Check that an empty context and no context produce different results in
6359 static const unsigned char context[] = "context";
6385 sizeof(label) - 1, context, sizeof(context) - 1), 1)
6391 sizeof(label) - 1, context, sizeof(context) - 1), 1)
6397 * same context.
6403 * empty context.