Lines Matching defs:context
1384 unsigned int context;
1491 context = SSL_IS_TLS13(s) ? SSL_EXT_TLS1_3_SERVER_HELLO
1493 if (!tls_validate_all_contexts(s, context, extensions)) {
1657 if (!tls_parse_all_extensions(s, context, extensions, NULL, 0, 1)) {
1779 unsigned int context = 0;
1786 if ((SSL_IS_TLS13(s) && !PACKET_get_1(pkt, &context))
1787 || context != 0
2079 * a safe prime. In this context, because we're using ephemeral DH,
3068 * Compute shared IV and store it in algorithm-specific context
3506 /* no context available, add 0-length context */