Lines Matching defs:data
629 unsigned char *data;
633 static int next_proto_cb(SSL *s, const unsigned char **data,
638 *data = next_proto->data;
647 unsigned char *data;
670 ((unsigned char **)out, outlen, alpn_ctx->data, alpn_ctx->len, in,
890 "Size used to split data for encrypt pipelines"},
908 "The maximum number of bytes of early data as advertised in tickets"},
910 "The maximum number of bytes of early data (hard limit)"},
911 {"early_data", OPT_EARLY_DATA, '-', "Attempt to read early data"},
1757 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in);
1758 if (next_proto.data == NULL)
1762 alpn_ctx.data = NULL;
1764 alpn_ctx.data = next_protos_parse(&alpn_ctx.len, alpn_in);
1765 if (alpn_ctx.data == NULL)
2016 if (next_proto.data)
2020 if (alpn_ctx.data)
2257 OPENSSL_free(next_proto.data);
2259 OPENSSL_free(alpn_ctx.data);
2488 BIO_printf(bio_err, "Error reading early data\n");
2495 BIO_printf(bio_s_out, "Early data received:\n");
2504 BIO_printf(bio_s_out, "No early data received\n");
2506 BIO_printf(bio_s_out, "Early data was rejected\n");
2508 BIO_printf(bio_s_out, "\nEnd of early data\n");
3057 /* as we use BIO_gets(), and it always null terminates data, we need
3165 /* else we have data */
3199 * We're not actually expecting any data here and we ignore
3500 /* as we use BIO_gets(), and it always null terminates data, we need