Lines Matching defs:data
125 * early data (i.e. before we've received the end of early data alert)
993 * so that we are still able to read data sent to us by a client
1406 * First, parse the raw ClientHello data into the CLIENTHELLO_MSG structure.
2694 s->init_buf->data + paramoffset,
2958 const unsigned char *data;
2976 if (!PACKET_get_bytes(pkt, &data, i)) {
2977 /* We already checked we have enough data */
2987 if (!EVP_PKEY_set1_encoded_public_key(ckey, data, i)) {
3017 const unsigned char *data;
3025 if (!PACKET_get_1(pkt, &i) || !PACKET_get_bytes(pkt, &data, i)
3041 if (EVP_PKEY_set1_encoded_public_key(ckey, data, i) <= 0) {
3065 const unsigned char *data;
3068 || !PACKET_get_bytes(pkt, &data, i)) {
3072 if ((s->srp_ctx.A = BN_bin2bn(data, i, NULL)) == NULL) {
3152 /* Some implementations provide extra data in the opaqueBlob
3173 start = pKX->kxBlob->value.sequence->data;
3424 * To get this far we must have read encrypted data from the client. We no
3653 /* Start the sub-packet for the actual ticket data */
3829 /* Encrypt session data */
3839 (unsigned char *)s->init_buf->data + macoffset,