Lines Matching defs:wbuf
629 char *wbuf, rbuf[1];
673 len = BIO_get_mem_data(wbio, &wbuf);
683 hexdump(wbuf, len, NULL);
691 if (memcmp(&client_hello[cht->random_start], &wbuf[cht->random_start],
697 memset(&wbuf[cht->random_start], 0, SSL3_RANDOM_SIZE);
700 session_len = wbuf[cht->session_start];
702 memset(&wbuf[cht->session_start + 1], 0, session_len);
705 memset(&wbuf[cht->key_share_start], 0, 32);
707 if (memcmp(client_hello, wbuf, client_hello_len) != 0) {
710 hexdump(wbuf, len, client_hello);
712 hexdump(client_hello, client_hello_len, wbuf);