Home | History | Annotate | Download | only in ssl

Lines Matching defs:bytes

310 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
311 int doit(SSL *s_ssl,SSL *c_ssl,long bytes);
329 fprintf(stderr," -bytes <val> - number of bytes to swap between client/server\n");
525 long bytes=256L;
674 else if (strcmp(*argv,"-bytes") == 0)
677 bytes= atol(*(++argv));
678 if (bytes == 0L) bytes=1L;
680 if (argv[0][i-1] == 'k') bytes*=1024L;
681 if (argv[0][i-1] == 'm') bytes*=1024L*1024L;
1105 ret=doit_biopair(s_ssl,c_ssl,bytes,&s_time,&c_time);
1107 ret=doit(s_ssl,c_ssl,bytes);
1114 if ((number > 1) || (bytes > 1L))
1115 BIO_printf(bio_stdout, "%d handshakes of %ld bytes done\n",number,bytes);
1221 * BIO_ctrl_pending(bio) number of bytes we can read now
1222 * BIO_ctrl_get_read_request(bio) number of bytes needed to fulfil
1224 * BIO_ctrl_get_write_guarantee(bio) number of bytes we can write now
1437 "BIO_ctrl_get_write_guarantee() bytes");
1444 "C->S relaying: %d bytes\n" :
1445 "S->C relaying: %d bytes\n",
1483 "BIO_ctrl_pending() bytes");
1491 "BIO_nwrite0() bytes");
1497 "C->S relaying: %d bytes\n" :
1498 "S->C relaying: %d bytes\n",